agent-orchestrator/packages
Prateek e9a68fe603 fix: return active instead of idle when JSONL entry is null
When readLastJsonlEntry returns null (empty file or read error), getActivityState
now returns "active" instead of "idle" as a conservative fallback. This makes it
consistent with:
- Other fallback cases in the same function (no workspace path, no session file)
- Other agent plugins (Codex, OpenCode, Aider) which return "active" on detection failure
- The stated intent in PR discussion to assume active when process is running

Fixes bugbot comment: https://github.com/ComposioHQ/agent-orchestrator/pull/45#discussion_r2810110669

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 05:09:50 +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: address third round of bugbot comments - document agent limitations 2026-02-15 18:07:00 +05:30
integration-tests fix: remove unused imports from integration tests 2026-02-16 04:58:47 +05:30
plugins fix: return active instead of idle when JSONL entry is null 2026-02-16 05:09:50 +05:30
web fix: remove redundant attention level badge from session detail (#41) 2026-02-15 13:36:16 +05:30