Commit Graph

1265 Commits

Author SHA1 Message Date
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_
0de50e216b commit 2026-03-06 14:04:50 -05:00
Ed_
5a484c9e82 fix(mcp): Restore synchronous dispatch and update mcp_server to use async_dispatch. 2026-03-06 14:03:41 -05:00
Ed_
9d5b874c66 fix(ai_client): Restore AI text capture and fix tool declaration in Gemini generation loop. 2026-03-06 13:47:22 -05:00
Ed_
ae237330e9 chore(conductor): Mark track 'Simulation Fidelity Enhancement' as complete. 2026-03-06 13:38:15 -05:00
Ed_
0a63892395 docs(conductor): Synchronize docs for track 'Asynchronous Tool Execution Engine'. 2026-03-06 13:28:45 -05:00
Ed_
d5300d091b chore(conductor): Mark track 'Asynchronous Tool Execution Engine' as complete. 2026-03-06 13:27:14 -05:00
Ed_
3bc900b760 test: Update tests to mock async_dispatch for asynchronous tool execution engine. 2026-03-06 13:26:32 -05:00
Ed_
eddc24503d test(ai_client): Add tests for concurrent tool execution. 2026-03-06 13:16:41 -05:00
Ed_
87dbfc5958 feat(ai_client): Refactor tool dispatch to use asyncio.gather for parallel tool execution. 2026-03-06 13:14:27 -05:00
Ed_
60e1dce2b6 feat(mcp_client): Add async_dispatch and support for concurrent tool execution. 2026-03-06 13:11:48 -05:00
Ed_
a960f3b3d0 docs(conductor): Synchronize docs for track 'Concurrent Tier Source Isolation' 2026-03-06 13:06:12 -05:00
Ed_
c01f1ea2c8 chore(conductor): Mark track 'Concurrent Tier Source Isolation' as complete 2026-03-06 13:04:48 -05:00
Ed_
7eaed9c78a chore(conductor): Mark track 'Concurrent Tier Source Isolation' plan as complete 2026-03-06 13:04:38 -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_
a982e701ed chore(conductor): Mark track 'Robust JSON Parsing for Tech Lead' as complete 2026-03-06 12:36:33 -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_
dc1b0d0fd1 test(conductor): Add validation tests for Tech Lead JSON retry logic 2026-03-06 12:32:53 -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_
8c4d02ee40 conductor(tracks): Mark 'Mock Provider Hardening' track as complete 2026-03-06 11:55:23 -05:00
Ed_
76b49b7a4f conductor(plan): Mark phase 'Phase 3: Final Validation' as complete 2026-03-06 11:54:53 -05:00
Ed_
493696ef2e conductor(checkpoint): Checkpoint end of Phase 3 2026-03-06 11:54:28 -05:00
Ed_
53b778619d conductor(plan): Mark phase 'Phase 2: Negative Path Testing' as complete 2026-03-06 11:46:49 -05:00
Ed_
7e88ef6bda conductor(checkpoint): Checkpoint end of Phase 2 2026-03-06 11:46:23 -05:00
Ed_
f5fa001d83 test(negative): Implement negative mock path tests for Phase 2 2026-03-06 11:43:17 -05:00
Ed_
9075483cd5 conductor(plan): Mark phase 'Phase 1: Mock Script Extension' as complete 2026-03-06 11:28:02 -05:00
Ed_
f186d81ce4 conductor(checkpoint): Checkpoint end of Phase 1 2026-03-06 11:27:26 -05:00
Ed_
5066e98240 fix(test): Resolve visual orchestration test and prepare hook env injection 2026-03-06 11:27:16 -05:00
Ed_
3ec8ef8e05 conductor(plan): Mark Phase 1 initial tasks as complete 2026-03-06 10:37:45 -05:00
Ed_
0e23d6afb7 feat(test): Add MOCK_MODE environment variable support to mock_gemini_cli.py 2026-03-06 10:37:14 -05:00
Ed_
09261cf69b adjustments 2026-03-06 10:25:34 -05:00
Ed_
ce9306d441 adjustments 2026-03-06 10:21:39 -05:00
Ed_
d575ebb471 adjustments 2026-03-06 10:18:16 -05:00
Ed_
11325cce62 del 2026-03-06 10:12:29 -05:00
Ed_
3376da7761 docs: Add session debrief about test fixes and MCP tool lesson 2026-03-06 00:24:04 -05:00
Ed_
0b6db4b56c fk it 2026-03-06 00:11:35 -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_
2c5476dc5d fix: Fix all failing test files with proper mocking and imports
- test_tiered_context.py: Fix aggregate imports to src.aggregate
- test_gemini_cli_adapter_parity.py: Fix subprocess.Popen mock path and JSON format
- test_gemini_cli_edge_cases.py: Fix mock path, JSON format, and adapter initialization
- test_gemini_cli_parity_regression.py: Fix mock path, reset global adapter
- test_token_usage.py: Fix SimpleNamespace mock structure for gemini response
2026-03-05 20:15:03 -05:00
Ed_
e02ebf7a65 fix: Fix session API format and missing client methods 2026-03-05 19:55:54 -05:00
Ed_
4da88a4274 fix(tests): Fix gemini_cli tests - proper mocking of subprocess.Popen 2026-03-05 19:34:18 -05:00
Ed_
edd66792fa fix(tests): Fix api_events test mocks for google-genai streaming 2026-03-05 19:24:53 -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_
937759a7a3 fix(tests): Simplify mma_orchestration_gui test to check actions exist 2026-03-05 19:12:26 -05:00
Ed_
02947e3304 fix(tests): Fix mma_orchestration_gui task count, api_events mocks, gui_stress import 2026-03-05 19:09:39 -05:00