2ed9867e39
feat(gui): Rename Context Hub to Project Settings
...
- gui_2.py: Window title changed to 'Project Settings'
- app_controller.py: show_windows key updated
- Updated tests to reference new name
2026-03-22 12:57:49 -04:00
f5d4913da2
feat(gui): Remove ui_summary_only global toggle
...
The ui_summary_only global aggregation toggle was redundant with per-file flags
(auto_aggregate, force_full). Removed:
- Checkbox from Projects panel (gui_2.py)
- State variable and project load/save (app_controller.py)
Per-file flags remain the intended mechanism for controlling aggregation.
Tests added to verify removal and per-file flag functionality.
2026-03-22 12:54:32 -04:00
f6fe3baaf4
fix(gui): Skip empty strings in selectable to prevent ImGui ID assertion
...
Empty strings in bias_profiles.keys() and personas.keys() caused
imgui.selectable() to fail with 'Cannot have an empty ID at root of
window' assertion error. Added guards to skip empty names.
2026-03-22 11:16:52 -04:00
133fd60613
fix(gui): Ensure discussion selection in combo box is immediately reflected in takes tabs
2026-03-21 17:02:28 -04:00
f53e417aec
fix(gui): Resolve ImGui stack corruption, JSON serialization errors, and test regressions
2026-03-21 15:28:43 -04:00
f770a4e093
fix(gui): Implement correct UX for discussion takes tabs and combo box
2026-03-21 10:55:29 -04:00
2a8af5f728
fix(conductor): Apply review suggestions for track 'Discussion Takes & Timeline Branching'
2026-03-21 10:39:53 -04:00
a452c72e1b
feat(gui): Implement AI synthesis execution pipeline from multi-take UI
2026-03-19 20:06:14 -04:00
510527c400
feat(backend): Implement multi-take sequence differencing and text formatting utility
2026-03-19 19:53:09 -04:00
1f7880a8c6
feat(gui): Add UI button to promote active take to a new session
2026-03-19 19:45:38 -04:00
e48835f7ff
feat(gui): Add branch discussion action to history entries
2026-03-19 19:44:30 -04:00
3225125af0
feat(gui): Implement tabbed interface for discussion takes
2026-03-19 19:42:29 -04:00
fefa06beb0
feat(backend): Implement discussion branching and take promotion
2026-03-19 19:00:56 -04:00
8ee8862ae8
checkpoint: track complete
2026-03-18 18:39:54 -04:00
84b6266610
feat(gui): Implement Session Hub and context injection visibility
2026-03-18 09:04:07 -04:00
791e1b7a81
feat(gui): Add context preset field to persona model and editor UI
2026-03-18 00:20:29 -04:00
573f5ee5d1
feat(gui): Implement Context Hub UI for context presets
2026-03-18 00:13:50 -04:00
93a590cdc5
feat(backend): Implement storage functions for context presets
2026-03-17 23:30:55 -04:00
b4396697dd
finished a track
2026-03-17 23:26:01 -04:00
2826ad53d8
feat(gui): Update all text viewer usages to specify types and support markdown preview for presets
2026-03-17 23:15:39 -04:00
a91b8dcc99
feat(gui): Refactor text viewer to use rich rendering and toolbar
2026-03-17 23:10:33 -04:00
e28af48ae9
feat(gui): Initialize text viewer state variables and update interface
2026-03-17 22:48:35 -04:00
5470f2106f
fix(gui): fix missing thinking_segments parameter persistence across sessions
2026-03-15 16:11:09 -04:00
0f62eaff6d
fix(gui): hide empty text edit input in discussion history when entry is standalone monologue
2026-03-15 16:03:54 -04:00
5285bc68f9
fix(gui): fix missing token stats and improve standalone monologue rendering
2026-03-15 15:57:08 -04:00
226ffdbd2a
latest changes
2026-03-14 12:26:16 -04:00
6594a50e4e
fix(gui): skip empty content rendering in Discussion Hub; add token usage to comms history
2026-03-14 09:49:26 -04:00
1a305ee614
fix(gui): push AI monologue/text chunks to discussion history immediately per round instead of accumulating
2026-03-14 09:35:41 -04:00
81ded98198
fix(gui): do not auto-add tool calls/results to discussion history if ui_auto_add_history is false
2026-03-14 09:26:54 -04:00
b85b7d9700
fix(gui): fix incompatible collapsing_header argument when rendering thinking trace
2026-03-14 09:21:44 -04:00
3d0c40de45
fix(gui): parse thinking traces out of response text before rendering in history and comms panels
2026-03-14 09:19:47 -04:00
47c5100ec5
fix(gui): render thinking trace in both read and edit modes consistently
2026-03-14 09:09:43 -04:00
bc00fe1197
fix(gui): Move thinking trace rendering BEFORE response - now hidden by default
2026-03-13 23:15:20 -04:00
9515dee44d
feat(gui): Extract and display thinking traces from AI responses
2026-03-13 23:09:29 -04:00
13199a0008
fix(gui): Properly add thinking trace without breaking _render_selectable_label
2026-03-13 23:05:27 -04:00
9fb8b5757f
fix(gui): Add push_id to _render_selectable_label for proper ID stack
2026-03-13 22:34:31 -04:00
e30cbb5047
fix: Revert to stable gui_2.py version
2026-03-13 22:33:09 -04:00
017a52a90a
fix(gui): Restore _render_selectable_label with proper push_id
2026-03-13 22:17:43 -04:00
71269ceb97
feat(thinking): Phase 4 complete - tinted bg, Monologue header, gold text
2026-03-13 22:09:09 -04:00
1ad146b38e
feat(gui): Add _render_thinking_trace helper and integrate into Discussion Hub
2026-03-13 22:07:13 -04:00
ea7b3ae3ae
test: Add thinking trace parsing tests
2026-03-13 21:53:17 -04:00
87e6b5c665
more win32 wrap
2026-03-13 13:39:42 -04:00
9f8dd48a2e
wrap win32 usage in conditionals
2026-03-13 13:29:13 -04:00
87bd2ae11c
fixed.
2026-03-13 13:23:31 -04:00
a57a3c78d4
fixes
2026-03-13 13:15:58 -04:00
ca01397885
checkpoint: fixing ux with window frame bar
2026-03-13 13:13:35 -04:00
229fbe2b3f
feat(gui): Implement live shader editor panel
2026-03-13 12:43:54 -04:00
d69434e85f
feat(config): Implement parsing for shader and window frame configurations
2026-03-13 12:41:24 -04:00
905ac00e3f
feat(shaders): Implement CRT post-process shader logic
2026-03-13 12:35:43 -04:00
836168a2a8
feat(shaders): Implement dynamic background shader
2026-03-13 12:33:27 -04:00