agent-orchestrator/packages/plugins
Prateek cd6f9f0973 fix: buffer partial lines in runtime-process output capture
Stream chunks split at arbitrary boundaries, so splitting on "\n" and
pushing each piece as a complete line corrupts output when a line spans
two chunks. Buffer the trailing partial line and only push complete
(newline-terminated) lines. Flush remaining partial on process exit.

Addresses bugbot review comment about incorrect output chunk splitting.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 14:54:56 +05:30
..
agent-aider feat: agent plugins, OpenCode plugin, integration tests, CI (#5) 2026-02-14 11:28:42 +05:30
agent-claude-code feat: agent plugins, OpenCode plugin, integration tests, CI (#5) 2026-02-14 11:28:42 +05:30
agent-codex feat: agent plugins, OpenCode plugin, integration tests, CI (#5) 2026-02-14 11:28:42 +05:30
agent-opencode feat: agent plugins, OpenCode plugin, integration tests, CI (#5) 2026-02-14 11:28:42 +05:30
notifier-desktop feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
notifier-slack feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
notifier-webhook feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
runtime-process fix: buffer partial lines in runtime-process output capture 2026-02-14 14:54:56 +05:30
runtime-tmux test: add comprehensive unit and integration tests for all 4 plugins 2026-02-14 14:41:11 +05:30
scm-github feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
terminal-iterm2 feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
terminal-web feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
tracker-github feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
tracker-linear feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
workspace-clone test: add comprehensive unit and integration tests for all 4 plugins 2026-02-14 14:41:11 +05:30
workspace-worktree test: add comprehensive unit and integration tests for all 4 plugins 2026-02-14 14:41:11 +05:30