Documentation v0.28.0

v0.27.6 -> v0.27.7

Summary

Unifies script and API tool guidance under a single ToolGuide layer while consolidating adapter execution paths. Strengthens tool-call lifecycle handling across agent switches and ensures RAG tools load reliably. Internal cache structures are now encapsulated for cleaner extension points.

翻譯 將 script 與 API 的工具指引合併為單一 ToolGuide 層,並整合 adapter 執行路徑。強化跨 agent 切換時的 tool-call 生命週期處理,確保 RAG 工具可靠載入。內部快取結構已封裝以提供更乾淨的擴充點。

Changes

REFACTOR

翻譯
  • 以統一 ToolGuide 取代 ScriptToolGuide,並將 API adapter 的 LoadFS 更名為 Builtin
  • 以 Adapter 取代 Translator 並整合 API 執行邏輯
  • 隱藏 tool-cache 內部實作並泛化 plug tools 標籤

FIX

翻譯
  • 在 agent/model 切換後重置 tool-call 狀態
  • 強制載入 RAG 工具、將專案指示切換至 AGENTS.md,並隔離 MCP 空 schema

TEST

翻譯
  • 新增 toolAdapter 單元測試並更新 Makefile 測試目標

Scope


Generated by SKILL