v0.23.3 -> v0.23.4
Summary
Scheduled-state introspection becomes a first-class tool surface. The runtime now exposes read-only listers for one-shot tasks and recurring crons, closing a discovery gap that previously forced the agent to fall back on filesystem traversal.
翻譯
排程查詢成為第一線工具:runtime 新增唯讀的單次任務與週期任務 lister,補上過去 LLM 必須退而求其次走 filesystem 全掃才能回答「我有什麼排程」的缺口。Changes
FEAT
- Add list_task and list_cron read-only scheduler tools (@pardnchiu) [15daec1]
翻譯
- 新增
list_task與list_cron兩個唯讀排程查詢工具
Scope
internal/tools/scheduler/— FEAT (listTask.go,listCron.go,register.go)
Generated by SKILL