v0.26.0 -> v0.26.1
Summary
Slims the system prompt footprint across all channels and offloads a built-in data tool to the extension market. Adds fire-and-forget tool execution for side-effect-only operations.
翻譯
大幅精簡各 channel system prompt 的 token 佔用量,並將內建資料工具遷移至擴充市集。新增 fire-and-forget 工具執行模式,供不需回傳結果的操作使用。Changes
FEAT
- Add fire-and-forget tool support and tighten prompt rules (@pardnchiu) [f1908b7]
翻譯
- 新增 fire-and-forget 工具執行支援,並收緊 prompt 規則
REFACTOR
- Migrate Yahoo Finance from built-in tool registration to extension market (@pardnchiu) [56bbee7]
翻譯
- 將 Yahoo Finance 從內建工具註冊遷移至擴充市集
Scope
configs/prompts/— FEAT (system_prompt.md,discord_system_prompt.md,telegram_system_prompt.md)internal/agents/exec/— FEAT (toolCall.go)internal/tools/�� FEAT, REFACTOR (multiple files)internal/tools/external/yahooFinance/— REFACTOR (removed, migrated to extension)internal/runtime/kuradb/tool/— FEAT
Generated by SKILL