agent-orchestrator/packages/plugins/agent-claude-code
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
..
src fix: detect idle state with inline suggestions and esc-to-interrupt signal 2026-02-16 01:16:34 +05:30
package.json feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
tsconfig.json feat: agent plugins, OpenCode plugin, integration tests, CI (#5) 2026-02-14 11:28:42 +05:30