agent-orchestrator/packages/plugins/runtime-process
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
..
src fix: buffer partial lines in runtime-process output capture 2026-02-14 14:54:56 +05:30
package.json test: add comprehensive unit and integration tests for all 4 plugins 2026-02-14 14:41:11 +05:30
tsconfig.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30