Documentation v0.28.0

v0.20.0 -> v0.20.1

Summary

Adds always-allow permission mode and GPT-5.5 entries to OpenAI configs, inlines file read/write helpers into tool handlers, and moves CLI / Discord flows under the interactive package. Also refines fetch-page skip behavior and continues the go-utils → go-pkg migration.

翻譯

新增 always-allow 權限模式與 GPT-5.5 OpenAI 設定,檔案讀寫輔助邏輯內嵌至 tool handler,CLI/Discord 流程移至 interactive 套件;同步改善 fetch-page skip 行為,並持續推進 go-utils → go-pkg 遷移。

Changes

UPDATE

翻譯
  • 將相依從 go-utils@v0.9.4 遷移至 go-pkg@v0.11.3,並同步調整相關檔案系統輔助邏輯
  • 在 OpenAI provider 設定中加入 GPT-5.5 模型項目
  • 改善 fetch_page skip handling,並簡化 tool log 訊息

REFACTOR

翻譯
  • 內嵌檔案列舉邏輯,並從 file tools 移除 fileReader 包裝層
  • 在升級 go-pkg 相依路徑時,同步內嵌 filesystem helper
  • 將 TUI 內容與 logs 整理成可切換頁面
  • 將 CLI 指令處理流程移入 interactive 套件
  • 將 Discord 內部邏輯重整到 interactive 套件階層
  • 將 permission mode prompt 模板外部化

ADD

翻譯
  • 新增 always-allow 權限模式,並簡化 tool event logs

DOC

翻譯
  • 收斂版本文件的摘要與 scope 輸出規則

Scope


Generated by SKILL