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
f770a4e093
fix(gui): Implement correct UX for discussion takes tabs and combo box
2026-03-21 10:55:29 -04:00
510527c400
feat(backend): Implement multi-take sequence differencing and text formatting utility
2026-03-19 19:53:09 -04:00
e48835f7ff
feat(gui): Add branch discussion action to history entries
2026-03-19 19:44:30 -04:00
84b6266610
feat(gui): Implement Session Hub and context injection visibility
2026-03-18 09:04:07 -04:00
b4396697dd
finished a track
2026-03-17 23:26:01 -04:00
5285bc68f9
fix(gui): fix missing token stats and improve standalone monologue rendering
2026-03-15 15:57:08 -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
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
b677228a96
get prior session history properly working.
2026-03-12 21:38:19 -04:00
c8eb340afe
fixes
2026-03-12 20:58:28 -04:00
414379da4f
more fixes
2026-03-12 20:54:47 -04:00
5a8a91ecf7
more fixes
2026-03-12 19:51:04 -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
d237d3b94d
feat(gui): Add Path Configuration panel to Context Hub
2026-03-12 16:44:22 -04:00
3999e9c86d
feat(conductor): Use project-specific conductor directory in project_manager and app_controller
2026-03-12 16:38:01 -04:00
3b2588ad61
feat(gui): Integrate External MCPs into Operations Hub with status indicators
2026-03-12 15:54:52 -04:00
c09e0f50be
feat(app_controller): Integrate MCP configuration loading and add tests
2026-03-12 15:33:37 -04:00
1a14cee3ce
test: fix broken tests across suite and resolve port conflicts
2026-03-11 23:49:23 -04:00
02e0fce548
feat(api): implement websocket gateway and event streaming for phase 1
2026-03-11 23:01:09 -04:00
072c6e66bd
lingering edit
2026-03-11 20:30:32 -04:00
09902701b4
feat(ui): AI Settings Overhaul - added dual sliders for model params including top_p
2026-03-11 20:22:06 -04:00
3870bf086c
refactor(gui): redesign ai settings layout and fix model fetching sync
2026-03-11 00:18:45 -04:00
6da3d95c0e
refactor(gui): redesign persona editor UI and replace popup modals with standard windows
2026-03-10 23:21:14 -04:00
ca8e33837b
refactor(gui): streamline preset manager and improve tool bias ui
2026-03-10 22:29:43 -04:00
67a269b05d
test: align tests with new Persona system
2026-03-10 21:26:31 -04:00
e3d5e0ed2e
ai botched the agent personal track. needs a redo by gemini 3.1
2026-03-10 12:30:09 -04:00
523cf31f76
feat(personas): Add Persona selector to AI Settings panel and PersonaManager init
2026-03-10 11:15:33 -04:00
1c83b3e519
feat(bias): implement GUI integration for tool weights and bias profiles
2026-03-10 10:24:02 -04:00
dcc13efaf7
chore(conductor): Mark track 'Saved Tool Presets' as complete
2026-03-10 01:23:57 -04:00
3e531980d4
feat(mma): Consolidate Agent Streams into MMA Dashboard with popout options
2026-03-09 23:39:02 -04:00
8a83d22967
feat(ops): Consolidate usage analytics into Operations Hub with popout option
2026-03-09 23:25:06 -04:00
66844e8368
feat(mma): Implement Pop Out Task DAG option in MMA Dashboard
2026-03-09 23:16:02 -04:00
178a694e2a
fix(conductor): Resolve FileExistsError and harden Preset Manager modal
2026-03-09 22:59:22 -04:00
95381c258c
chore(conductor): Mark track 'Saved System Prompt Presets' as complete
2026-03-09 22:35:52 -04:00
e2a403a187
checkpoint(Saved system prompt presets)
2026-03-09 22:27:40 -04:00
80eaf740da
spicyv
2026-03-09 00:27:43 -04:00
5446a2407c
feat(ui): Improve text rendering clarity with 3x font oversampling
2026-03-09 00:13:57 -04:00
fde0f29e72
ok
2026-03-08 23:24:33 -04:00
5f0168c4f2
feat(ui): Integrate imgui_markdown and professional fonts for rich text rendering
2026-03-08 23:07:42 -04:00
bbe0209403
feat(logs): Harden session restoration for legacy logs and offloaded data resolution
2026-03-08 21:17:27 -04:00
8e02c1ecec
feat(logs): Implement Diagnostic Tab and clean up discussion history
2026-03-08 21:07:49 -04:00
1b3fc5ba2f
feat(logs): Implement session restoration and historical replay mode
2026-03-08 21:03:37 -04:00
7063bead12
feat(logs): Implement file-based offloading for scripts and tool outputs
2026-03-08 20:51:27 -04:00
2f53f685a6
fix(core): Correct absolute import of ai_client
2026-03-07 21:09:16 -05:00
7ea833e2d3
feat(gui): Implement on-demand definition lookup with clickable navigation and collapsing
2026-03-07 15:20:39 -05:00