mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-26 00:53:48 +00:00
* test(sdk-typescript): stabilize permission mode round trips * test(sdk-typescript): make permission control deterministic * test(sdk-typescript): distinguish plan-mode enforcement * test(sdk-typescript): reuse fake tool server * test(sdk-typescript): document fake-server request indexing * test(sdk-typescript): strengthen permission control assertions per review (#8302) * fix(sdk-typescript): fix red permission-control tests per review (#8302) - Use write-classified command (touch) instead of read-only echo in plan-mode shell test, since echo is auto-approved by the scheduler - Replace fragile requestIndex-based fake server handlers with content-aware matching in multi-turn tests, fixing request drift caused by internal SDK requests (memory, etc.) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> * test(sdk-typescript): strengthen plan-mode assertions and deduplicate fake-server pattern per review (#8302) * test(sdk-typescript): assert plan-mode message for shell block and fix edit plan-mode test per review (#8302) --------- Co-authored-by: Shaojin Wen <shaojin.wensj@alibaba-inc.com> Co-authored-by: qwen-code-ci-bot <qwen-code-ci-bot@users.noreply.github.com> Co-authored-by: qwen-code-dev-bot <qwen-code-dev@service.alibaba.com> Co-authored-by: Qwen Code Bot <qwen-code-bot@users.noreply.github.com> Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> Co-authored-by: qwen-code-dev-bot <qwen-code-dev-bot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| baselines | ||
| cli | ||
| concurrent-runner | ||
| fixtures | ||
| hook-integration | ||
| interactive | ||
| sdk-typescript | ||
| terminal-bench | ||
| terminal-capture | ||
| channel-plugin.test.ts | ||
| fake-openai-server.test.ts | ||
| fake-openai-server.ts | ||
| globalSetup.ts | ||
| test-helper.ts | ||
| test-mcp-server.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||
| vitest.firstoutput.config.ts | ||
| vitest.loadtest.config.ts | ||
| vitest.terminal-bench.config.ts | ||