mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
9d1772b7f8
- Add 'error' listener to background log WriteStreams to prevent unhandled errors - Switch to incremental logging via 'decodedChunk' in handleOutput for PTY and child_process - Improve newline handling for wrapped lines in writeBufferToLogStream - Remove obsolete lastSyncedLine and lastSyncedOffset tracking - Update unit tests to match refactored logging logic and interfaces