agent-orchestrator/packages
Prateek 6940013b09 fix: validate 12-char hex prefix in hash-prefixed session resolution
The previous endsWith("-{sessionId}") suffix match was ambiguous:
"hash-my-app-1" would falsely match a lookup for "app-1". Now validates
that the prefix matches the exact format generated by generateConfigHash
(12-char lowercase hex) before comparing the remainder.

Added unit tests for the ambiguity case and invalid prefix formats.
Updated integration test session names to use proper 12-char hex prefixes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 03:19:34 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
core fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
integration-tests fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
plugins fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
web fix: validate 12-char hex prefix in hash-prefixed session resolution 2026-02-18 03:19:34 +05:30