v0.24.2 -> v0.24.3
Summary
Refines internal runtime boundaries again by moving Torii integration and error-memory handling into clearer runtime and exec layers. Also seeds the default MCP config during install and update so fresh environments come up with a working baseline immediately.
翻譯
再次整理內部 runtime 邊界,將 Torii 整合與錯誤記憶處理移到更���晰的 runtime 與 exec 分層。同時在安裝與更新流程中預設寫入 MCP 設定,讓新環境一開始就有可用的基線配置。
Changes
ADD
- Seed default MCP config during install and update (@pardnchiu) [40a7b8d]
翻譯
- 在安裝與更新流程中預設寫入 MCP 設定
REFACTOR
- Reorganize Torii and error memory into runtime and exec (@pardnchiu) [40f1582]
翻譯
- 重構 Torii 與錯誤記憶模組並整理至 runtime、exec 層
Scope
cmd/install/,cmd/update/— ADD (default MCP config bootstrap during install/update)internal/runtime/— REFACTOR (Torii wiring and runtime-facing flow reshuffle)internal/agents/exec/— REFACTOR (error-memory and execution-side integration split)internal/tools/— REFACTOR (tool-side bridging for Torii / memory path)configs// MCP bootstrap assets — ADD (default config seed source)
Generated by SKILL