agent-orchestrator/packages/plugins/agent-claude-code
sjd9021 cb6a547bb9 fix: activity detection improvements for claude-code plugin
- Strip Claude Code TUI decorations (status bar, separators) before
  classifying terminal output, fixing false positives where bypass
  permissions status bar text was misidentified as a permission prompt
- Use "esc to interrupt" in status bar as authoritative active-vs-idle
  signal: present = active, absent = idle
- Handle inline suggestions (❯ <text>) as idle when no esc-to-interrupt
- Persist detected activity to session metadata so the API serves
  real-time activity state instead of hardcoded "idle"
- Write runtimeHandle to metadata during CLI spawn so lifecycle manager
  can look up sessions by runtime handle
- Set initial spawn status to "working" instead of "spawning"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 02:15:44 +05:30
..
src fix: activity detection improvements for claude-code plugin 2026-02-16 02:15:44 +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