github-actions[bot]
9d6a28591a
chore(release): v0.4.0-nightly.20251209.a6a57233
2025-12-09 00:22:21 +00:00
xuewenjie
e5e1e6a3da
Merge branch 'main' of github.com:QwenLM/qwen-code into fix/windows-shell-output-garbled
2025-12-08 11:35:47 +08:00
mingholy.lmh
86b166bb1d
fix: adjust e2e tests via timeout option
2025-12-06 17:53:31 +08:00
mingholy.lmh
bf6abf7752
fix: update timeout settings and default logging level in SDK
2025-12-06 12:27:16 +08:00
mingholy.lmh
96d458fa8c
chore: rename @qwen-code/sdk-typescript to @qwen-code/sdk
2025-12-05 21:47:26 +08:00
Mingholy
3ed0a34b5e
Merge pull request #1147 from QwenLM/mingholy/feat/cli-sdk-stage-2
...
Custom tools support via SDK controlled MCP servers
2025-12-05 21:19:58 +08:00
mingholy.lmh
c218048551
fix: prevent sending control request when query is closed
2025-12-05 18:46:51 +08:00
xuewenjie
2c1a836f18
fix: prefer UTF-8 encoding for shell output on Windows when detected
2025-12-05 16:49:26 +08:00
tanzhenxin
3e2a2255ee
DeepSeek V3.2 Thinking Mode Integration ( #1134 )
2025-12-05 15:08:35 +08:00
mingholy.lmh
46478e5dd3
fix: try fix sandbox integration test failure
2025-12-05 13:14:55 +08:00
mingholy.lmh
64de3520b3
docs: update README to include SDK-embedded MCP server details and usage examples
2025-12-05 13:14:55 +08:00
mingholy.lmh
322ce80e2c
feat: implement SDK MCP server support and enhance control request handling
...
- Added new `SdkMcpController` to manage communication between CLI MCP clients and SDK MCP servers.
- Introduced `createSdkMcpServer` function for creating SDK-embedded MCP servers.
- Updated configuration options to support both external and SDK MCP servers.
- Enhanced timeout settings for various SDK operations, including MCP requests.
- Refactored existing control request handling to accommodate new SDK MCP server functionality.
- Updated tests to cover new SDK MCP server features and ensure proper integration.
2025-12-05 13:14:54 +08:00
pomelo
a58d3f7aaf
Merge pull request #1148 from QwenLM/feat/no-quit-confirm
...
Remove `/quit-confirm` flow
2025-12-05 10:56:08 +08:00
mingholy.lmh
57b519db9a
test: skip qwen-oauth e2 case in sandbox
2025-12-04 20:39:51 +08:00
tanzhenxin
1c45ef563d
remove unused files
2025-12-04 17:41:52 +08:00
mingholy.lmh
0630908e0c
fix: lint error
2025-12-04 17:36:22 +08:00
mingholy.lmh
839a1d9d8c
fix: mock path for cross platform compability in test cases
2025-12-04 17:10:24 +08:00
mingholy.lmh
56f61bc0b8
fix: path literals in windows
2025-12-04 17:10:24 +08:00
mingholy.lmh
81c8b3eaec
feat: add GitHub Actions workflow for SDK release automation
2025-12-04 17:10:23 +08:00
mingholy.lmh
50e3a6ee0a
fix: enhance 429 error handling and fix failed cases
2025-12-04 17:10:23 +08:00
mingholy.lmh
3056f8a63d
feat(tests): move SDK integration tests to integration-tests to share globalSetup
2025-12-04 17:10:23 +08:00
mingholy.lmh
ae7d6af717
fix(test): remove unused test cases
2025-12-04 17:10:22 +08:00
mingholy.lmh
8035be6f8d
fix: plan mode adjustments
2025-12-04 17:10:22 +08:00
mingholy.lmh
249b141f19
feat: add allowedTools for SDK use and re-organize test setup
2025-12-04 17:10:22 +08:00
mingholy.lmh
56957a687b
refactor: rename ambiguous exported types
2025-12-04 17:10:21 +08:00
mingholy.lmh
638b7bb466
feat: add allowedTools support
2025-12-04 17:10:21 +08:00
mingholy.lmh
d76341b8d8
chore: keep comments for queryOptions
2025-12-04 17:10:21 +08:00
mingholy.lmh
769a438fa4
feat: enhance logging capabilities and update query options in sdk-typescript
...
- Introduced a new logging system with adjustable log levels (debug, info, warn, error).
- Updated query options to include a logLevel parameter for controlling verbosity.
- Refactored existing code to utilize the new logging system for better error handling and debugging.
- Cleaned up unused code and improved the structure of the SDK.
2025-12-04 17:10:20 +08:00
mingholy.lmh
49dc84ac0e
feat: add support for includePartialMessages option in query and transport layers
2025-12-04 17:10:20 +08:00
mingholy.lmh
ac6aecb622
refactor: update test structure and clean up unused code in cli and sdk
2025-12-04 17:10:20 +08:00
mingholy.lmh
ad9ba914e1
refactor: clean up exports in sdk-typescript index file
2025-12-04 17:10:20 +08:00
mingholy.lmh
d76cdf1076
feat: sdk subagent support
2025-12-04 17:10:20 +08:00
mingholy.lmh
e1ffaec499
feat: create draft framework for cli & sdk
2025-12-04 17:10:16 +08:00
tanzhenxin
5b2f3e285c
remove /quit-confirm slash command
2025-12-04 16:21:32 +08:00
tanzhenxin
e426c15e9e
pump version to 0.4.0 ( #1132 )
2025-12-03 18:10:11 +08:00
tanzhenxin
0a75d85ac9
Session-Level Conversation History Management ( #1113 )
2025-12-03 18:04:48 +08:00
Zijun Yang
a7abd8d09f
fix(shell-utils): resolve command detection on Ubuntu by using shell for builtins ( #1123 )
2025-12-02 11:49:40 +08:00
Mingholy
c9af74816a
fix: reset authType settings ( #1091 )
...
* fix: reset authType settings
* fix: failed json-output tests
* fix: sandbox exception log to stderr
2025-11-23 17:59:35 +08:00
pomelo
83fc321e15
Merge pull request #1090 from QwenLM/feat/logger-enhancement
...
Improve Usage Statistics by Moving Key Snapshot Fields into Properties
2025-11-21 15:55:26 +08:00
pomelo
48b77541c3
feat(i18n): Add Internationalization Support for UI and LLM Output ( #1058 )
2025-11-21 15:44:37 +08:00
tanzhenxin
f2439f8d53
fix: skip one unstable test case
2025-11-21 15:43:05 +08:00
tanzhenxin
fb6d0b43fa
feat: change shortcut for subagent execution display
2025-11-21 15:42:17 +08:00
tanzhenxin
627283d357
feat: enhance usage statistics in qwen logger
2025-11-21 15:17:34 +08:00
tanzhenxin
640f30655d
chore: pump version to 0.3.0 ( #1085 )
2025-11-21 09:37:38 +08:00
Kdump
9e5387f159
Headless enhancement: add stream-json as input-format/output-format to support programmatically use ( #926 )
2025-11-21 09:26:05 +08:00
tanzhenxin
442a9aed58
Replace spawn with execFile for memory-safe command execution ( #1068 )
2025-11-20 15:04:00 +08:00
Mingholy
a15b84e2a1
refactor(auth): enhance useAuthCommand to include history management and improve error handling in QwenOAuth2Client ( #1077 )
2025-11-20 14:37:39 +08:00
tanzhenxin
07069f00d1
feat: remove prompt completion feature ( #1076 )
2025-11-20 14:36:51 +08:00
citlalinda
e1f793b2e0
fix: character encoding corruption when executing the /copy command on Windows. ( #1069 )
...
Co-authored-by: linda <hxn@163.com >
2025-11-20 10:23:17 +08:00
tanzhenxin
3c64f7bff5
chore: pump version to 0.2.3 ( #1073 )
2025-11-20 10:09:12 +08:00