mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 22:33:05 -07:00
44744334c6
- Add session_notes field to simulator JSON response schema. - Capture and persist factual session notes in sessionMemory. - Inject episodic memory into system prompt for off-screen context. - Add background LLM process to compress memory when it exceeds 5 items. - Add unit tests for note capture, prompt injection, and compression merge.