agent-ecosystem/test/renderer
iliya 1d3080f0f9 feat: add scheduled tasks with cron execution and rich log viewer
- Cron-based task scheduling with SchedulerService (create, pause, resume, delete)
- One-shot executor using `claude -p` with stream-json output for rich log display
- CLAUDECODE env var stripped to prevent nested session detection
- JsonScheduleRepository for persistent schedule/run/log storage
- Full IPC pipeline: handlers, preload bridge, API types, HttpClient stubs
- ScheduleSection UI with create/edit dialog, run history, status badges
- ScheduleRunLogDialog with CliLogsRichView (thinking blocks, tool cards, markdown)
- Real-time run status updates via store subscription
- Retry logic with configurable max retries and auto-pause on consecutive failures
- CronScheduleInput with human-readable descriptions via cronstrue
- 3 test suites: SchedulerService, ScheduledTaskExecutor, JsonScheduleRepository
2026-03-08 00:58:07 +02:00
..
components feat: update task comment and message length limits to use centralized constant 2026-03-07 01:04:00 +02:00
constants feat: color badges for subagent types with .claude/agents/ config support 2026-02-21 13:52:59 -03:00
hooks feat: enhance UI and functionality in team dialogs and components 2026-03-06 23:21:56 +02:00
store feat: add scheduled tasks with cron execution and rich log viewer 2026-03-08 00:58:07 +02:00
types feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
utils feat: enhance UI and functionality in team dialogs and components 2026-03-06 23:21:56 +02:00