agent-orchestrator/packages
suraj-markup 421e443d30 fix(terminal): remove DOM paste handler that could double-paste with xterm.js
xterm.js handles paste natively via its internal textarea — our
container-level paste listener either double-pastes (if the event
bubbles) or is dead code (if xterm calls stopPropagation). Also remove
the dead isPaste key handler block that returned true (same as default).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 01:56:02 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix(cli): correct misleading comment on isPortAvailable IPv6 coverage 2026-03-01 21:53:11 +05:30
core fix: use JSONL-based activity detection in lifecycle manager (#247) 2026-03-01 20:04:31 +05:30
integration-tests fix: keep Claude Code interactive after initial prompt (#145) 2026-02-27 18:11:06 +05:30
plugins fix: cache ps output across sessions to fix 51s dashboard load (#244) 2026-03-01 20:41:03 +05:30
web fix(terminal): remove DOM paste handler that could double-paste with xterm.js 2026-03-02 01:56:02 +05:30