Commit Graph

17 Commits

Author SHA1 Message Date
Ed_
4777dd957a feat(api): implement phase 3 comprehensive control endpoints 2026-03-11 23:14:09 -04:00
Ed_
1be576a9a0 feat(api): implement phase 2 expanded read endpoints 2026-03-11 23:04:42 -04:00
Ed_
02e0fce548 feat(api): implement websocket gateway and event streaming for phase 1 2026-03-11 23:01:09 -04:00
Ed_
94598b605a checkpoint dealing with personal manager/editor 2026-03-10 23:47:53 -04:00
Ed_
2ffb2b2e1f docs 2026-03-08 03:11:11 -04:00
Ed_
14dab8e67f feat(tier4): Add patch modal GUI integration and API hooks 2026-03-07 00:37:44 -05:00
Ed_
1fb6ebc4d0 idk why these weren't committed 2026-03-06 12:48:02 -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_
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_
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_
a0276e0894 feat(src): Move core implementation files to src/ directory 2026-03-04 09:55:44 -05:00