agent-orchestrator/packages
Prateek 768e2f59b1 fix: make TAIL_READ_BYTES internal constant instead of exported
TAIL_READ_BYTES is only used internally within readLastJsonlEntry()
and is not exported from the package's index.ts. Removed the export
keyword to make it clear it's an internal implementation detail.

Addresses bugbot comment about unused export.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 05:30:12 +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: make TAIL_READ_BYTES internal constant instead of exported 2026-02-16 05:30:12 +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