mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-10 17:27:10 +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> |
||
|---|---|---|
| .. | ||
| abort-and-lifecycle.test.ts | ||
| configuration-options.test.ts | ||
| mcp-server.test.ts | ||
| message-event-pairing.test.ts | ||
| multi-turn.test.ts | ||
| permission-control.test.ts | ||
| sdk-mcp-server.test.ts | ||
| session-id.test.ts | ||
| single-turn.test.ts | ||
| subagents.test.ts | ||
| system-control.test.ts | ||
| test-helper.ts | ||
| tool-control.test.ts | ||