agent-orchestrator/packages
Prateek 09d631f511 fix: deduplicate config/session lookups in send, hoist sm.list() in batch-spawn
1. Send command: merge resolveTmuxTarget() and resolveAgentForSession()
   into a single resolveSessionContext() that loads config and calls
   sm.get() once instead of twice.

2. Batch-spawn: move sm.list() call before the loop and build a Map for
   O(1) duplicate lookups, avoiding repeated metadata reads + runtime
   enrichment on every iteration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 11:37:02 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: deduplicate config/session lookups in send, hoist sm.list() in batch-spawn 2026-02-18 11:37:02 +05:30
core fix: address bugbot review comments on PR #88 2026-02-18 11:37:02 +05:30
integration-tests fix: activity detection — fix path encoding bug, add ready state (#71) 2026-02-18 03:48:19 +05:30
plugins feat: overhaul orchestrator prompt with comprehensive CLI reference (#90) 2026-02-18 11:32:33 +05:30
web fix: activity detection — fix path encoding bug, add ready state (#71) 2026-02-18 03:48:19 +05:30