Commit Graph

54 Commits

Author SHA1 Message Date
Ed_
a0a9d00310 feat(gui): Implement @symbol regex parser for on-demand definition lookup 2026-03-07 14:57:52 -05:00
Ed_
f655547184 fixees 2026-03-07 14:49:39 -05:00
Ed_
6ab359deda fixes 2026-03-07 14:39:40 -05:00
Ed_
a856d73f95 ok 2026-03-07 14:25:03 -05:00
Ed_
b5398ec5a8 sigh 2026-03-07 14:15:21 -05:00
Ed_
91d7e2055f wip 2026-03-07 14:13:25 -05:00
Ed_
aaed011d9e fixing latency bugs on gui thread 2026-03-07 14:05:57 -05:00
Ed_
fcff00f750 WIP: profiling 2026-03-07 14:02:03 -05:00
Ed_
d71d82bafb docs(conductor): Synchronize docs for track 'GUI Performance Profiling & Optimization' 2026-03-07 13:20:12 -05:00
Ed_
d7a6ba7e51 feat(ui): Enhanced context control with per-file flags and Gemini cache awareness 2026-03-07 12:13:08 -05:00
Ed_
fbe02ebfd4 feat(ui): Implement manual skeleton context injection 2026-03-07 11:54:11 -05:00
Ed_
1e188fd3aa feat(ui): Implement enhanced MMA track progress visualization with color-coded bars, breakdown, and ETA 2026-03-07 11:42:35 -05:00
Ed_
f72b081154 fix(app_controller): fix cost_tracker import in get_session_insights 2026-03-07 11:19:54 -05:00
Ed_
9aea9b6210 feat(gui): add Session Insights panel with token history tracking 2026-03-07 11:17:51 -05:00
Ed_
d6cdbf21d7 fix(gui): move heavy processing from render loop to controller - gui only visualizes state 2026-03-07 11:11:57 -05:00
Ed_
1d87ad3566 feat(gui): add Tool Usage Analytics panel with stats tracking 2026-03-07 10:58:23 -05:00
Ed_
87bfc69257 feat(mma): add stream pruning with MAX_STREAM_SIZE (10KB) 2026-03-07 10:35:35 -05:00
Ed_
55e881fa52 feat(mma): add worker status tracking (_worker_status dict) 2026-03-07 10:32:12 -05:00
Ed_
f8e1a5b405 feat(tier4): Complete GUI integration for patch modal
- Add patch modal state to AppController instead of App
- Add show_patch_modal/hide_patch_modal action handlers
- Fix push_event to work with flat payload format
- Add patch fields to _gettable_fields
- Both GUI integration tests passing
2026-03-07 00:55:35 -05:00
Ed_
d520d5d6c2 fix: Add debug logging to patch endpoints 2026-03-07 00:45:07 -05:00
Ed_
90670b9671 feat(tier4): Integrate patch generation into GUI workflow
- Add patch_callback parameter throughout the tool execution chain
- Add _render_patch_modal() to gui_2.py with colored diff display
- Add patch modal state variables to App.__init__
- Add request_patch_from_tier4() to trigger patch generation
- Add run_tier4_patch_callback() to ai_client.py
- Update shell_runner to accept and execute patch_callback
- Diff colors: green for additions, red for deletions, cyan for headers
- 36 tests passing
2026-03-07 00:26:34 -05:00
Ed_
b79c1fce3c feat(provider): Add MiniMax AI provider integration
- Add minimax to PROVIDERS lists in gui_2.py and app_controller.py
- Add minimax credentials template in ai_client.py
- Implement _list_minimax_models, _classify_minimax_error, _ensure_minimax_client
- Implement _send_minimax with streaming and reasoning support
- Add minimax to send(), list_models(), reset_session(), get_history_bleed_stats()
- Add unit tests in tests/test_minimax_provider.py
2026-03-06 23:36:30 -05:00
Ed_
f65e9b40b2 WIP: Regression hell 2026-03-06 21:22:21 -05:00
Ed_
13453a0a14 still fixing regressions 2026-03-06 20:27:03 -05:00
Ed_
4c92817928 fixing regresssions 2026-03-06 20:12:35 -05:00
Ed_
0e9f84f026 fixing 2026-03-06 19:54:52 -05:00
Ed_
f439b5c525 wip fixing regressions, removing hardcoded paths 2026-03-06 19:24:08 -05:00
Ed_
1c977d25d5 fix: Add missing _render_comms_history_panel method to gui_2.py 2026-03-06 19:04:09 -05:00
Ed_
b99900932f fix: Remove reference to non-existent models.DISC_ROLES 2026-03-06 18:53:26 -05:00
Ed_
f580165c5b feat(conductor): Implement configurable paths and mark track 'Conductor Path Configuration' as complete 2026-03-06 16:43:11 -05:00
Ed_
2c90020682 WIP next tracks planing 2026-03-06 14:52:10 -05:00
Ed_
b8485073da feat(gui): Add 'Force Prune Logs' button to Log Management panel. 2026-03-06 14:33:29 -05:00
Ed_
81d8906811 fix(controller): Resolve syntax error in log pruning block. 2026-03-06 14:23:24 -05:00
Ed_
2cfd0806cf fix(logging): Update GUI and controller to use correct session log paths and fix syntax errors. 2026-03-06 14:22:41 -05:00
Ed_
684a6d1d3b feat(ai_client): isolation of current_tier using threading.local() for parallel agent safety 2026-03-06 12:59:18 -05:00
Ed_
1fb6ebc4d0 idk why these weren't committed 2026-03-06 12:48:02 -05:00
Ed_
a16ed4b1ae sigh 2026-03-06 12:05:24 -05:00
Ed_
5066e98240 fix(test): Resolve visual orchestration test and prepare hook env injection 2026-03-06 11:27:16 -05:00
Ed_
4ce6348978 fix: Multiple test fixes and improvements
- Fix mock_gemini_cli.py to use src/aggregate.py (moved to src directory)
- Add wait_for_event method to ApiHookClient for simulation tests
- Fix custom_callback path in app_controller to use absolute path
- Fix test_gui2_parity.py to use correct callback file path
2026-03-05 21:18:25 -05:00
Ed_
3d5773fa63 YET ANOTEHR BOTCHED TRACK. 2026-03-05 16:14:58 -05:00
Ed_
d04574aa8f WIP: PAIN4 2026-03-05 15:53:50 -05:00
Ed_
184fb39e53 GARBAGE 2026-03-05 15:17:30 -05:00
Ed_
8784d05db4 WIP: PAIN3 2026-03-05 15:10:53 -05:00
Ed_
fca57841c6 WIP: PAIN2 2026-03-05 14:43:45 -05:00
Ed_
5e69617f88 WIP: I HATE PYTHON 2026-03-05 13:55:40 -05:00
Ed_
a783ee5165 feat(api): Add /api/gui/state endpoint and live_gui integration tests 2026-03-05 10:06:47 -05:00
Ed_
35480a26dc test(audit): fix critical test suite deadlocks and write exhaustive architectural report
- Fix 'Triple Bingo' history synchronization explosion during streaming

- Implement stateless event buffering in ApiHookClient to prevent dropped events

- Ensure 'tool_execution' events emit consistently across all LLM providers

- Add hard timeouts to all background thread wait() conditions

- Add thorough teardown cleanup to conftest.py's reset_ai_client fixture

- Write highly detailed report_gemini.md exposing asyncio lifecycle flaws
2026-03-05 01:42:47 -05:00
Ed_
2d92674aa0 fix(controller): Add stop_services() and dialog imports for GUI decoupling
- Add AppController.stop_services() to clean up AI client and event loop
- Add ConfirmDialog, MMAApprovalDialog, MMASpawnApprovalDialog imports to gui_2.py
- Fix test mocks for MMA dashboard and approval indicators
- Add retry logic to conftest.py for Windows file lock cleanup
2026-03-04 20:16:16 -05:00
Ed_
1b46534eff fix(controller): Clean up stray pass in _run_event_loop (Task 5.5) 2026-03-04 17:26:34 -05:00
Ed_
2d041eef86 feat(controller): Add current_provider property to AppController 2026-03-04 16:47:02 -05:00