File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ coro --config custom.json "Analyze this codebase"
156156| --------- | ------ | ---------------------------------- | ----------------------------------------------------------------------------- |
157157| 🟡 Medium | 📋 | ** Multi-model & Auto Routing** | Auto model selection by task type, failure auto-downgrade & retry strategies |
158158| 🟡 Medium | 📋 | ** Context Optimization & Caching** | File summary caching, duplicate reference deduplication, token budget control |
159+ | 🟡 Medium | 📋 | ** Token Compression** | Intelligent context compression, selective token reduction, adaptive context windows |
159160| 🔵 Low | 📋 | ** MCP Extension Ecosystem** | Common provider presets & templates, one-click start/stop external tools |
160161
161162</details >
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ export CORO_MODEL="custom-model"
142142| ------ | ---- | -------------------- | ---------------------------------------------- |
143143| 🟡 中 | 📋 | ** 多模型与自动路由** | 按任务类型自动选择模型,失败自动降级与重试策略 |
144144| 🟡 中 | 📋 | ** 上下文优化与缓存** | 文件摘要缓存、重复引用去重、Token 预算控制 |
145+ | 🟡 中 | 📋 | ** Token 压缩** | 智能上下文压缩、选择性 Token 减少、自适应上下文窗口 |
145146| 🔵 低 | 📋 | ** MCP 扩展生态** | 常用 Provider 预设与模板,一键启停外部工具 |
146147
147148</details >
You can’t perform that action at this time.
0 commit comments