ux improvements
This commit is contained in:
@@ -199,3 +199,9 @@ Entry layout: index + timestamp + direction + kind + provider/model header row,
|
||||
### Gemini Context Management
|
||||
- Investigating ways to prevent context duplication in _gemini_chat history, as currently <context>{md_content}</context> is prepended to the user message on every single request, causing history bloat.
|
||||
- Discussing explicit Gemini Context Caching API (client.caches.create()) to store read-only file context and avoid re-reading files across sessions.
|
||||
|
||||
### Latest Changes
|
||||
- Removed `Config` panel from the GUI to streamline per-project configuration.
|
||||
- `output_dir` was moved into the Projects panel.
|
||||
- `auto_add_history` was moved to the Discussion History panel.
|
||||
- `namespace` is no longer a configurable field; `aggregate.py` automatically uses the active project's `name` property.
|
||||
|
||||
Reference in New Issue
Block a user