github-actions[bot]
4513c113b7
chore(release): v0.4.0
v0.4.0
2025-12-06 12:08:06 +00:00
Mingholy
b4be2c6c7f
Merge pull request #1166 from QwenLM/mingholy/fix/unstable-e2e-test
...
test: skip unstable e2e test
sdk-typescript-v0.1.0
2025-12-06 18:42:29 +08:00
mingholy.lmh
8b5b8d2b90
test: skip unstable e2e test
2025-12-06 18:41:19 +08:00
Mingholy
6e826b815e
Merge pull request #1165 from QwenLM/mingholy/fix/sdk-timeout
...
fix: update timeout settings and default logging level in SDK
2025-12-06 18:18:23 +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
ab228c682f
Merge pull request #1161 from QwenLM/mingholy/fix/integration-test-scripts
...
test: separating integration tests for the CLI and SDK
2025-12-05 22:34:30 +08:00
mingholy.lmh
22943b888d
test: clean up integration test by removing unnecessary console logs
2025-12-05 22:11:27 +08:00
mingholy.lmh
96d458fa8c
chore: rename @qwen-code/sdk-typescript to @qwen-code/sdk
2025-12-05 21:47:26 +08:00
mingholy.lmh
0e9255b122
fix: integration test scripts
2025-12-05 21:27:12 +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
2949b33a4e
chore: enhance integration testing for SDK and CLI
2025-12-05 21:05:36 +08:00
mingholy.lmh
c218048551
fix: prevent sending control request when query is closed
2025-12-05 18:46:51 +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
aacc4b43ff
Merge pull request #1150 from QwenLM/mingholy/ci/skip-case
...
test: skip qwen-oauth test in containerized environments
2025-12-04 20:53:12 +08:00
mingholy.lmh
57b519db9a
test: skip qwen-oauth e2 case in sandbox
2025-12-04 20:39:51 +08:00
Mingholy
43f23f8ce5
Merge pull request #1103 from QwenLM/mingholy/feat/cli-sdk-stage-1
...
feat: basic TypeScript SDK
2025-12-04 18:06:22 +08:00
mingholy.lmh
427c69ba07
chore: fix sdk release workflow and verified with yamllint and act
2025-12-04 17:52:07 +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
c18fed574f
chore: fix RELEASE_TAG fallback in workflow
2025-12-04 17:22:20 +08:00
mingholy.lmh
51b9281774
chore: remove scheduled triggers from SDK release workflow
2025-12-04 17:10:24 +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
b1d848f935
chore: update lockfile
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
6729980b47
skip acp integration test in sandbox env ( #1141 )
2025-12-04 10:28:21 +08:00
tanzhenxin
2ca36d7508
skip one flaky integration test ( #1137 )
2025-12-03 19:40:14 +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