Commit Graph

1316 Commits

Author SHA1 Message Date
Ed_
97b5bd953d conductor(tracks): Mark Manual Block/Unblock Control as in-progress 2026-03-07 16:22:48 -05:00
Ed_
d45accbc90 conductor(plan): Mark Task 3.1 as complete 2026-03-07 16:20:07 -05:00
Ed_
d74f629f47 feat(gui): Add kill button per worker in ticket queue table 2026-03-07 16:19:01 -05:00
Ed_
597e6b51e2 feat(conductor): Implement abort checks in worker lifecycle and kill_worker method 2026-03-07 16:06:56 -05:00
Ed_
da011fbc57 feat(conductor): Populate abort_events when spawning workers 2026-03-07 15:59:59 -05:00
Ed_
5f7909121d feat(conductor): Add worker tracking and abort event dictionaries to ConductorEngine 2026-03-07 15:55:39 -05:00
Ed_
beae82860a docs(conductor): Synchronize docs for track 'Manual Ticket Queue Management' 2026-03-07 15:45:08 -05:00
Ed_
3f83063197 conductor(plan): Mark all tasks as complete for Manual Ticket Queue Management 2026-03-07 15:43:30 -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_
c56c8db6db conductor(plan): Mark Task 1.2 and 1.3 as complete 2026-03-07 15:29:27 -05:00
Ed_
035c74ed36 feat(models): Add priority field to Ticket dataclass and update serialization 2026-03-07 15:27:30 -05:00
Ed_
e9d9cdeb28 docs(conductor): Synchronize docs for track 'On-Demand Definition Lookup' 2026-03-07 15:23:04 -05:00
Ed_
95f8a6d120 chore(conductor): Mark track 'On-Demand Definition Lookup' as complete 2026-03-07 15:21:31 -05:00
Ed_
813e58ce30 conductor(plan): Mark track 'On-Demand Definition Lookup' as complete 2026-03-07 15:21:12 -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_
0c2df6c188 conductor(plan): Mark task 'Integrate py_get_definition' as complete 2026-03-07 15:03:29 -05:00
Ed_
c6f9dc886f feat(controller): Integrate py_get_definition for on-demand lookup 2026-03-07 15:03:03 -05:00
Ed_
953e9e040c conductor(plan): Mark phase 'Phase 1: Symbol Parsing' as complete 2026-03-07 15:00:23 -05:00
Ed_
f392aa3ef5 conductor(checkpoint): Checkpoint end of Phase 1 - Symbol Parsing 2026-03-07 14:59:35 -05:00
Ed_
5e02ea34df conductor(plan): Mark task 'Implement @symbol regex parser' as complete 2026-03-07 14:58:48 -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_
034b30d167 docs(conductor): Synchronize docs for track 'Enhanced Context Control & Cache Awareness' 2026-03-07 12:15:31 -05:00
Ed_
a0645e64f3 chore(conductor): Mark track 'Enhanced Context Control & Cache Awareness' as complete 2026-03-07 12:13:20 -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_
61f331aee6 new track 2026-03-07 12:01:32 -05:00
Ed_
89f4525434 docs(conductor): Synchronize docs for track 'Manual Skeleton Context Injection' 2026-03-07 11:55:01 -05:00
Ed_
51b79d1ee2 chore(conductor): Mark track 'Manual Skeleton Context Injection' as complete 2026-03-07 11:54:46 -05:00
Ed_
fbe02ebfd4 feat(ui): Implement manual skeleton context injection 2026-03-07 11:54:11 -05:00
Ed_
442d5d23b6 docs(conductor): Synchronize docs for track 'Track Progress Visualization' 2026-03-07 11:44:16 -05:00