Feature - Agent Monitoring (kugetsu monitor) #122
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement
kugetsu monitorcommand for real-time agent status tracking.Depends On
Command Interface
Status States
working- agent actively processingneed_review- agent finished task, awaiting human reviewneed_clarification- agent blocked, needs inputdone- task completedidle- session exists but not currently activeerror- agent crashed or failedShows
--tail nand-f/--followflagsFlags
--tail n- Show last n lines of logs-f/--follow- Follow mode (tail -f style live streaming)Open Questions (Research Needed)
Status detection mechanism: How to get real-time agent status?
Persistence approach: Store status in session JSON files, or query fresh each time?
Worktree git status: How to efficiently detect new local commits?
0.2.x Only
This is a new feature. It will not be available on 0.1.x.
Acceptance Criteria
kugetsu monitorshows active agents with statuskugetsu monitor --tail 20shows last 20 log lineskugetsu monitor -ffollows logs liveshoko referenced this issue2026-04-03 13:07:45 +02:00