v0.26.1 -> v0.26.2
Summary
Introduces attachment auto-transcription, voice-reply summaries, and gated voice/image flows across chat runtimes. Also adds script tool runtime metadata and improves file-tool cancellation behavior.
翻譯
導入附件自動逐字稿、語音回覆摘要,以及跨聊天 runtime 的語音/圖片 gated 流程。同時新增 script tool 執行期中介屬性,並改善檔案工具的取消處理行為。Changes
FEAT
- Add auto transcription and voice reply summaries for attachments (@pardnchiu) [046665c]
- Add voice enable gating and refine tool confirmation checks (@pardnchiu) [7cd2d54]
- Add image2 gating flow and rename voice enable command (@pardnchiu) [a7f4a90]
- Add script tool runtime metadata and transcript tool migration (@pardnchiu) [74ac5bf]
翻譯
- 新增附件自動逐字稿與語音回覆摘要
- 新增語音啟用 gated 流程,並細化工具確認檢查
- 新增 image2 gated 流程,並重新命名語音啟用指令
- 新增 script tool 執行期中介屬性,並遷移逐字稿工具
FIX
- Respect context cancellation in file tools and refresh skill docs (@pardnchiu) [848b949]
翻譯
- 修正檔案工具的 context cancel 處理,並更新 skill 文件
Scope
internal/agents/provider/gemini/— FEAT (stt/handler.go,stt/register.go,summary/voice.go)internal/runtime/discord/— FEAT (attachments.go,run.go)internal/runtime/telegram/— FEAT (attachments.go,run.go)internal/runtime/tui/— FEAT (cmdSelector.go,commandImage2.go,commandModelAdd.go,commandVoice.go,handlerCommand.go,helper.go,init.go,update.go,viewRender.go)internal/tools/— FEAT, FIX (executor.go,register/register.go,file/globFiles.go,file/listFiles.go,file/searchFiles.go)internal/toolAdapter/script/— FEAT (translator.go)cmd/app/— FEAT (cmdDeamon.go,newTUI.go)internal/agents/exec/— FEAT (execute.go,toolCall.go)extensions/skills/— FIX (scheduler-skill-creator/SKILL.md,script-tool-add/SKILL.md)internal/utils/— FEAT (event.go,voiceReply.go)internal/session/config/— FEAT (config.go)
Generated by SKILL