mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
- 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