qwen-code/packages/core/src
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
..
__mocks__/fs
code_assist fix: clear saved creds when switching authType (#587) 2025-09-12 16:34:53 +08:00
config feat: subagent runtime & CLI display - wip 2025-09-08 20:01:49 +08:00
core fix: relax chunk validation to avoid unnecessary retry (#584) 2025-09-12 13:25:48 +08:00
ide feat: update vars 2025-09-12 16:01:38 +08:00
mcp # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
mocks chore(usage telemetry): Freshen up Clearcut logging (#6013) 2025-08-12 18:31:59 +00:00
prompts fix(mcp): clear prompt registry on refresh to prevent duplicates (#5385) 2025-08-05 21:59:31 +00:00
qwen Fix performance issues with SharedTokenManager causing 20-minute delays (#586) 2025-09-12 16:35:22 +08:00
services feat: subagent phase 2 implementation 2025-09-03 19:17:29 +08:00
subagents chore: fix failed tests on Windows 2025-09-11 16:39:08 +08:00
telemetry feat: subagent feature wip 2025-09-10 13:41:28 +08:00
test-utils # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
tools Merge pull request #563 from zhutao100/pr-readManyFilesLineLimit 2025-09-11 17:32:58 +08:00
utils Merge pull request #563 from zhutao100/pr-readManyFilesLineLimit 2025-09-11 17:32:58 +08:00
index.test.ts
index.ts Merge branch 'main' into feat/subagents 2025-09-11 17:00:50 +08:00