4bcc9dda06
feat(ui): Revert Diagnostics to standalone panel and simplify Log Management
2026-03-08 21:42:58 -04:00
e34a2e6355
feat(ui): Implement selectable text across primary GUI panels
2026-03-08 21:37:22 -04:00
ef942bb2a2
feat(ui): Implement _render_selectable_label helper and complete UI audit
2026-03-08 21:26:59 -04:00
27b98ffe1e
fix(ui): Prevent PopStyleColor crash by using frame-scoped tint flag
2026-03-08 21:20:13 -04:00
c3e0cb3243
feat(logs): Improve MMA log visibility and filtering
2026-03-08 21:10:26 -04:00
8e02c1ecec
feat(logs): Implement Diagnostic Tab and clean up discussion history
2026-03-08 21:07:49 -04:00
1b3fc5ba2f
feat(logs): Implement session restoration and historical replay mode
2026-03-08 21:03:37 -04:00
72bb2cec68
feat(ui): Relocate 'Load Log' button to Log Management panel
2026-03-08 20:54:49 -04:00
b70552f1d7
gui adjsutments
2026-03-07 22:36:07 -05:00
a65dff4b6d
a test for a test
2026-03-07 22:29:08 -05:00
3ba4cac4a4
ai is trying to cheat out of finishing the tests still
2026-03-07 19:38:15 -05:00
63d1b04479
feat(gui): Add model dropdown and override indicator to ticket queue
2026-03-07 16:43:52 -05:00
3cb7d4fd6d
feat(gui): Add pause/resume button and visual indicator
2026-03-07 16:37:55 -05:00
c6d0bc8c8d
feat(gui): Add cascade blocking logic to block/unblock
2026-03-07 16:30:53 -05:00
2ff5a8beee
feat(gui): Add block/unblock buttons to ticket queue
2026-03-07 16:28:13 -05:00
d74f629f47
feat(gui): Add kill button per worker in ticket queue table
2026-03-07 16:19:01 -05:00
a22603d136
feat(gui): Implement manual ticket queue management with priority, multi-select, and drag-drop reordering
2026-03-07 15:42:32 -05:00
7ea833e2d3
feat(gui): Implement on-demand definition lookup with clickable navigation and collapsing
2026-03-07 15:20:39 -05:00
84396dc13a
fixes
2026-03-07 14:49:46 -05:00
f655547184
fixees
2026-03-07 14:49:39 -05:00
6ab359deda
fixes
2026-03-07 14:39:40 -05:00
a856d73f95
ok
2026-03-07 14:25:03 -05:00
91d7e2055f
wip
2026-03-07 14:13:25 -05:00
fcff00f750
WIP: profiling
2026-03-07 14:02:03 -05:00
d71d82bafb
docs(conductor): Synchronize docs for track 'GUI Performance Profiling & Optimization'
2026-03-07 13:20:12 -05:00
7198c8717a
fix(ui): Final cleanup of performance profiling instrumentation
2026-03-07 13:04:44 -05:00
1f760f2381
fix(ui): Correct performance profiling instrumentation and Diagnostics UI
2026-03-07 13:01:39 -05:00
a4c267d864
feat(ui): Implement conditional performance profiling for key GUI components
2026-03-07 12:54:40 -05:00
3671a28aed
style(ui): Move Force Prune Logs button to the top of Log Management panel
2026-03-07 12:28:30 -05:00
7f0c825104
style(ui): Reorder message panel buttons for better workflow
2026-03-07 12:24:48 -05:00
60ce495d53
style(ui): Fix Files & Media panel wonkiness with scroll_x and constrained child height
2026-03-07 12:22:32 -05:00
d31b57f17e
style(ui): Refine layout of Files & Media panels for better scaling
2026-03-07 12:18:50 -05:00
d7a6ba7e51
feat(ui): Enhanced context control with per-file flags and Gemini cache awareness
2026-03-07 12:13:08 -05:00
fbe02ebfd4
feat(ui): Implement manual skeleton context injection
2026-03-07 11:54:11 -05:00
1e188fd3aa
feat(ui): Implement enhanced MMA track progress visualization with color-coded bars, breakdown, and ETA
2026-03-07 11:42:35 -05:00
9aea9b6210
feat(gui): add Session Insights panel with token history tracking
2026-03-07 11:17:51 -05:00
d6cdbf21d7
fix(gui): move heavy processing from render loop to controller - gui only visualizes state
2026-03-07 11:11:57 -05:00
c14f63fa26
fix(gui): add 1s caching to cache/tool analytics panels to improve performance
2026-03-07 11:07:47 -05:00
992f48ab99
fix(gui): remove duplicate collapsing_header in cache/tool analytics panels
2026-03-07 11:04:42 -05:00
1d87ad3566
feat(gui): add Tool Usage Analytics panel with stats tracking
2026-03-07 10:58:23 -05:00
d823844417
feat(gui): add dedicated Cache Analytics panel with TTL countdown and clear button
2026-03-07 10:45:01 -05:00
544a554100
feat(gui): add worker status indicators to tier stream panel
2026-03-07 10:34:27 -05:00
552e76e98a
feat(gui): add per-tier cost breakdown to token budget panel
2026-03-07 01:50:53 -05:00
fa29c53b1e
fix(gui): patch modal ImGui API fixes - use vec4() for colors, proper button calls
2026-03-07 01:16:40 -05:00
4f4f914c64
feat(tier4): Add 5-second delay before showing patch modal so user can see it
2026-03-07 00:58:32 -05:00
f8e1a5b405
feat(tier4): Complete GUI integration for patch modal
...
- Add patch modal state to AppController instead of App
- Add show_patch_modal/hide_patch_modal action handlers
- Fix push_event to work with flat payload format
- Add patch fields to _gettable_fields
- Both GUI integration tests passing
2026-03-07 00:55:35 -05:00
90670b9671
feat(tier4): Integrate patch generation into GUI workflow
...
- Add patch_callback parameter throughout the tool execution chain
- Add _render_patch_modal() to gui_2.py with colored diff display
- Add patch modal state variables to App.__init__
- Add request_patch_from_tier4() to trigger patch generation
- Add run_tier4_patch_callback() to ai_client.py
- Update shell_runner to accept and execute patch_callback
- Diff colors: green for additions, red for deletions, cyan for headers
- 36 tests passing
2026-03-07 00:26:34 -05:00
b79c1fce3c
feat(provider): Add MiniMax AI provider integration
...
- Add minimax to PROVIDERS lists in gui_2.py and app_controller.py
- Add minimax credentials template in ai_client.py
- Implement _list_minimax_models, _classify_minimax_error, _ensure_minimax_client
- Implement _send_minimax with streaming and reasoning support
- Add minimax to send(), list_models(), reset_session(), get_history_bleed_stats()
- Add unit tests in tests/test_minimax_provider.py
2026-03-06 23:36:30 -05:00
f65e9b40b2
WIP: Regression hell
2026-03-06 21:22:21 -05:00
13453a0a14
still fixing regressions
2026-03-06 20:27:03 -05:00