Commit Graph

84 Commits

Author SHA1 Message Date
Ed_
60e1dce2b6 feat(mcp_client): Add async_dispatch and support for concurrent tool execution. 2026-03-06 13:11:48 -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_
84de6097e6 chore(conductor): Finalize track 'Robust JSON Parsing for Tech Lead' and cleanup static analysis 2026-03-06 12:36:24 -05:00
Ed_
880ef5f370 feat(conductor): Add retry loop for Tech Lead JSON parsing 2026-03-06 12:30:23 -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_
90a0f93518 worst bug with visual orchestration 2026-03-06 00:08:10 -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_
d2481b2de7 never ends 2026-03-05 20:39:56 -05:00
Ed_
e02ebf7a65 fix: Fix session API format and missing client methods 2026-03-05 19:55:54 -05:00
Ed_
03b68c9cea fix(ai_client): Add missing response_received events for gemini streaming and non-streaming paths 2026-03-05 19:21:57 -05:00
Ed_
c0ccaebcc5 fix(ai_client): Use send_message_stream for google-genai streaming 2026-03-05 16:48:57 -05:00
Ed_
325a0c171b refactor(gui_2): Remove unused asyncio import 2026-03-05 16:38:53 -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_
0e3b479bd6 WIP: PAIN 2026-03-05 14:24:03 -05:00
Ed_
e81843b11b WIP: PYTHON 2026-03-05 14:07:04 -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_
cbe58936f5 feat(mcp): Add edit_file tool - native edit replacement that preserves indentation
- New edit_file(path, old_string, new_string, replace_all) function
- Reads/writes with newline='' to preserve CRLF and 1-space indentation
- Returns error if old_string not found or multiple matches without replace_all
- Added to MUTATING_TOOLS for HITL approval routing
- Added to TOOL_NAMES and dispatch function
- Added MCP_TOOL_SPECS entry for AI tool declaration
- Updated agent configs (tier2, tier3, general) with edit_file mapping

Note: tier1, tier4, explore agents don't need this (edit: deny - read-only)
2026-03-04 23:00:13 -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
Ed_
01b3c26653 Botched: Need to do a higher reaosning model to fix this mess. 2026-03-04 12:32:14 -05:00
Ed_
f2b25757eb refactor(tests): Update test suite and API hooks for AppController architecture 2026-03-04 11:38:36 -05:00
Ed_
8642277ef4 fix(gui): Restore missing UI handler methods 2026-03-04 11:07:05 -05:00
Ed_
9260c7dee5 refactor(gui): Migrate background threads and logic methods to AppController 2026-03-04 11:03:24 -05:00
Ed_
d0009bb23a refactor(gui): Migrate application state to AppController 2026-03-04 10:36:41 -05:00
Ed_
a0276e0894 feat(src): Move core implementation files to src/ directory 2026-03-04 09:55:44 -05:00