mingholy.lmh
c218048551
fix: prevent sending control request when query is closed
2025-12-05 18:46:51 +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
Mingholy
c9af74816a
fix: reset authType settings ( #1091 )
...
* fix: reset authType settings
* fix: failed json-output tests
* fix: sandbox exception log to stderr
v0.3.0
2025-11-23 17:59:35 +08:00
pomelo
9cfea73207
Merge pull request #1097 from QwenLM/chore-action
...
fix(ci): remove non-existent label from release failure issue creation
2025-11-23 08:27:34 +08:00
pomelo-nwu
87b1ffe017
fix(ci): remove non-existent label from release failure issue creation
2025-11-22 14:23:49 +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 )
v0.2.3
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