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
This commit is contained in:
2026-03-01 20:17:31 -05:00
parent 2ce7a87069
commit d1ce0eaaeb
27 changed files with 1763 additions and 254 deletions

View File

@@ -85,5 +85,9 @@ history = [
[discussions."test gemini mock interaction"]
git_commit = ""
last_updated = "2026-02-27T11:50:13"
history = []
last_updated = "2026-03-01T17:05:01"
history = [
"@2026-03-01T14:24:32\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 81.9%. Please consider optimizing recent changes or reducing load.",
"@2026-03-01T16:25:55\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 97.7%. Please consider optimizing recent changes or reducing load.",
"@2026-03-01T17:04:36\nSystem:\n[PERFORMANCE ALERT] CPU usage high: 90.6%. Please consider optimizing recent changes or reducing load.",
]