LaZzyMan
2c22961f92
fix test on windows
2026-01-20 15:19:46 +08:00
tanzhenxin
bdfeec24fb
refactor(acp): centralize error codes and add RESOURCE_NOT_FOUND handling for file operations
2026-01-20 15:19:18 +08:00
LaZzyMan
2e80f7ffbc
fix config test
2026-01-20 14:35:52 +08:00
LaZzyMan
b0c3e5d884
fix ci test
2026-01-20 11:59:14 +08:00
tanzhenxin
0c960add8d
Merge branch 'main' into feat/cli-welcome-screen
2026-01-20 09:56:00 +08:00
tanzhenxin
eb7dc53d2e
fix(cli): isolate modelConfigUtils tests from system env vars
...
Use a clean process.env object instead of shallow-copying the original
environment. This prevents test failures when system has auth-related
env vars (e.g., OPENAI_API_KEY) that would interfere with test assertions.
2026-01-20 09:36:28 +08:00
LaZzyMan
143beb51ed
fix code merge
2026-01-19 21:27:31 +08:00
LaZzyMan
a61a3c5680
Merge branch 'main' into feat/extension
2026-01-19 21:16:07 +08:00
tanzhenxin
046559408b
Merge branch 'main' into feat/cli-welcome-screen
2026-01-19 20:28:48 +08:00
LaZzyMan
8b4626a2be
fix test
2026-01-19 19:40:16 +08:00
tanzhenxin
de47c4e98b
Merge pull request #1465 from QwenLM/feat/add-user-feedback-dialog
...
Qwen Code CI / Lint (push) Waiting to run
Qwen Code CI / Test (push) Blocked by required conditions
Qwen Code CI / Test-1 (push) Blocked by required conditions
Qwen Code CI / Test-2 (push) Blocked by required conditions
Qwen Code CI / Test-3 (push) Blocked by required conditions
Qwen Code CI / Test-4 (push) Blocked by required conditions
Qwen Code CI / Test-5 (push) Blocked by required conditions
Qwen Code CI / Test-6 (push) Blocked by required conditions
Qwen Code CI / Test-7 (push) Blocked by required conditions
Qwen Code CI / Test-8 (push) Blocked by required conditions
Qwen Code CI / Post Coverage Comment (push) Blocked by required conditions
Qwen Code CI / CodeQL (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none (push) Waiting to run
E2E Tests / E2E Test - macOS (push) Waiting to run
feat: add user feedback dialog
2026-01-19 19:26:20 +08:00
tanzhenxin
eed46447da
Merge pull request #1519 from afarber/1208-fix-key-conflict
...
fix: resolve arrow key navigation conflict between history and completion
2026-01-19 19:23:22 +08:00
Mingholy
8de81b6299
Merge pull request #1510 from QwenLM/mingholy/fix/merge-settings-generationConfig
...
Fix credential management and authentication flows with improved generation config preservation
2026-01-19 19:01:56 +08:00
mingholy.lmh
0a64fa78f5
test: add unit tests for modelConfigUtils functions
2026-01-19 16:57:01 +08:00
DragonnZhang
f99295462d
feat: Rename lastShownTimestamp to feedbackLastShownTimestamp and check QWEN_OAUTH for feedback dialog showing
2026-01-19 16:19:35 +08:00
tanzhenxin
1145045a5a
Merge pull request #1521 from QwenLM/fix/acp-set-model
...
fix(acp): implement session/set_model method for JetBrains compatibility
2026-01-19 16:07:02 +08:00
tanzhenxin
95c551c1b4
Merge pull request #1538 from QwenLM/chore/rename-skills-settings
...
fix(cli): relocate skills setting to experimental namespace
2026-01-19 16:06:37 +08:00
LaZzyMan
f8e41fb7fa
fix i18n
2026-01-19 15:09:24 +08:00
LaZzyMan
6e641b8def
feat: add docs
2026-01-19 14:51:49 +08:00
xwj02155382
af269e6474
fix: add getContentGeneratorConfig mock to Footer.test.tsx
2026-01-19 14:51:05 +08:00
xwj02155382
ef769c49bf
Merge branch 'main' of github.com:QwenLM/qwen-code into feature/add-context-window-size-config
2026-01-19 14:37:17 +08:00
tanzhenxin
ec2aa6d86d
Merge pull request #1486 from BlockHand/two-qwen-md
...
feat: Improve QWEN. md file loading by filtering system files and limiting scope
2026-01-19 14:27:15 +08:00
xwj02155382
a684f07ff4
refactor: move contextWindowSize to ContentGeneratorConfig
...
- Add contextWindowSize field to ContentGeneratorConfig interface
- Update tokenLimit function to accept contentGeneratorConfig parameter
- Implement priority logic: user config > auto-detection
- Update chatCompressionService to use new API via getContentGeneratorConfig()
- Add contextWindowSize to MODEL_GENERATION_CONFIG_FIELDS for config resolution
- Add contextWindowSize to CLI settings schema (model.generationConfig)
- Update UI components (Footer, ContextUsageDisplay) to use new config API
- Fix test mocks to include getContentGeneratorConfig method
This refactor avoids modifying 71+ test files by moving the config
to the generator level instead of the Config class level.
Modified files:
- packages/core/src/core/contentGenerator.ts
- packages/core/src/core/tokenLimits.ts
- packages/core/src/services/chatCompressionService.ts
- packages/core/src/services/chatCompressionService.test.ts
- packages/core/src/models/constants.ts
- packages/cli/src/config/settingsSchema.ts
- packages/cli/src/ui/components/ContextUsageDisplay.tsx
- packages/cli/src/ui/components/Footer.tsx
2026-01-19 14:21:05 +08:00
tanzhenxin
8b5f198e3c
chore: clean up orphaned bfsFileSearch code and discoveryMaxDirs setting
2026-01-19 14:10:42 +08:00
DragonnZhang
e8356c5f9e
feat: Add lastShownTimestamp to settings schema and update feedback dialog logic
2026-01-19 13:46:07 +08:00
tanzhenxin
dc067697dc
fix(cli): relocate skills setting to experimental namespace
2026-01-19 13:44:39 +08:00
刘伟光
b9207c5884
feat: Optimize the code and delete unnecessary parameters. Be compatible with correlation functions and configurations, as well as optimize test cases
2026-01-19 11:54:10 +08:00
liqoingyu
1527c0333f
test(cli): wait for full auth error copy
2026-01-19 11:52:49 +08:00
liqoingyu
395791feeb
test(cli): stabilize AuthDialog ESC assertion
2026-01-19 11:42:42 +08:00
tanzhenxin
bd314cb7b2
Merge branch 'main' into feat/cli-welcome-screen
2026-01-19 11:32:54 +08:00
LaZzyMan
a546e84887
fix: settings in arg
2026-01-19 11:18:01 +08:00
tanzhenxin
f0b2a7ef98
feat(cli): refactor about dialog and add proxy field
2026-01-19 10:54:45 +08:00
LaZzyMan
df33029589
Merge branch 'main' into feat/extension
2026-01-19 10:11:05 +08:00
LaZzyMan
c8b0efa4d9
feat: add i18n
2026-01-19 10:08:21 +08:00
tanzhenxin
c87197d420
Redesign settings dialog with curated list and view-switching UI
2026-01-18 21:56:33 +08:00
yiliang114
d9328fa478
feat: 统一LSP工具并扩展操作支持
...
- 创建统一的LSP工具,整合了之前的多个分散LSP工具
- 增加对更多LSP操作的支持,包括hover、documentSymbol、goToImplementation等
- 扩展LSP类型定义,支持Call Hierarchy等高级功能
- 更新配置和测试文件以适配新的LSP工具架构
- 保持向后兼容性,同时引入新工具名称映射
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
此更改是LSP工具重构计划的一部分,旨在提供更统一和功能完备的LSP集成体验。
2026-01-18 19:34:17 +08:00
tanzhenxin
28f6c161da
Limit info panel max width to 60 in two-column header layout
2026-01-18 15:00:58 +08:00
yiliang114
a14d1e27bb
Merge branch 'main' of https://github.com/QwenLM/qwen-code into feat/support-lsp
2026-01-18 13:49:32 +08:00
tanzhenxin
35c865968f
chore: remove tiktoken dependency and replace with character-based token estimation
2026-01-17 22:39:18 +08:00
Alexander Farber
fa8b5a7762
Replace the not functional CodeQL comments
2026-01-17 14:29:43 +01:00
Alexander Farber
9adad2f369
Fix 1 test and silence CodeQL warning (not introduced by this PR)
2026-01-17 14:29:42 +01:00
Alexander Farber
a8ccd7b6fb
Replace spawn shell option with explicit shell args to avoid DEP0190 warning
2026-01-17 14:29:42 +01:00
Alexander Farber
5d20848577
Use dim colors for YOLO/auto-accept mode borders
2026-01-17 14:23:42 +01:00
tanzhenxin
ced1b1db80
add Session.test.ts
2026-01-17 11:13:45 +08:00
tanzhenxin
1f1e78aa3b
Refactor model handling in ACP agent and update auth error message
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-17 10:53:57 +08:00
tanzhenxin
511269446f
fix(acp): implement session/set_model method for JetBrains compatibility
2026-01-17 10:15:47 +08:00
Alexander Farber
0901b228a7
Resolve arrow key navigation conflict between history and completion
2026-01-16 22:41:01 +01:00
tanzhenxin
0681c71894
Merge pull request #1490 from QwenLM/fix/mcp-server-remove
...
Qwen Code CI / Lint (push) Has been cancelled
Qwen Code CI / CodeQL (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:docker (push) Has been cancelled
E2E Tests / E2E Test (Linux) - sandbox:none (push) Has been cancelled
E2E Tests / E2E Test - macOS (push) Has been cancelled
Qwen Code CI / Test (push) Has been cancelled
Qwen Code CI / Test-1 (push) Has been cancelled
Qwen Code CI / Test-2 (push) Has been cancelled
Qwen Code CI / Test-3 (push) Has been cancelled
Qwen Code CI / Test-4 (push) Has been cancelled
Qwen Code CI / Test-5 (push) Has been cancelled
Qwen Code CI / Test-6 (push) Has been cancelled
Qwen Code CI / Test-7 (push) Has been cancelled
Qwen Code CI / Test-8 (push) Has been cancelled
Qwen Code CI / Post Coverage Comment (push) Has been cancelled
fix: unable to remove MCP server when only one element exists
2026-01-16 17:22:42 +08:00
LaZzyMan
f7fb624af9
feat: extension slash commands
2026-01-16 16:29:03 +08:00
tanzhenxin
155c4b9728
Merge pull request #1508 from PJ-568/main
...
fix: mistranslation of token
2026-01-16 15:50:00 +08:00