Commit Graph

171 Commits

Author SHA1 Message Date
Ed_
5f7909121d feat(conductor): Add worker tracking and abort event dictionaries to ConductorEngine 2026-03-07 15:55:39 -05:00
Ed_
a22603d136 feat(gui): Implement manual ticket queue management with priority, multi-select, and drag-drop reordering 2026-03-07 15:42:32 -05:00
Ed_
035c74ed36 feat(models): Add priority field to Ticket dataclass and update serialization 2026-03-07 15:27:30 -05:00
Ed_
7ea833e2d3 feat(gui): Implement on-demand definition lookup with clickable navigation and collapsing 2026-03-07 15:20:39 -05:00
Ed_
c6f9dc886f feat(controller): Integrate py_get_definition for on-demand lookup 2026-03-07 15:03:03 -05:00
Ed_
a0a9d00310 feat(gui): Implement @symbol regex parser for on-demand definition lookup 2026-03-07 14:57:52 -05:00
Ed_
84396dc13a fixes 2026-03-07 14:49:46 -05:00
Ed_
f655547184 fixees 2026-03-07 14:49:39 -05:00
Ed_
6ab359deda fixes 2026-03-07 14:39:40 -05:00
Ed_
a856d73f95 ok 2026-03-07 14:25:03 -05:00
Ed_
b5398ec5a8 sigh 2026-03-07 14:15:21 -05:00
Ed_
91d7e2055f wip 2026-03-07 14:13:25 -05:00
Ed_
aaed011d9e fixing latency bugs on gui thread 2026-03-07 14:05:57 -05:00
Ed_
fcff00f750 WIP: profiling 2026-03-07 14:02:03 -05:00
Ed_
d71d82bafb docs(conductor): Synchronize docs for track 'GUI Performance Profiling & Optimization' 2026-03-07 13:20:12 -05:00
Ed_
7198c8717a fix(ui): Final cleanup of performance profiling instrumentation 2026-03-07 13:04:44 -05:00
Ed_
1f760f2381 fix(ui): Correct performance profiling instrumentation and Diagnostics UI 2026-03-07 13:01:39 -05:00
Ed_
a4c267d864 feat(ui): Implement conditional performance profiling for key GUI components 2026-03-07 12:54:40 -05:00
Ed_
f27b971565 fix(logs): Implement ultra-robust path resolution and retry logic in LogPruner 2026-03-07 12:44:25 -05:00
Ed_
6f8c2c78e8 fix(logs): Final robust fix for LogPruner path resolution and empty log pruning 2026-03-07 12:43:29 -05:00
Ed_
046ccc7225 fix(logs): Correct path resolution in LogPruner to handle paths starting with 'logs/' 2026-03-07 12:41:23 -05:00
Ed_
3c9e03dd3c fix(logs): Make empty log pruning more robust by including sessions with missing metadata 2026-03-07 12:35:37 -05:00
Ed_
b6084aefbb feat(logs): Update pruning heuristic to always remove empty logs regardless of age 2026-03-07 12:32:27 -05:00
Ed_
3671a28aed style(ui): Move Force Prune Logs button to the top of Log Management panel 2026-03-07 12:28:30 -05:00
Ed_
7f0c825104 style(ui): Reorder message panel buttons for better workflow 2026-03-07 12:24:48 -05:00
Ed_
60ce495d53 style(ui): Fix Files & Media panel wonkiness with scroll_x and constrained child height 2026-03-07 12:22:32 -05:00
Ed_
d31b57f17e style(ui): Refine layout of Files & Media panels for better scaling 2026-03-07 12:18:50 -05:00
Ed_
d7a6ba7e51 feat(ui): Enhanced context control with per-file flags and Gemini cache awareness 2026-03-07 12:13:08 -05:00
Ed_
fbe02ebfd4 feat(ui): Implement manual skeleton context injection 2026-03-07 11:54:11 -05:00
Ed_
1e188fd3aa feat(ui): Implement enhanced MMA track progress visualization with color-coded bars, breakdown, and ETA 2026-03-07 11:42:35 -05:00
Ed_
87902d82d8 feat(mma): Implement track progress calculation and refactor get_all_tracks 2026-03-07 11:24:05 -05:00
Ed_
f72b081154 fix(app_controller): fix cost_tracker import in get_session_insights 2026-03-07 11:19:54 -05:00
Ed_
9aea9b6210 feat(gui): add Session Insights panel with token history tracking 2026-03-07 11:17:51 -05:00
Ed_
d6cdbf21d7 fix(gui): move heavy processing from render loop to controller - gui only visualizes state 2026-03-07 11:11:57 -05:00
Ed_
c14f63fa26 fix(gui): add 1s caching to cache/tool analytics panels to improve performance 2026-03-07 11:07:47 -05:00
Ed_
992f48ab99 fix(gui): remove duplicate collapsing_header in cache/tool analytics panels 2026-03-07 11:04:42 -05:00
Ed_
1d87ad3566 feat(gui): add Tool Usage Analytics panel with stats tracking 2026-03-07 10:58:23 -05:00
Ed_
d823844417 feat(gui): add dedicated Cache Analytics panel with TTL countdown and clear button 2026-03-07 10:45:01 -05:00
Ed_
87bfc69257 feat(mma): add stream pruning with MAX_STREAM_SIZE (10KB) 2026-03-07 10:35:35 -05:00
Ed_
544a554100 feat(gui): add worker status indicators to tier stream panel 2026-03-07 10:34:27 -05:00
Ed_
55e881fa52 feat(mma): add worker status tracking (_worker_status dict) 2026-03-07 10:32:12 -05:00
Ed_
552e76e98a feat(gui): add per-tier cost breakdown to token budget panel 2026-03-07 01:50:53 -05:00
Ed_
1323d10ea0 feat(orchestrator): add native_orchestrator.py with plan/metadata CRUD and NativeOrchestrator class 2026-03-07 01:32:09 -05:00
Ed_
0fae341d2f fix(ai_client): add patch_callback param to _send_gemini_cli signature 2026-03-07 01:28:07 -05:00
Ed_
fa29c53b1e fix(gui): patch modal ImGui API fixes - use vec4() for colors, proper button calls 2026-03-07 01:16:40 -05:00
Ed_
4f4f914c64 feat(tier4): Add 5-second delay before showing patch modal so user can see it 2026-03-07 00:58:32 -05:00
Ed_
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
Ed_
d520d5d6c2 fix: Add debug logging to patch endpoints 2026-03-07 00:45:07 -05:00
Ed_
14dab8e67f feat(tier4): Add patch modal GUI integration and API hooks 2026-03-07 00:37:44 -05:00
Ed_
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