fca57841c6
WIP: PAIN2
2026-03-05 14:43:45 -05:00
0e3b479bd6
WIP: PAIN
2026-03-05 14:24:03 -05:00
e81843b11b
WIP: PYTHON
2026-03-05 14:07:04 -05:00
a13a6c5cd0
WIP: STILL FIXING FUNDAMENTAL TRASH
2026-03-05 14:04:17 -05:00
70d18347d7
WIP: GARBAGE LANGUAGE
2026-03-05 13:58:43 -05:00
01c5bb7947
WIP: PYTHON IS TRASH
2026-03-05 13:57:03 -05:00
5e69617f88
WIP: I HATE PYTHON
2026-03-05 13:55:40 -05:00
a783ee5165
feat(api): Add /api/gui/state endpoint and live_gui integration tests
2026-03-05 10:06:47 -05:00
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
45b716f0f0
fix(tests): resolve 3 test failures in GUI decoupling track
...
- conftest.py: Create workspace dir before writing files (FileNotFoundError)
- test_live_gui_integration.py: Call handler directly since start_services mocked
- test_gui2_performance.py: Fix key mismatch (gui_2.py -> sloppy.py path lookup)
2026-03-04 22:00:00 -05:00
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
88aefc2f08
fix(tests): Sandbox isolation - use SLOP_CONFIG env var for config.toml
2026-03-04 17:12:36 -05:00
01b3c26653
Botched: Need to do a higher reaosning model to fix this mess.
2026-03-04 12:32:14 -05:00
f2b25757eb
refactor(tests): Update test suite and API hooks for AppController architecture
2026-03-04 11:38:36 -05:00
c102392320
feat(src): Resolve imports and create sloppy.py entry point
2026-03-04 10:01:55 -05:00
fe2114a2e0
feat(types): Complete strict static analysis and typing track
2026-03-04 09:46:02 -05:00
1be6193ee0
chore(tests): Final stabilization of test suite and full isolation of live_gui artifacts
2026-03-04 01:05:56 -05:00
966b5c3d03
wow this ai messed up.
2026-03-04 00:01:01 -05:00
3203891b79
wip test stabalization is a mess still
2026-03-03 23:53:53 -05:00
5401fc770b
fix(tests): Resolve access violation in phase4 tests and auto-approval logic in cli integration tests
2026-03-03 01:35:37 -05:00
20b2e2d67b
test(core): Replace pytest.fail with functional assertions in agent tools wiring
2026-03-03 01:10:57 -05:00
4d171ff24a
chore(legacy): Remove gui_legacy.py and refactor all tests to use gui_2.py
2026-03-03 01:09:24 -05:00
ffc5d75816
test(core): Replace pytest.fail with functional assertions in token_usage and agent_capabilities
2026-03-02 23:38:28 -05:00
194626e5ab
test(core): Replace pytest.fail with functional assertions in api_events and execution_engine
2026-03-02 23:26:19 -05:00
14613df3de
conductor(checkpoint): Checkpoint end of Phase 2
2026-03-02 23:25:02 -05:00
51f7c2a772
feat(tests): Route VerificationLogger output to tests/logs
2026-03-02 23:24:40 -05:00
82aa288fc5
fix(tests): Resolve unawaited coroutine warnings in spawn interception tests
2026-03-02 23:23:33 -05:00
5a0ec6646e
fix(tests): Enhance event loop cleanup in app_instance fixture
2026-03-02 23:05:58 -05:00
6b7cd0a9da
feat(tests): Migrate manual launchers to live_gui fixture and consolidate visual tests
2026-03-02 23:00:09 -05:00
570c0eaa83
chore(tests): Setup artifact isolation directories
2026-03-02 22:56:32 -05:00
a569f8c02f
chore(tech-debt): Finalize gui_2.py cleanup and test suite discipline
2026-03-02 21:43:56 -05:00
35822aab08
chore(test): Centralize app_instance and mock_app fixtures in conftest.py
2026-03-02 20:54:25 -05:00
5b8a0739f7
feat(dag_engine): implement cascade_blocks and call in ExecutionEngine.tick
2026-03-02 18:47:47 -05:00
e5e35f78dd
feat(ai_client): gate mutating MCP tools through pre_tool_callback in all 4 providers
2026-03-02 16:50:47 -05:00
1f92629a55
feat(mcp_client): add MUTATING_TOOLS frozenset sentinel for HITL enforcement
2026-03-02 16:47:51 -05:00
4b7338a076
feat(gui): expand AGENT_TOOL_NAMES to all 26 MCP tools with mutating tools grouped
2026-03-02 16:46:56 -05:00
e4ccb065d4
feat(config): expose all 26 MCP tools in toml + default_project; mutating tools off by default
2026-03-02 16:45:34 -05:00
b30f040c7b
fix(mma_exec): remove hardcoded C:\projects\misc\setup_*.ps1 paths — rely on PATH
2026-03-02 16:42:11 -05:00
687545932a
refactor(mma_exec): remove UNFETTERED_MODULES — all deps use generate_skeleton()
2026-03-02 16:38:28 -05:00
b30e563fc1
feat(mma): Phase 3 — Focus Agent UI + filter logic
...
- gui_2.__init__: add ui_focus_agent: str | None = None
- _gui_func: Focus Agent combo (All/Tier2/3/4) + clear button above OperationsTabs
- _render_comms_history_panel: filter by ui_focus_agent; show [source_tier] label per entry
- _render_tool_calls_panel: pre-filter with tool_log_filtered; fix missing i=i_minus_one+1; remove stale tuple destructure
- tests: 6 new Phase 3 tests, 18/18 total
2026-03-02 16:26:41 -05:00
8d9f25d0ce
feat(mma): Phase 1 — source_tier tagging at emission
...
- ai_client: add current_tier module var; stamp source_tier on every _append_comms entry
- multi_agent_conductor: set current_tier='Tier 3' around send(), clear in finally
- conductor_tech_lead: set current_tier='Tier 2' around send(), clear in finally
- gui_2: _on_tool_log captures current_tier; _append_tool_log stores dict with source_tier
- tests: 8 new tests covering current_tier, source_tier in comms, tool log dict format
2026-03-02 16:18:00 -05:00
b9686392d7
chore: apply ruff auto-fixes and remove dead AST scripts
2026-03-02 13:26:20 -05:00
7b5d9b1212
feat(token-viz): Phase 2 — trim warning, Gemini/Anthropic cache status display
2026-03-02 11:23:57 -05:00
5bfb20f06f
feat(token-viz): Phase 1 — token budget panel with color bar and breakdown table
2026-03-02 11:16:32 -05:00
e7879f45a6
fix(test): replace fixed sleeps with polling in context_bleed test to fix ordering flake
2026-03-02 10:45:30 -05:00
0b5552fa01
test(suite): update all tests for streaming/locking architecture and mock parity
2026-03-02 10:15:41 -05:00
5de253b15b
test(mock): major mock_gemini_cli rewrite — robust is_resume detection, tool triggers
2026-03-02 10:15:36 -05:00
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
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
2ce7a87069
feat(gui): Tier stream panels as separate dockable windows (Tier 1-4)
2026-03-01 15:57:46 -05:00