mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-03 23:53:38 -07:00
124a9a6d03
- 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.