Commit Graph

121 Commits

Author SHA1 Message Date
ed eab1945035 feat(workspace): implement layout capture/restore and controller integration 2026-05-05 21:09:51 -04:00
ed 0a5b90e772 conductor(checkpoint): Checkpoint end of Phase 3 - Discussion & Context Structure Mutation 2026-05-05 12:17:53 -04:00
ed 7bed4a8f97 conductor(checkpoint): Final checkpoint for RAG Support track - Phase 4 complete 2026-05-04 22:36:31 -04:00
ed 095368bca2 feat(rag): implement incremental and parallel indexing performance optimizations 2026-05-04 21:47:54 -04:00
ed a3d7376535 feat(rag): final refinements for Phase 4 support and UI visualization 2026-05-04 21:41:10 -04:00
ed 8b85c7a100 feat(rag): wire RAG settings to Hook API and add simulation tests 2026-05-04 18:37:59 -04:00
ed 8b487536c5 feat(rag): Implement auto-indexing and status indicators 2026-05-04 11:34:01 -04:00
ed fe0069c046 feat(rag): Implement indexing and retrieval logic with AppController integration 2026-05-04 06:53:32 -04:00
ed e80cd6bd3f feat(rag): Implement RAG engine, configuration schema, and vector store integration 2026-05-04 05:38:23 -04:00
ed 6bf6c79db4 feat(ui): Expose cache status and controls in UI 2026-05-04 05:18:04 -04:00
ed 36645f7f3e feat(aggregation): Implement tier-level aggregation strategy tied to Personas 2026-05-04 05:10:59 -04:00
ed 2441ea64a3 conductor(checkpoint): Checkpoint end of Phase 4 2026-05-02 19:00:28 -04:00
ed 4f1bcea381 feat(ai): Implement configurable base system prompt and expose in UI 2026-05-02 14:49:47 -04:00
ed 7fdf6c9782 feat(mma): Enable manual ticket approval via Hook API for Step Mode 2026-05-02 13:48:14 -04:00
ed ef737459ec fix(gui): Resolve AppController state regressions 2026-05-02 12:46:05 -04:00
ed bf148ff6a2 conductor(checkpoint): Checkpoint end of Phase 2 2026-05-02 12:07:38 -04:00
ed 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
ed 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
ed f770a4e093 fix(gui): Implement correct UX for discussion takes tabs and combo box 2026-03-21 10:55:29 -04:00
ed 510527c400 feat(backend): Implement multi-take sequence differencing and text formatting utility 2026-03-19 19:53:09 -04:00
ed e48835f7ff feat(gui): Add branch discussion action to history entries 2026-03-19 19:44:30 -04:00
ed 84b6266610 feat(gui): Implement Session Hub and context injection visibility 2026-03-18 09:04:07 -04:00
ed b4396697dd finished a track 2026-03-17 23:26:01 -04:00
ed 5285bc68f9 fix(gui): fix missing token stats and improve standalone monologue rendering 2026-03-15 15:57:08 -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 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 b677228a96 get prior session history properly working. 2026-03-12 21:38:19 -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 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 3b2588ad61 feat(gui): Integrate External MCPs into Operations Hub with status indicators 2026-03-12 15:54:52 -04:00
ed c09e0f50be feat(app_controller): Integrate MCP configuration loading and add tests 2026-03-12 15:33:37 -04:00
ed 1a14cee3ce test: fix broken tests across suite and resolve port conflicts 2026-03-11 23:49:23 -04:00
ed 02e0fce548 feat(api): implement websocket gateway and event streaming for phase 1 2026-03-11 23:01:09 -04:00
ed 072c6e66bd lingering edit 2026-03-11 20:30:32 -04:00
ed 09902701b4 feat(ui): AI Settings Overhaul - added dual sliders for model params including top_p 2026-03-11 20:22:06 -04:00
ed 3870bf086c refactor(gui): redesign ai settings layout and fix model fetching sync 2026-03-11 00:18:45 -04:00
ed 6da3d95c0e refactor(gui): redesign persona editor UI and replace popup modals with standard windows 2026-03-10 23:21:14 -04:00
ed ca8e33837b refactor(gui): streamline preset manager and improve tool bias ui 2026-03-10 22:29:43 -04:00
ed 67a269b05d test: align tests with new Persona system 2026-03-10 21:26:31 -04:00
ed e3d5e0ed2e ai botched the agent personal track. needs a redo by gemini 3.1 2026-03-10 12:30:09 -04:00
ed 523cf31f76 feat(personas): Add Persona selector to AI Settings panel and PersonaManager init 2026-03-10 11:15:33 -04:00
ed 1c83b3e519 feat(bias): implement GUI integration for tool weights and bias profiles 2026-03-10 10:24:02 -04:00
ed dcc13efaf7 chore(conductor): Mark track 'Saved Tool Presets' as complete 2026-03-10 01:23:57 -04:00