v0.25.0 -> v0.25.1
Summary
Adds a startup resource monitor that watches CPU, RAM, and network reachability, escalating threshold breaches to the daemon log. Transient retry, probe, and silent-fallback paths across the daemon now also surface at warn level, so operational issues become visible before they cascade.
翻譯
啟動時加入常駐 resource monitor,盯住 CPU、RAM 與網路連通性,超過門檻即升級至 daemon log。同時把 daemon 內 transient retry、probe 與 silent fallback 路徑統一拉到 warn 級,operational 問題能在 cascade 之前就被看見。
Changes
FEAT
- Add runtime monitor for CPU, RAM, and network thresholds (@pardnchiu) [e4dbffc]
翻譯
- 新增 runtime monitor,週期觀測 CPU、RAM 與網路連通性並在門檻外發 warn
UPDATE
- Promote per-attempt transient and silent-fallback paths from Debug/silent to slog.Warn (@pardnchiu) [e4dbffc]
翻譯
- 把單次重試 / probe / dispatcher attempt / callback miss 與 stub activation、CommitSkillDir、keychain.Delete、OAuth openBrowser 等 silent fallback 路徑統一升至 slog.Warn
CHORE
- Bump github.com/pardnchiu/go-bot from v0.3.5 to v0.3.6 (@pardnchiu) [e4dbffc]
翻譯
- 升級 go-bot 至 v0.3.6
Scope
-
internal/runtime/monitor/— FEAT -
cmd/app/cmdDeamon.go— FEAT (monitor wire-in) -
internal/agents/exec/— UPDATE (execute.go,selectAgent.go,toolCall.go) -
internal/runtime/listener.go— UPDATE -
internal/runtime/tui/— UPDATE (commandDiscord.go,commandTelegram.go) -
internal/agents/provider/copilot/login.go— UPDATE -
internal/agents/provider/openaiCodex/login.go— UPDATE -
internal/filesystem/git.go— UPDATE -
internal/tools/executor.go— UPDATE -
go.mod— CHORE (go-bot v0.3.6)
Generated by SKILL
Top comments (0)