v0.28.4 -> v0.28.5
Summary
Sharpens runtime control flow around prompt delivery, tool selection, and cache refresh across providers and UI surfaces. Consolidates reasoning guidance into dedicated prompt resources while tightening shell safety and restoring project-level instruction loading. The release also retires the standalone tool-reviewer path in favor of stricter built-in review rules.
翻譯
強化 provider 與介面層的 prompt 傳遞、工具選擇與快取刷新控制。將 reasoning 指引收斂為獨立 prompt 資源,並同步收緊 shell 安全與補回專案指令自動載入。此版也移除獨立的 tool-reviewer 路徑,改由更嚴格的內建審查規則取代。
⚠️ Breaking Changes
/tool-reviewer skill removed
The dedicated /tool-reviewer skill and its supporting review scripts have been removed. Tool-definition audits now rely on the tightened built-in review contract instead of a separate skill entry point.
Migration:
# Old
/tool-reviewer .
# New
Review tool definitions against the built-in tool guide rules,
and use /code-reviewer only for source-code review tasks.
翻譯
獨立的 /tool-reviewer skill 與其審查腳本已移除。工具定義審查改為依賴收緊後的內建 review 規範,而不再提供獨立 skill 入口。
Changes
BREAKING
- Remove the standalone tool-reviewer skill and shift tool audits to stricter built-in review rules (@pardnchiu) [3003450]
翻譯
- 移除獨立 tool-reviewer skill,並將工具審查改為更嚴格的內建規則
FEAT
- Add TAGS manifest handling for site generation and refresh sitemap outputs (@pardnchiu) [5db5ce1]
- Add prompt caching and cache-hit tracking across providers, routes, and TUI surfaces (@pardnchiu) [9fcd860]
- Add recent-call caching for external fetch tools and reset TUI state on resume paths (@pardnchiu) [5f0e68c]
- Add force-based cache bypass for external lookup tools and centralize ResponsesAPI model routing (@pardnchiu) [ad8fcc9]
- Add usage-mode support to readme-generate and tighten tool registration defaults (@pardnchiu) [5c31af3]
翻譯
- 為站點產生流程新增 TAGS manifest 處理,並更新 sitemap 輸出
- 新增跨 provider、route 與 TUI 的 prompt cache 與 cache-hit 追蹤
- 為外部查詢工具新增 recent-call cache,並在 resume 路徑重置 TUI 狀態
- 為外部查詢工具新增 force 跳過快取,並集中 ResponsesAPI model 路由
- 為 readme-generate 新增 usage mode,並收緊工具註冊預設值
FIX
- Prevent
rmexecution throughsh -cand refresh SKILL repository links (@pardnchiu) [aac6372]
翻譯
- 阻止透過
sh -c執行rm,並更新 SKILL repository 連結
UPDATE
- Adjust home-page navigation spacing and refresh sitemap lastmod metadata (@pardnchiu) [a72a47f]
翻譯
- 調整首頁導覽間距,並更新 sitemap 的 lastmod 資訊
REFACTOR
- Make compaction thresholds model-aware, isolate fallback routing, and align tool-call caching paths (@pardnchiu) [a8b1690]
- Remove the toolcache module and move summary cron scheduling to the system scheduler path (@pardnchiu) [6c1c1e2]
- Extract inline reasoning rules into dedicated guide tools and embedded prompt resources (@pardnchiu) [24a4f01]
翻譯
- 讓壓縮閾值依模型調整、隔離 fallback 路由,並對齊 tool-call cache 路徑
- 移除 toolcache 模組,並將 summary cron 改為系統排程路徑
- 將內嵌 reasoning 規則抽離為獨立 guide 工具與內嵌 prompt 資源
DOC
- Remove the Stars section from readme-generate skill documentation (@pardnchiu) [df7a09e]
翻譯
- 移除 readme-generate skill 文件中的 Stars 區段
CHORE
- Upgrade go-browser to v0.2.0 and switch imports to the
/corepath with explicit headless handling (@pardnchiu) [667c338]
翻譯
- 升級 go-browser 至 v0.2.0,並改用
/coreimport 路徑與明確 headless 處理
Scope
worker/— FEAT, UPDATEconfigs/prompts/— BREAKING, REFACTOR, FIXinternal/agents/exec/— FEAT, REFACTORinternal/agents/provider/— FEAT, REFACTORinternal/runtime/tui/— FEAT, REFACTORinternal/runtime/routes/handler/chatCompletions/— FEATinternal/tools/— FEAT, FIX, REFACTOR, CHOREinternal/tools/toolcache/— FEAT, REFACTORinternal/tools/guide/— REFACTORinternal/runtime/kuradb/tool/,internal/tools/scheduler/— FEATinternal/agents/exec/systemPrompt.go— REFACTOR, FIXextensions/skills/tool-reviewer/— BREAKING, REMOVEextensions/skills/readme-generate/— FEAT, FIX, DOCextensions/skills/code-reviewer/— BREAKINGREADME.md,doc/README.zh.md— FIXgo.mod,go.sum— CHORE
Generated by SKILL