qwen-code/packages/cli
jinjing.zzj 2b43f0cf54 test(cli): colocate permission-suggestions test with its module
The test lived in src/utils/ and imported ./permission-suggestions.js,
but the implementation is src/nonInteractive/permission-suggestions.ts,
so vitest collection failed with TS2307 and the tests never ran.
Move the test next to the module per house convention; no test-body
changes needed.
2026-08-25 04:29:14 +08:00
..
src test(cli): colocate permission-suggestions test with its module 2026-08-25 04:29:14 +08:00
.gitignore feat(core): add opt-in built-in web_search backed by the DashScope Responses API (#7215) 2026-07-21 10:59:36 +00:00
index.ts fix(cli): add bootstrap fast paths (#6188) 2026-07-02 22:28:11 +00:00
package.json chore(release): v0.22.0 (#9736) 2026-08-22 15:23:02 +00:00
test-setup.ts feat(serve): persist dynamic workspace registrations (#6716) 2026-07-11 16:49:40 +00:00
tsconfig.json refactor(cli): enforce utils leaf-layer dependency direction (#9146) (#9737) 2026-08-23 14:41:49 +00:00
vitest.config.ts feat(serve): persist prompt terminal ledger for cold-load reconciliation (#9426) 2026-08-20 07:27:49 +00:00