tanzhenxin
c97604ba46
fix(cli): route sandbox diagnostic messages to stderr
...
Change all diagnostic/progress messages in sandbox.ts from
writeStdoutLine to writeStderrLine. This prevents integration
test failures in Docker where stdout buffering behavior differs
from the Console API.
Diagnostic messages like 'Checking for sandbox image' are
informational logs that should not interfere with program output
that tests or other tools may parse from stdout.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-06 10:07:55 +08:00
mingholy.lmh
1e05359881
ci(sdk-release): add CLI source selection for SDK releases
...
- Replace cli_ref input with cli_source choice (build_from_source or npm_latest)
- Add support for bundling latest stable CLI from npm
- Add bundle-cli-from-npm.js script for npm-based CLI bundling
- Fix property naming in nonInteractiveCli.ts (outputUpdateHandler)
- Improve integration tests for subagents
- Skip creating issue on failure during dry-run mode
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-05 20:57:01 +08:00
tanzhenxin
83fd2bc7f9
Merge pull request #1610 from QwenLM/feat/debug-logging-refactor
...
Qwen Code CI / CodeQL (push) Waiting to run
Qwen Code CI / Test-3 (push) Blocked by required conditions
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 / Post Coverage Comment (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
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: debug mode output refactor — route console calls to logfile-first debugLogger
2026-02-05 20:42:50 +08:00
tanzhenxin
1db0d0051a
Merge pull request #1670 from QwenLM/fix/top-right-auth-not-updating
...
fix(ui): resolve auth not updating in top-right corner
2026-02-05 20:38:02 +08:00
tanzhenxin
4abec5c055
Merge remote-tracking branch 'origin/main' into feat/debug-logging-refactor
2026-02-05 20:23:48 +08:00
tanzhenxin
8434b89711
Merge pull request #1682 from QwenLM/fix/vscode-ide-compaion-ui-show-bugs
...
fix(vscode-ide-companion): Fix UI display issues with server-side timestamp and file path extraction
2026-02-05 20:17:30 +08:00
tanzhenxin
fcf363d26b
Merge origin/main - resolve Session.test.ts import conflict
2026-02-05 19:35:04 +08:00
tanzhenxin
21ae35b221
feat(paste): add large paste placeholder with ID reuse and atomic deletion
...
- Add placeholder mode for pastes >1000 chars OR >10 lines
- Show placeholder like '[Pasted Content 1500 chars]' instead of full content
- Store full content and expand on submit
- Support multiple placeholders with sequential IDs (#2 , #3 , etc.)
- Reuse freed IDs when placeholders are deleted
- Delete entire placeholder atomically on backspace
- Add 7 unit tests for placeholder functionality
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-05 19:31:40 +08:00
tanzhenxin
42da41381a
Merge origin/main into refactor/read-many-files-util
...
Resolved conflicts by:
- index.ts: Adopted main's organized structure, added readManyFiles.js export
- atCommandProcessor.ts: Kept refactored readManyFiles utility approach
- atCommandProcessor.test.ts: Kept tests for refactored approach
2026-02-05 19:27:29 +08:00
tanzhenxin
a31699ed73
Merge branch 'main' into mingholy/fix/acp-model-list
2026-02-05 19:01:17 +08:00
tanzhenxin
bf19464697
Merge pull request #1515 from QwenLM/mingholy/feat/slash-command-share
...
Add export command for session history with markdown and HTML formats
2026-02-05 18:59:26 +08:00
tanzhenxin
6324863008
Merge remote-tracking branch 'origin/main' into feat/remove-smart-edit-tool
...
# Conflicts:
# packages/core/index.ts
# packages/core/src/index.ts
2026-02-05 18:08:22 +08:00
mingholy.lmh
a364c8212e
fix(export): fix TodoWrite tool call display in HTML export
...
- Restore plan update handling in collect.ts, formatting todo data as markdown checklist
- Skip todo_write tool_result processing in normalize.ts to avoid duplicates
- Add getMessageTimestamp() and getMessageUuid() methods to maintain message order
- Fix version parsing to support @latest tags
- Fix Windows spawn EINVAL error (CVE-2024-27980)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-05 16:48:27 +08:00
mingholy.lmh
8d8449079d
fix: windows build issue and add prettier
2026-02-05 16:47:36 +08:00
mingholy.lmh
a5a6bddc31
fix: template
2026-02-05 16:47:36 +08:00
mingholy.lmh
371b408d6d
fix: update test cases
2026-02-05 16:47:36 +08:00
mingholy.lmh
54bb39f6ab
fix: use fixed react version
2026-02-05 16:47:36 +08:00
mingholy.lmh
86a43618a7
refactor(export): built-in package for assets export
...
1. use built-in assets package to support html export
2. improve markdown export
2026-02-05 16:47:36 +08:00
mingholy.lmh
a4630d39e4
feat(export): support html/json/jsonl/md export
2026-02-05 16:47:35 +08:00
mingholy.lmh
660017706f
fix: update exportUtils to use embedded html template
2026-02-05 16:47:35 +08:00
mingholy.lmh
feeae875a0
feat: add export command draft for session history with markdown and HTML formats
2026-02-05 16:47:35 +08:00
tanzhenxin
1da07eb69b
Merge pull request #1694 from QwenLM/fix/external-source-extensions
...
add hint for installing external source extensions
2026-02-05 16:39:51 +08:00
tanzhenxin
375ebfa9e3
Merge pull request #1330 from afarber/1304-move-disable-update-nag-check
...
fix(settings): rename negative settings to positive naming (disable* -> enable*)
2026-02-05 16:21:59 +08:00
tanzhenxin
5457119a4a
Merge pull request #1720 from QwenLM/bump-version-0.10.0
...
chore(release): Bump version to 0.10.0
2026-02-05 16:21:46 +08:00
tanzhenxin
ff0ba0cc4e
Merge branch and resolve conflicts
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-05 13:41:37 +08:00
tanzhenxin
50059d6f32
chore(release): Bump version to 0.10.0 across all packages
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-05 11:30:45 +08:00
LaZzyMan
c8297300d9
Merge branch 'main' into feat/image-attachment
2026-02-05 11:09:34 +08:00
tanzhenxin
846cc75f10
refactor: streamline debug logging and remove Notifications component
...
- Remove verbose tool execution debug logs to reduce noise
- Add debug logging for config initialization phases
- Add comprehensive debug logging for skill loading/management
- Add rate limiting for QwenLogger network error logs
- Remove Notifications component from DefaultAppLayout
- Update tests to reflect UI changes and logging behavior
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-04 22:41:31 +08:00
裕波
ae2f77ed22
refactor(i18n): translate Agent as 智能体
2026-02-04 21:40:31 +08:00
tanzhenxin
9b524a59c1
Merge branch 'main' into feat/debug-logging-refactor
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-04 17:30:58 +08:00
tanzhenxin
c7b681ef5d
feat(paste): add large paste placeholder and fix enter-submit on macOS
...
- Add large paste placeholder feature: when pasting text > 1000 chars,
show a placeholder like '[Pasted Content 1500 chars]' instead of the
full content. The full text is stored and expanded on submit.
- Fix enter-submit on macOS: only apply recentPasteTime protection when
pasteWorkaround is enabled (Windows or Node < 20). On macOS/Linux with
modern Node, bracketed paste markers work reliably so the protection is
unnecessary and caused the first Enter after paste to be ignored.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-04 15:20:45 +08:00
tanzhenxin
46327f219e
feat(core): add disableCacheControl support for Anthropic provider
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-04 15:03:37 +08:00
tanzhenxin
4c41dd9dd3
Merge pull request #1607 from QwenLM/fix/shift-tab-windows-powershell
...
fix: enable Shift+Tab shortcut in Windows PowerShell
2026-02-04 14:30:33 +08:00
pomelo
b147d064c8
Merge pull request #1680 from QwenLM/fix/preserve-utf8-bom-encoding
...
feat: Preserve UTF-8 BOM when editing files
2026-02-04 14:29:57 +08:00
pomelo
2ed4ae773e
Merge pull request #1681 from QwenLM/dev/improve-build-and-dev-experience
...
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
build: Improve build efficiency and add dev mode
2026-02-04 09:33:46 +08:00
Mingholy
1d203aaefe
Merge pull request #1531 from liqiongyu/fix/1511-mcp-resource-at-ref
...
fix(cli): expand MCP @server: resource references
2026-02-03 20:29:23 +08:00
tanzhenxin
10ae15c00b
Merge pull request #1535 from liqiongyu/test/authdialog-esc-stabilize
...
test(cli): stabilize AuthDialog ESC assertion
2026-02-03 20:26:36 +08:00
liqoingyu
7e5d1470c8
fix(cli,core): pass abort signal to MCP resource reads
2026-02-03 17:32:24 +08:00
liqoingyu
5087426af7
test(cli): cover MCP resource edge cases
2026-02-03 17:23:59 +08:00
liqoingyu
5b2dc78897
fix(cli,core): harden MCP resource references
2026-02-03 17:23:58 +08:00
liqoingyu
c8a148b92e
fix(cli): expand MCP @server: resource references
2026-02-03 17:22:47 +08:00
LaZzyMan
0f4b5fd400
fix test on windows
2026-02-03 15:11:20 +08:00
LaZzyMan
b15b9b7ef4
fix ui
2026-02-03 14:30:55 +08:00
LaZzyMan
7b63b24773
fix: add hint for installing external extensions
2026-02-03 14:17:32 +08:00
LaZzyMan
c92e2b8351
Merge branch 'main' into feat/image-attachment
2026-02-02 20:23:34 +08:00
LaZzyMan
4a578a61f2
fix test
2026-02-02 20:16:59 +08:00
LaZzyMan
30b4b47cd7
fix ci test
2026-02-02 20:16:18 +08:00
LaZzyMan
7a154b8a62
fix revert changes
2026-02-02 20:08:12 +08:00
LaZzyMan
86ba86e297
Merge branch 'main' into fix/shift-tab-windows-powershell
2026-02-02 19:51:32 +08:00
LaZzyMan
3296785b23
feat use tab on windows instead of shift+tab
2026-02-02 19:48:07 +08:00