v0.22.1 -> v0.22.2
Summary
Permission gating reorganizes bundled tools under a clearer always-allow semantic and tags built-in integrations as system defaults so user-supplied equivalents can supersede them. Bundled skills and scripts move from runtime sync into build output, and a scaffolding skill for script tools replaces the retired Swagger-import path.
翻譯
權限閘門改寫,bundled tools 統一以 always-allow 語意暴露,內建整合標為 system default,使用者自訂同名工具可覆蓋。Bundled skills 與 scripts 從 runtime sync 改為 build output,並以 script tool 腳手架 skill 取代退場的 Swagger 匯入路徑。Changes
ADD
- Add script-tool-add skill for scaffolding Agenvoy script tools [33a62c9]
翻譯
- 新增 script-tool-add skill,用於腳手架生成 Agenvoy script tool
UPDATE
- Add always-allow support for API and script tool loading [abfc4d4]
翻譯
- API 與 script tool 載入路徑加入 always-allow 支援
REFACTOR
- Rename read-only tool flag to always-allow semantics [7571a17]
- Mark bundled external tool descriptions as system defaults [3821aee]
- Move bundled skills and scripts sync to build output [c1ca89d]
- Remove legacy swagger-to-api skill and refine scheduler preflight [c78d99d]
翻譯
- 將 read-only tool flag 改名為 always-allow 語意
- bundled 外部 tool 的描述標記為 system default
- bundled skills 與 scripts 同步流程改為 build output
- 移除舊版 swagger-to-api skill 並收緊 scheduler preflight
Generated by SKILL