v0.24.0 -> v0.24.1
Summary
Opens cross-session messaging primitives across the Telegram and Discord bots: any session can now enumerate, address, and reply into authorised channels using on-demand format references. Inbound attachment handling is unified onto a shared marker parser.
翻譯
打通 Telegram 與 Discord bot 的跨 session 訊息流:任何 session 皆可列舉已授權頻道、定向發送,並按需取得格式參考。內向附件處理收斂於共用 marker 解析器。Changes
FEAT
- Add cross-session list/send tools for Telegram and Discord (@pardnchiu) [cad8dac]
- Register Discord and Telegram format reference tools (@pardnchiu) [33335e7]
- Add inbound attachment saving and shared file marker parsing (@pardnchiu) [4700285]
翻譯
- 新增從任何 session 跨頻道送出 Telegram/Discord 訊息的 list 與 send 工具
- 註冊 Discord 與 Telegram 格式參考工具
- 新增進站附件儲存與共用檔案 marker 解析
DOC
- Document transcribe_media tool in README and wiki (@pardnchiu) [ba9475b]
翻譯
- 於 README 與 wiki 補充 transcribe_media 工具說明
Scope
internal/runtime/telegram/— FEAT (tool/,attachments.go,fileMarker.go,sendAttachments.go)internal/runtime/discord/— FEAT (tool/,attachments.go,fileMarker.go,sendAttachments.go,push.go,run.go)internal/utils/— FEAT (auth.go,fileMarker.go)internal/agents/exec/— FEAT (execute.go)configs/prompts/— FEAT (telegram_format.md,discord_format.md,system_prompt.md,telegram_system_prompt.md,discord_system_prompt.md)configs/— FEAT (configs.go)cmd/app/— FEAT (main.go,cmdDeamon.go,newTUI.go)README.md,doc/,wiki/— DOC
Generated by SKILL