v0.29.0 -> v0.29.1
Summary
Context compaction and background summarization move into modular pipelines with a shared summary send path. Todo extraction is separated cleanly, and docs catch up with the current runtime surface.
翻譯
上下文壓縮與背景摘要改為模組化流程,並共用摘要送出路徑。Todo 抽出邏輯獨立清楚,文件也對齊目前 runtime 介面。
Changes
REFACTOR
- Refactor context compaction into modular pipeline (@pardnchiu) [09cf8239]
- Consolidate summary model selection into a shared send path (@pardnchiu) [975c1cf1]
翻譯
- 重構上下文壓縮為模組化流程
- 將摘要模型選擇收斂到共用 send 路徑
DOC
- Align docs with MCP go-sdk, reasoning_guide, and runtime limits (@pardnchiu) [c1e973d6]
翻譯
- 對齊文件與 MCP go-sdk、reasoning_guide 及 runtime 限制
Scope
internal/agents/exec/compact/— REFACTORinternal/agents/exec/summary/— REFACTORinternal/agents/exec/todo/— REFACTORinternal/agents/exec/cooldown/— REFACTORinternal/agents/exec/— REFACTOR (execute.go,compact.go,reset.go,selectAgent.go)cmd/app/— REFACTOR (main.go,cmdDeamon.go)configs/— REFACTORREADME.md,doc/— DOC
Generated by SKILL