Commit Graph

321 Commits

Author SHA1 Message Date
ed a91b8dcc99 feat(gui): Refactor text viewer to use rich rendering and toolbar 2026-03-17 23:10:33 -04:00
ed e28af48ae9 feat(gui): Initialize text viewer state variables and update interface 2026-03-17 22:48:35 -04:00
ed 5470f2106f fix(gui): fix missing thinking_segments parameter persistence across sessions 2026-03-15 16:11:09 -04:00
ed 0f62eaff6d fix(gui): hide empty text edit input in discussion history when entry is standalone monologue 2026-03-15 16:03:54 -04:00
ed 5285bc68f9 fix(gui): fix missing token stats and improve standalone monologue rendering 2026-03-15 15:57:08 -04:00
ed 226ffdbd2a latest changes 2026-03-14 12:26:16 -04:00
ed 6594a50e4e fix(gui): skip empty content rendering in Discussion Hub; add token usage to comms history 2026-03-14 09:49:26 -04:00
ed 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
ed 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
ed b85b7d9700 fix(gui): fix incompatible collapsing_header argument when rendering thinking trace 2026-03-14 09:21:44 -04:00
ed 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
ed 47c5100ec5 fix(gui): render thinking trace in both read and edit modes consistently 2026-03-14 09:09:43 -04:00
ed bc00fe1197 fix(gui): Move thinking trace rendering BEFORE response - now hidden by default 2026-03-13 23:15:20 -04:00
ed 9515dee44d feat(gui): Extract and display thinking traces from AI responses 2026-03-13 23:09:29 -04:00
ed 13199a0008 fix(gui): Properly add thinking trace without breaking _render_selectable_label 2026-03-13 23:05:27 -04:00
ed 9fb8b5757f fix(gui): Add push_id to _render_selectable_label for proper ID stack 2026-03-13 22:34:31 -04:00
ed e30cbb5047 fix: Revert to stable gui_2.py version 2026-03-13 22:33:09 -04:00
ed 017a52a90a fix(gui): Restore _render_selectable_label with proper push_id 2026-03-13 22:17:43 -04:00
ed 71269ceb97 feat(thinking): Phase 4 complete - tinted bg, Monologue header, gold text 2026-03-13 22:09:09 -04:00
ed 1ad146b38e feat(gui): Add _render_thinking_trace helper and integrate into Discussion Hub 2026-03-13 22:07:13 -04:00
ed ea7b3ae3ae test: Add thinking trace parsing tests 2026-03-13 21:53:17 -04:00
ed 87e6b5c665 more win32 wrap 2026-03-13 13:39:42 -04:00
ed 9f8dd48a2e wrap win32 usage in conditionals 2026-03-13 13:29:13 -04:00
ed 87bd2ae11c fixed. 2026-03-13 13:23:31 -04:00
ed a57a3c78d4 fixes 2026-03-13 13:15:58 -04:00
ed ca01397885 checkpoint: fixing ux with window frame bar 2026-03-13 13:13:35 -04:00
ed 229fbe2b3f feat(gui): Implement live shader editor panel 2026-03-13 12:43:54 -04:00
ed d69434e85f feat(config): Implement parsing for shader and window frame configurations 2026-03-13 12:41:24 -04:00
ed 905ac00e3f feat(shaders): Implement CRT post-process shader logic 2026-03-13 12:35:43 -04:00
ed 836168a2a8 feat(shaders): Implement dynamic background shader 2026-03-13 12:33:27 -04:00
ed 09383960be feat(shaders): Implement uniform data passing for ShaderManager 2026-03-13 12:29:10 -04:00
ed ac4f63b76e feat(shaders): Create ShaderManager with basic compilation 2026-03-13 12:27:01 -04:00
ed 59d7368bd7 feat(gui): Implement custom title bar and window controls 2026-03-13 12:20:37 -04:00
ed b677228a96 get prior session history properly working. 2026-03-12 21:38:19 -04:00
ed f2c5ae43d7 add resize splitter to dicussion hub message/response section 2026-03-12 21:14:41 -04:00
ed cf5ee6c0f1 make sure you can't send another rquest prompt when one is still being processed 2026-03-12 21:04:14 -04:00
ed c8eb340afe fixes 2026-03-12 20:58:28 -04:00
ed 414379da4f more fixes 2026-03-12 20:54:47 -04:00
ed befb480285 feat(conductor): Archive External MCP, Project-Specific Conductor, and GUI Path Config tracks 2026-03-12 20:10:05 -04:00
ed 5a8a91ecf7 more fixes 2026-03-12 19:51:04 -04:00
ed 8bc6eae101 wip: fixing more path resolution in tests 2026-03-12 19:28:21 -04:00
ed 1f8bb58219 more adjustments 2026-03-12 19:08:51 -04:00
ed 19e7c94c2e fixes 2026-03-12 18:47:17 -04:00
ed d237d3b94d feat(gui): Add Path Configuration panel to Context Hub 2026-03-12 16:44:22 -04:00
ed 3999e9c86d feat(conductor): Use project-specific conductor directory in project_manager and app_controller 2026-03-12 16:38:01 -04:00
ed 48e2ed852a feat(paths): Add support for project-specific conductor directories 2026-03-12 16:27:24 -04:00
ed f4c5a0be83 feat(ai_client): Support external MCP tools and HITL approval 2026-03-12 15:58:36 -04:00
ed 3b2588ad61 feat(gui): Integrate External MCPs into Operations Hub with status indicators 2026-03-12 15:54:52 -04:00
ed 828fadf829 feat(mcp_client): Implement ExternalMCPManager and StdioMCPServer with tests 2026-03-12 15:41:01 -04:00
ed c09e0f50be feat(app_controller): Integrate MCP configuration loading and add tests 2026-03-12 15:33:37 -04:00