qwen-code/packages/core
DS-Controller2 67e2e270bd
Fix performance issues with SharedTokenManager causing 20-minute delays (#586)
- Optimize lock acquisition strategy with exponential backoff
- Reduce excessive I/O operations by increasing cache check interval
- Add timeout monitoring for token refresh operations
- Add timeout wrappers for file operations to prevent hanging
- Fixes issue #585 where users experienced extreme performance issues with Qwen Code
2025-09-12 16:35:22 +08:00
..
src Fix performance issues with SharedTokenManager causing 20-minute delays (#586) 2025-09-12 16:35:22 +08:00
index.ts chore(cli/slashcommands): Add status enum to SlashCommandEvent telemetry (#6166) 2025-08-13 20:37:08 +00:00
package.json chore: pump version to 0.0.10 (#502) 2025-09-02 17:55:22 +08:00
test-setup.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
tsconfig.json
vitest.config.ts