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
d89f971270
checkpoint
2026-03-21 16:59:36 -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
510527c400
feat(backend): Implement multi-take sequence differencing and text formatting utility
2026-03-19 19:53:09 -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
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
a91b8dcc99
feat(gui): Refactor text viewer to use rich rendering and toolbar
2026-03-17 23:10:33 -04:00
1ad146b38e
feat(gui): Add _render_thinking_trace helper and integrate into Discussion Hub
2026-03-13 22:07:13 -04:00
084f9429af
fix: Update test to match current implementation state
2026-03-13 22:03:19 -04:00
95e6413017
feat(thinking): Phases 1-2 complete - parser, model, tests
2026-03-13 22:02:34 -04:00
fc7b491f78
test: Add thinking persistence tests; Phase 2 complete
2026-03-13 21:56:35 -04:00
44a1d76dc7
feat(thinking): Phase 1 complete - parser, model, tests
2026-03-13 21:55:29 -04:00
ea7b3ae3ae
test: Add thinking trace parsing tests
2026-03-13 21:53:17 -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
09383960be
feat(shaders): Implement uniform data passing for ShaderManager
2026-03-13 12:29:10 -04:00
ac4f63b76e
feat(shaders): Create ShaderManager with basic compilation
2026-03-13 12:27:01 -04:00
59d7368bd7
feat(gui): Implement custom title bar and window controls
2026-03-13 12:20:37 -04:00
02fca1f8ba
test(gui): Verify borderless window mode is configured
2026-03-13 12:05:49 -04:00
befb480285
feat(conductor): Archive External MCP, Project-Specific Conductor, and GUI Path Config tracks
2026-03-12 20:10:05 -04:00
8bc6eae101
wip: fixing more path resolution in tests
2026-03-12 19:28:21 -04:00
1f8bb58219
more adjustments
2026-03-12 19:08:51 -04:00
19e7c94c2e
fixes
2026-03-12 18:47:17 -04:00
23943443e3
stuff that was not comitted.
2026-03-12 18:15:38 -04:00
d237d3b94d
feat(gui): Add Path Configuration panel to Context Hub
2026-03-12 16:44:22 -04:00
48e2ed852a
feat(paths): Add support for project-specific conductor directories
2026-03-12 16:27:24 -04:00
f4c5a0be83
feat(ai_client): Support external MCP tools and HITL approval
2026-03-12 15:58:36 -04:00
828fadf829
feat(mcp_client): Implement ExternalMCPManager and StdioMCPServer with tests
2026-03-12 15:41:01 -04:00
c09e0f50be
feat(app_controller): Integrate MCP configuration loading and add tests
2026-03-12 15:33:37 -04:00
1c863f0f0c
feat(models): Add MCP configuration models and loading logic
2026-03-12 15:31:10 -04:00
1a14cee3ce
test: fix broken tests across suite and resolve port conflicts
2026-03-11 23:49:23 -04:00
036c2f360a
feat(api): implement phase 4 headless refinement and verification
2026-03-11 23:17:57 -04:00
4777dd957a
feat(api): implement phase 3 comprehensive control endpoints
2026-03-11 23:14:09 -04:00
1be576a9a0
feat(api): implement phase 2 expanded read endpoints
2026-03-11 23:04:42 -04:00
02e0fce548
feat(api): implement websocket gateway and event streaming for phase 1
2026-03-11 23:01:09 -04:00
9e51071418
test: Added layout and scaling tests for Preset windows and AI Settings
2026-03-11 20:30:09 -04:00
6da3d95c0e
refactor(gui): redesign persona editor UI and replace popup modals with standard windows
2026-03-10 23:21:14 -04:00
7ae99f2bc3
feat(personas): Add persona_id support to Ticket/WorkerContext and ConductorEngine
2026-03-10 11:09:11 -04:00
41a40aaa68
phase 2 checkpoint
2026-03-10 10:42:24 -04:00
85ae4094cb
test(bias): add efficacy simulation tests and enhance strategy labels
2026-03-10 10:25:09 -04:00
cad04bfbfc
feat(bias): implement ToolBiasEngine and integrate into ai_client orchestration loop
2026-03-10 09:53:59 -04:00
77a0b385d5
feat(bias): implement data models and storage for tool weighting and bias profiles
2026-03-10 09:27:12 -04:00
dcc13efaf7
chore(conductor): Mark track 'Saved Tool Presets' as complete
2026-03-10 01:23:57 -04:00