agent-orchestrator/packages/plugins
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
..
agent-aider feat: implement native activity detection for all agent plugins 2026-02-15 16:34:27 +05:30
agent-claude-code fix: activity detection improvements for claude-code plugin 2026-02-16 02:15:44 +05:30
agent-codex fix: address third round of bugbot comments - document agent limitations 2026-02-15 18:07:00 +05:30
agent-opencode fix: address third round of bugbot comments - document agent limitations 2026-02-15 18:07:00 +05:30
notifier-composio feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
notifier-desktop feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
notifier-slack feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
notifier-webhook feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
runtime-process feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
runtime-tmux feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
scm-github feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
terminal-iterm2 feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
terminal-web feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
tracker-github feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
tracker-linear feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
workspace-clone feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
workspace-worktree feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30