Commit Graph

80 Commits

Author SHA1 Message Date
Ed_
eb293f3c96 chore: config, layout, project history, simulation framework updates 2026-03-02 10:15:44 -05:00
Ed_
9fb01ce5d1 feat(mma): complete Phase 6 and finalize Comprehensive GUI UX track
- Implement Live Worker Streaming: wire ai_client.comms_log_callback to Tier 3 streams
- Add Parallel DAG Execution using asyncio.gather for non-dependent tickets
- Implement Automatic Retry with Model Escalation (Flash-Lite -> Flash -> Pro)
- Add Tier Model Configuration UI to MMA Dashboard with project TOML persistence
- Fix FPS reporting in PerformanceMonitor to prevent transient 0.0 values
- Update Ticket model with retry_count and dictionary-like access
- Stabilize Gemini CLI integration tests and handle script approval events in simulations
- Finalize and verify all 6 phases of the implementation plan
2026-03-01 22:38:43 -05:00
Ed_
d1ce0eaaeb feat(gui): implement Phases 2-5 of Comprehensive GUI UX track
- Add cost tracking with new cost_tracker.py module
- Enhance Track Proposal modal with editable titles and goals
- Add Conductor Setup summary and New Track creation form to MMA Dashboard
- Implement Task DAG editing (add/delete tickets) and track-scoped discussion
- Add visual polish: color-coded statuses, tinted progress bars, and node indicators
- Support live worker streaming from AI providers to GUI panels
- Fix numerous integration test regressions and stabilize headless service
2026-03-01 20:17:31 -05:00
Ed_
6b0823ad6c checkpoint: this is a mess... need to define stricter DSL or system for how the AI devices sims and hookup api for tests. 2026-02-28 22:50:14 -05:00
Ed_
d65fa79e26 chore(mma): Implement visual simulation for Epic planning and fix UI refresh 2026-02-28 21:07:46 -05:00
Ed_
3b96b67d69 chore(checkpoint): Phase 6 Test Suite Stabilization complete. 257/261 tests PASS. Resolved run_linear drift, formatter expectations, and Hook Server startup. 2026-02-28 20:42:54 -05:00
Ed_
2907eb9f93 chore(checkpoint): Phase 4 Codebase-Wide Type Hint Sweep complete. Total fixes: ~400+. Verification status: 230 pass, 16 fail (pre-existing API drift), 29 error (live_gui env). 2026-02-28 19:35:46 -05:00
Ed_
d36632c21a checkpoint: massive refactor 2026-02-28 09:06:45 -05:00
Ed_
7a614cbe8c checkpoint 2026-02-27 18:35:11 -05:00
Ed_
716d8b4e13 chore(conductor): Archive completed track 'MMA Core Engine Implementation' 2026-02-26 22:02:33 -05:00
Ed_
51918d9bc3 chore: Checkpoint commit of unstaged changes, including new tests and debug scripts 2026-02-26 21:39:03 -05:00
Ed_
9e56245091 feat(conductor): Restore mma_implementation track 2026-02-26 13:13:29 -05:00
Ed_
a70680b2a2 checkpoint: Working on getting gemini cli to actually have parity with gemini api. 2026-02-26 00:31:33 -05:00
Ed_
d030897520 chore(conductor): Archive track 'Add support for the deepseek api as a provider.' 2026-02-25 23:34:46 -05:00
Ed_
56025a84e9 checkpoint: finished test curation 2026-02-25 21:58:18 -05:00
Ed_
94e41d20ff chore(conductor): Archive gemini_cli_headless_20260224 track and update tests 2026-02-25 18:39:36 -05:00
Ed_
4e0bcd5188 feat(headless): Implement Phase 2 - Core API Routes & Authentication 2026-02-25 13:09:22 -05:00
Ed_
d5f056c3d1 feat(headless): Implement Phase 1 - Project Setup & Headless Scaffold 2026-02-25 13:03:11 -05:00
Ed_
c952d2f67b feat(testing): stabilize simulation suite and fix gemini caching 2026-02-25 01:44:46 -05:00
Ed_
fb80ce8c5a feat(gui): Add auto-scroll, blinking history, and reactive API events 2026-02-25 00:41:45 -05:00
Ed_
4933a007c3 checkpoint history segregation 2026-02-24 22:14:33 -05:00
Ed_
a6c9093961 chore(conductor): Mark track 'history_segregation' as complete and migrate local config 2026-02-24 22:09:21 -05:00
Ed_
ea84168ada checkpoint post gui2_parity 2026-02-24 22:02:06 -05:00
Ed_
874422ecfd comitting 2026-02-23 23:28:49 -05:00
Ed_
712d5a856f conductor(checkpoint): Checkpoint end of Phase 1 2026-02-23 22:10:05 -05:00
Ed_
1d8626bc6b chore: Update config and manual_slop.toml 2026-02-23 21:55:00 -05:00
Ed_
6d825e6585 wip: gemini doing gui_2.py catchup track 2026-02-23 21:07:06 -05:00
Ed_
c19b13e4ac Merge branch 'origin/cache' 2026-02-23 20:32:49 -05:00
69401365be Port missing features to gui_2 and optimize caching
- Port 10 missing features from gui.py to gui_2.py: performance
    diagnostics, prior session log viewing, token budget visualization,
    agent tools config, API hooks server, GUI task queue, discussion
    truncation, THINKING/LIVE indicators, event subscriptions, and
    session usage tracking
  - Persist window visibility state in config.toml
  - Fix Gemini cache invalidation by separating discussion history
    from cached context (use MD5 hash instead of built-in hash)
  - Add cost optimizations: tool output truncation at source, proactive
    history trimming at 40%, summary_only support in aggregate.run()
  - Add cleanup() for destroying API caches on exit
