agent-orchestrator/packages
sjd9021 fad2938804 fix: detect idle state with inline suggestions and esc-to-interrupt signal
Claude Code shows inline suggestions after the prompt when idle (e.g.
"❯ check CI status on the PR"). Also strip separator lines (─) from
terminal output before detection. Use status bar "esc to interrupt"
presence as the authoritative active-vs-idle signal.

- Strip separator lines and empty lines alongside status bar lines
- Check raw output for "esc to interrupt" before stripping
- Treat ❯ + text as idle when status bar lacks esc to interrupt
- 4 new tests covering suggestion detection edge cases
2026-02-16 01:16:34 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
core fix: recognize terminated/done session states and hide terminal for dead sessions (#40) 2026-02-15 05:15:41 +05:30
integration-tests fix: recognize terminated/done session states and hide terminal for dead sessions (#40) 2026-02-15 05:15:41 +05:30
plugins fix: detect idle state with inline suggestions and esc-to-interrupt signal 2026-02-16 01:16:34 +05:30
web fix: prevent "Leave Site?" dialog on session pages (#47) 2026-02-15 19:39:53 +05:30