Harden channel status detection #5
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
The channel status dot (hollow / dim / glowing-green) is inferred by pattern-matching Claude's terminal output.
_classify()inweb/tmux_ctl.py:182looks for things like a\$cost string or "Try `" text in the captured pane.This breaks silently if Claude's UI/output format changes — the dot just stops reflecting reality with no error.
Goal: make status detection more robust and/or degrade gracefully — e.g. configurable match patterns, a coarser "session alive vs idle" signal that doesn't depend on Claude-specific strings, or a documented fallback.