- Removed Session Hub window from _gui_func - Discussion Hub now has tab bar: Discussion | Context Composition | Snapshot | Takes - _render_discussion_tab: history + message/response tabs - _render_snapshot_tab: Aggregate MD + System Prompt (moved from Session Hub) - _render_context_composition_placeholder: placeholder for Phase 3 - _render_takes_placeholder: placeholder for Phase 4
14 lines
183 B
TOML
14 lines
183 B
TOML
roles = [
|
|
"User",
|
|
"AI",
|
|
"Vendor API",
|
|
"System",
|
|
"Context",
|
|
]
|
|
active = "main"
|
|
|
|
[discussions.main]
|
|
git_commit = ""
|
|
last_updated = "2026-03-22T12:59:02"
|
|
history = []
|