2026-02-23 20:06:13 -05:00
Ed_
8e63b31508 conductor(checkpoint): Phase 4: Final Integration & Regression complete 2026-02-23 19:54:24 -05:00
Ed_
f17c9e31b4 conductor(checkpoint): Checkpoint end of Phase 1: Update Workflow Definition 2026-02-23 12:49:14 -05:00
Ed_
4479c38395 conductor(setup): Add conductor setup files 2026-02-23 10:53:20 -05:00
Ed_
243a0cc5ca trying out conductor 2026-02-23 10:51:24 -05:00
Ed_
b4734f4bba fix for gui 2026-02-22 17:28:00 -05:00
Ed_
8a3c2d8e21 fix to ai_client.py 2026-02-22 17:19:15 -05:00
Ed_
17eebff5f8 Revert "final updates"
This reverts commit 1581380a43.
2026-02-22 12:15:49 -05:00
Ed_
1581380a43 final updates 2026-02-22 11:57:23 -05:00
Ed_
1b71b748db wip docs 2026-02-22 11:22:08 -05:00
Ed_
da8df7a393 add history truncation 2026-02-22 10:34:53 -05:00
Ed_
bf2d09f3fd expose tunings. 2026-02-22 10:19:05 -05:00
Ed_
96a013c3dc fixes and possible wip gui_2/theme_2 for multi-viewport support 2026-02-22 01:43:24 -05:00
Ed_
bdd0fbc1c4 wip better word wrap ux 2026-02-21 23:52:18 -05:00
Ed_
3e94c9580e latest ux and readme update 2026-02-21 23:38:24 -05:00
Ed_
f6c06ec381 system prompt suspport 2026-02-21 22:06:57 -05:00
Ed_
9a23941e59 adding better gemini support 2026-02-21 21:53:57 -05:00
Ed_
2182bfbd4a wip 2026-02-21 21:50:06 -05:00
Ed_
59208b27ec wip 2026-02-21 21:29:45 -05:00
Ed_
d9a51332ef ignore dbg_layout.ini 2026-02-21 21:04:01 -05:00
Ed_
3b2da7873f update context 2026-02-21 20:46:29 -05:00
Ed_
0531b6ff39 multi-project!!! 2026-02-21 20:36:57 -05:00