joeytoday
6e9d4f1e3e
docs: delete docs folder, updated links & content
2025-12-12 17:15:46 +08:00
tanzhenxin
8b29dd130e
Merge pull request #1233 from QwenLM/chore/v0.5.0
...
pump version to 0.5.0
2025-12-12 16:32:13 +08:00
tanzhenxin
d0be8b43d7
pump version to 0.5.0
2025-12-12 16:29:50 +08:00
tanzhenxin
3095442eb3
Merge pull request #1223 from QwenLM/fix/vscode-ide-companion-login-twice
...
fix(vscode-ide-companion/auth): deduplicate concurrent authentication calls
2025-12-12 16:19:25 +08:00
tanzhenxin
2ceecab503
Merge pull request #1226 from QwenLM/feat/support-channel-field
...
feat: Add channel field support for client identification
2025-12-12 16:16:36 +08:00
pomelo
e5ed0334ab
Merge pull request #1230 from BlockHand/docker-ide
2025-12-12 16:16:23 +08:00
joeytoday
ad9e286806
docs: update common workflows for clarity and formatting; remove sub-commands documentation
2025-12-12 16:04:46 +08:00
joeytoday
6655afafc7
Add comprehensive configuration documentation for Qwen Code, detailing API access, settings files, environment variables, command-line arguments, and usage statistics.
2025-12-12 15:34:17 +08:00
刘伟光
2b62b1e8bc
feat: 将注释修改成英文
2025-12-12 14:40:30 +08:00
yiliang114
89be6edb5e
chore(vscode-ide-companion): add comment
2025-12-12 13:59:05 +08:00
yiliang114
d812c9dcf2
chore(vscode-ide-companion): add fixme comment for auth delay
2025-12-12 13:51:14 +08:00
yiliang114
d754767e73
chore(vscode-ide-companion): rm authState manager in vscode-ide-companion to simplify the login architecture
2025-12-12 13:40:18 +08:00
刘伟光
bb8447edd7
fix: 修复在docker环境中无法连接ide的问题
2025-12-12 11:36:15 +08:00
kefuxin
44794121a8
docs: update MCP server schema compliance documentation
...
Update documentation to reflect the new `schemaCompliance` setting and detailed OpenAPI 3.0 transformation rules.
Suggested-by: afarber
2025-12-12 10:38:00 +08:00
joeytoday
b626e0be89
docs: remove outdated section on image handling from common workflows
2025-12-12 10:17:37 +08:00
joeytoday
779ed2cda4
docs: update common workflows and quickstart sections for clarity and formatting
2025-12-12 10:15:28 +08:00
yiliang114
02234f5434
chore(vscode-ide-companion): change comments and delays
2025-12-12 01:17:38 +08:00
yiliang114
25261ab88d
fix(vscode-ide-companion): slight delay to ensure auth state settlement
2025-12-12 01:14:28 +08:00
DragonnZhang
60a58ad8e5
feat: add support for the channel field to CLI parameters and configurations
2025-12-12 01:06:00 +08:00
yiliang114
c20df192a8
chore(vscode-ide-companion): revert some log util, will continue next time
2025-12-11 23:57:21 +08:00
yiliang114
b34894c8ea
feat(vscode-ide-companion/auth): deduplicate concurrent authentication calls
...
Prevent multiple simultaneous authentication flows by:
- Adding static authInFlight promise tracking in AcpConnection
- Implementing runExclusiveAuth method in AuthStateManager
- Adding sessionCreateInFlight tracking in QwenAgentManager
- Ensuring only one auth flow runs at a time across different components
This prevents race conditions and duplicate login prompts when multiple components request authentication simultaneously.
2025-12-11 22:56:58 +08:00
joeytoday
9fd4f58c16
docs: Add detailed documentation for Qwen Code's approval modes and usage
...
- Introduced a comprehensive guide on the four permission modes: Plan, Default, Auto-Edit, and YOLO, including their use cases and risk levels.
- Updated the overview and quickstart documentation for clarity and consistency.
- Removed the outdated CLI reference document and integrated relevant content into the updated documentation.
- Improved command creation examples and best practices for custom commands.
2025-12-11 21:12:32 +08:00
pomelo-nwu
4d4e9a7b3d
docs(menu): reorder contributing
...
guide in developer docs menu
2025-12-11 21:06:12 +08:00
pomelo-nwu
4fbc329361
docs(roadmap): update feature
...
versions for QwenCode SDK, Session, Headless
Mode, and ACP/Zed
2025-12-11 21:03:44 +08:00
Alexander Farber
ba3b576906
Hide resume message when session has no messages
2025-12-11 13:10:01 +01:00
Alexander Farber
b67ee32481
Update snapshots
2025-12-11 12:53:30 +01:00
Alexander Farber
5b8ce440ea
Show session resume command on exit
2025-12-11 12:22:48 +01:00
pomelo-nwu
692d6e227e
docs: enhance architecture documentation and add contribution guidelines
2025-12-11 18:31:24 +08:00
Alexander Farber
bf905dcc17
Rename GEMINI_CLI_NO_RELAUNCH to QWEN_CODE_NO_RELAUNCH
2025-12-11 11:14:12 +01:00
Alexander Farber
95d3e5b744
Rename more references
2025-12-11 11:14:11 +01:00
Alexander Farber
6d3cf4cd98
Rrename Gemini references to Qwen and fix IDE connection path
2025-12-11 11:14:10 +01:00
Alexander Farber
68295d0bbf
Rename leftover Gemini references to Qwen in UI strings
2025-12-11 11:14:09 +01:00
pomelo-nwu
903113d749
feat: add integration
2025-12-11 15:45:09 +08:00
joeytoday
bd3327db8c
docs: enhance user guides with emojis for better readability and engagement
2025-12-11 15:31:06 +08:00
joeytoday
0ae3a2247d
docs: update sandbox title, enhance overview, and add CLI reference documentation
2025-12-11 14:54:37 +08:00
kefuxin
84cccfe99a
feat: add i18n for schemaCompliance setting
2025-12-11 14:30:38 +08:00
kefuxin
b6a3ab11e0
fix: improve Gemini compatibility by adding configurable schema converter
...
This commit addresses issue #1186 by introducing a configurable schema compliance
mechanism for tool definitions sent to LLMs.
Key changes:
1. **New Configuration**: Added `model.generationConfig.schemaCompliance` setting (defaults to 'auto', optional 'openapi_30').
2. **Schema Converter**: Implemented `toOpenAPI30` converter in `packages/core` to strictly downgrade modern JSON Schema to OpenAPI 3.0.3 (required for Gemini API), handling:
- Nullable types (`["string", "null"]` -> `nullable: true`)
- Numeric exclusive limits
- Const to Enum conversion
- Removal of tuples and invalid keywords (``, `dependencies`, etc.)
3. **Tests**: Added comprehensive unit tests for the schema converter and updated pipeline tests.
Fixes #1186
2025-12-11 14:23:27 +08:00
tanzhenxin
58d3a9c253
Merge pull request #1176 from QwenLM/feat/acp-usage-metadata
...
Feat/acp usage metadata
2025-12-11 14:09:43 +08:00
TianHao Zhang
d06a6d7ef9
feat: update references from Gemini to Qwen in setup commands and gitignore handling ( #1156 )
2025-12-11 14:09:22 +08:00
pomelo
ae9753a326
Merge pull request #1189 from afarber/security-fixes
...
fix: update vulnerable dependencies (glob, jws, tar, js-yaml)
2025-12-11 09:42:30 +08:00
joeytoday
56beeb6989
docs: clarify authentication steps in overview
2025-12-10 18:20:55 +08:00
joeytoday
d5fc8e390b
docs: updated overview & quickstart, uploaded gif
2025-12-10 18:17:22 +08:00
joeytoday
a39b68a44f
docs: Revise documentation structure and update content for clarity
2025-12-10 16:56:37 +08:00
pomelo
a02c4b2765
Merge pull request #1059 from yiliang114/feat/jinjing/write-and-read-file-in-vscode
...
feat: VSCode Extension Implementation
2025-12-10 16:15:28 +08:00
pomelo
0055399cba
Merge pull request #1191 from afarber/remove-vertical-borders
...
feat(ui): remove vertical borders from input prompt for easier copy/paste
2025-12-10 16:08:04 +08:00
Alexander Farber
5f78909040
Add terminal bell setting to enable/disable audio notifications
2025-12-09 20:27:20 +01:00
yiliang114
5ef3d32f16
refactor(vscode-ide-companion/qwenAgentManager): remove saveCheckpointViaCommand method
...
refactor(vscode-ide-companion/webview): improve message handling during checkpoint saves
feat(vscode-ide-companion/markdown): enhance file path link handling with line numbers support
feat(vscode-ide-companion/message): add enableFileLinks prop to MessageContent component
feat(vscode-ide-companion/user-message): disable file links in user messages
2025-12-10 01:31:39 +08:00
xuewenjie
49c032492a
fix: prefer UTF-8 encoding for shell output on Windows when detected
...
pump versionm to 0.4.1 (#1177 )
2025-12-10 01:31:32 +08:00
yiliang114
4345b9370e
feat(vscode-ide-companion): enhance panel manager group tracking and ui improvements
...
chore(vscode-ide-companion): remove unused todo comment in auth state manager
2025-12-10 01:31:27 +08:00
yiliang114
d2e2a07327
chore(vscode-ide-companion): bump version to 0.4.1 and add semver dependency and improve cli version checking with semver package
2025-12-10 01:31:09 +08:00