feat: format cron list output

This commit is contained in:
Peter Steinberger
2026-01-08 01:16:50 +01:00
parent bbf45a0264
commit 6b3ed40d0f
3 changed files with 142 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
### Fixes
- Discord: format slow listener logs in seconds to match shared duration style.
- CLI: show colored table output for `clawdbot cron list` (JSON behind `--json`).
- CLI: add cron `create`/`remove`/`delete` aliases for job management.
- Agent: avoid duplicating context/skills when SDK rebuilds the system prompt. (#418)
- Signal: reconnect SSE monitor with abortable backoff; log stream errors. Thanks @nexty5870 for PR #430.