ed
fee41032b6
chore(conductor): Add new track 'phase7_monolithic_stabilization_20260602'
2026-06-02 15:14:18 -04:00
ed
c4811f00c1
fix(gui): Final Phase 7 stabilization and polish
...
- Resolve ImportError by correctly prefixing 'src' in modular renderers.
- Fix ImGui access violation by ensuring push_id always receives string IDs.
- Restore visible role-based background tints using layered rendering (channels).
- Definitively fix horizontal Markdown table widths by forcing group expansion.
- Centralize color management in theme_2.py and ui_shared.py.
- Standardize Files & Media inventory layout and remove legacy controls.
- Update test mocks to support modular UI and theme-driven styling.
2026-06-02 13:27:38 -04:00
ed
e9ff6efe20
UX UX UX UX UX
2026-06-02 02:58:33 -04:00
ed
964b5c5aa4
test: Fix assertions after GUI state unification
...
- Update test_gui_symbol_navigation.py and test_gui_text_viewer.py to assert against show_windows['Text Viewer'] instead of the deprecated show_text_viewer attribute.
- Increase synchronization wait time in test_visual_sim_gui_ux.py to ensure the GUI loop accurately reflects the mocked MMA status.
2026-06-02 02:20:07 -04:00
ed
5b7b818ed2
feat(gui): Implement per-response token metrics and AI discussion compression
...
- Display token metrics (input/output/cache) per response in Discussion Hub.
- Add total Discussion Token usage in the panel header.
- Implement 'Compress' feature to intelligently summarize and replace exhausted discussion histories using an AI subagent.
2026-06-02 01:36:57 -04:00
ed
3528d6eb03
fix(gui): Improve Approve PowerShell Command modal UX
...
- Make the approval modal resizable with a larger default size.
- Render 'Show Full Preview' inline to prevent UI lockup issues.
2026-06-02 00:45:30 -04:00
ed
ff849e7990
chore(conductor): Add new track 'approve_modal_ux_20260601'
2026-06-02 00:43:23 -04:00
ed
797f283f44
chore(conductor): Add new tracks for Phase 7
...
- Add 'structural_file_editor_20260601' track.
- Add 'discussion_metrics_and_compression_20260601' track.
2026-06-02 00:25:10 -04:00
ed
4baaadd88d
chore(conductor): Add new track 'context_composition_ux_20260601'
2026-06-02 00:19:59 -04:00
ed
0f859d81d6
feat(gui): Unified window state and fixed context preservation regressions
...
- Implement unified show_windows['Text Viewer'] state and fix docking conflict loops.
- Fix Tool Call row interactivity using spanned selectables.
- Fix context selection loss when switching/creating discussions.
- Implement 'Empty Context Warning' modal for safer generation.
- Correct IndentationError in app_controller.py.
- Remove legacy show_text_viewer attribute and update API hooks.
2026-06-02 00:18:48 -04:00
ed
b33a213697
chore(conductor): Add new track 'text_viewer_and_tool_call_fixes_20260601'
2026-06-01 23:46:05 -04:00
ed
6f733a64fa
chore(conductor): Add new track 'context_preservation_and_warnings_20260601'
2026-06-01 22:41:20 -04:00
ed
8cd6e7ed55
fix(minimax): implement history repair and truncation to prevent tool sequence errors
...
- Add _repair_minimax_history to close dangling tool calls from interrupted sessions.
- Add _trim_minimax_history to manage token limits and intelligently prune history.
- Integrate repair and trimming into _send_minimax loop.
- Resolves MiniMax error 2013 (tool call result does not follow tool call).
2026-06-01 22:20:42 -04:00
ed
c1764a644d
chore(conductor): Add new track 'minimax_history_fix_20260601'
2026-06-01 22:13:00 -04:00
ed
7a434adb7c
fix(gui): Resolve AttributeError in imscope.indent and stabilize render loop
...
- Add 'indent' context manager to src/imgui_scopes.py.
- Refactor manual imgui.indent/unindent calls in src/gui_2.py to use imscope.indent.
- Fix cascading ImGui assertion failures caused by Open/Close mismatches during exceptions.
- Finalize 'Selectable Thinking Monologs' track.
2026-06-01 19:26:53 -04:00
ed
9ea7d4efcc
feat(gui): Implement selectable thinking monologs and fix UI regressions
...
- Implement [Pure]/[Read] toggle for AI thinking monologues to allow text selection/copying.
- Fix TypeError: render_thinking_trace() missing 'entry_index' argument.
- Fix [+] buttons in Discussion and Comms history by correctly updating window state registry.
- Remove ListClipper from Discussion and Comms panels to fix variable-height clipping issues.
- Increase clipping heights for large entries to improve visibility.
- Fix code block scroll snapping in Markdown helper by robustifying text synchronization.
2026-06-01 19:20:33 -04:00
ed
4dc1eb1283
chore(conductor): Add new track 'selectable_thinking_monologs_20260601'
2026-06-01 18:32:37 -04:00
ed
8f5565ed04
chore(conductor): Mark track 'fix_imgui_keys_down_20260601' as complete
2026-06-01 17:56:24 -04:00
ed
2d035c1fda
chore(conductor): Add new track 'fix_imgui_keys_down_20260601'
2026-06-01 17:43:50 -04:00
ed
93a3d1cade
chore(conductor): Mark track 'Fix GUI Crashes in Tool Preset Manager and Discussion Hub' as complete
2026-05-31 23:35:16 -04:00
ed
22af041979
chore(conductor): Add new track 'Fix GUI Crashes in Tool Preset Manager and Discussion Hub'
2026-05-31 22:27:31 -04:00
ed
e2305ff49a
Antigravity is dog shit.
2026-05-20 07:51:58 -04:00
ed
22f3b9f33a
Progress on context composition
2026-05-17 06:43:19 -04:00
ed
45de48bc2b
context preview fixes
2026-05-16 16:43:32 -04:00
ed
49082e5036
stuff left over from context composition presets track (still regressions)
2026-05-16 14:32:38 -04:00
ed
ebd78bb4d6
conductor(checkpoint): Checkpoint end of Phase 1
2026-05-16 05:09:29 -04:00
ed
4e153fb436
feat(hot-reload): Complete Phase 2 refactor and document UI delegation pattern
2026-05-16 04:11:00 -04:00
ed
73402d05fa
update hot reload track
2026-05-16 03:11:58 -04:00
ed
9d40fec46e
fix identation track.
2026-05-16 02:34:52 -04:00
ed
823a10b60d
chore(conductor): Mark track 'Fix 45 failing test files across 12 batches' as complete
2026-05-14 23:39:52 -04:00
ed
d66afebfce
conductor(checkpoint): Checkpoint end of Phase 1: GUI and Layout Tests
2026-05-14 20:22:11 -04:00
ed
62628b0878
chore(conductor): Add new track 'Fix 45 failing test files across 12 batches'
2026-05-14 20:05:09 -04:00
ed
b9e4050175
feat(mcp): finalize Python structural tools with security checks and indentation normalization
2026-05-13 22:03:37 -04:00
ed
ed3323fdf4
chore(conductor): Add new track 'Add Python structural MCP tools'
2026-05-13 21:37:31 -04:00
ed
d67997c770
chore(conductor): Mark track 'AppController Curation' as complete
2026-05-13 21:26:58 -04:00
ed
511aabbd0d
docs(conductor): Complete Phase 1 of AppController curation (Audit & Guidelines)
2026-05-13 18:03:22 -04:00
ed
a81b2088ba
chore(conductor): Mark track 'gui_2.py cleanup and structural awareness' as complete
2026-05-13 17:52:07 -04:00
ed
8cbd232db0
style(gui): Apply strict vertical compaction and add type hints
2026-05-13 16:51:19 -04:00
ed
5ac7688e6c
chore(conductor): Add new track 'I started to do a large cleanup to gui_2.py...'
2026-05-13 16:14:05 -04:00
ed
6f1cf625d9
correct track state
2026-05-13 08:08:36 -04:00
ed
d6adaef1af
chore(conductor): Mark track 'GUI Refactor & Stabilization' as complete
2026-05-12 19:58:56 -04:00
ed
c359961a0a
feat(linter): Develop custom AST linter for ImGui scopes
2026-05-12 19:02:30 -04:00
ed
5398b4eef0
chore(conductor): Add new track 'GUI Refactor & Stabilization'
2026-05-12 18:58:48 -04:00
ed
c4e1cca66b
progress on fixing up gui code
2026-05-12 15:20:34 -04:00
ed
41ad4b74e2
chore(conductor): Mark track 'Context Composition Slice Visualization' as complete
2026-05-11 18:52:41 -04:00
ed
bc8e52e4b5
chore(conductor): Mark track 'Context Composition Decoupling' as complete
2026-05-11 15:17:25 -04:00
ed
de3dfec4de
conductor: add phase 6 context composition redesign tracks
...
- context_comp_decouple_20260510: Decouple Files & Media from Context Composition, directory grouping, file stats
- context_comp_slices_20260510: Slice visualization with annotations, view presets
- context_comp_presets_20260510: Context preset save/load with validation, context preview
- Depends_on chain: presets -> slices -> decouple
2026-05-10 22:12:03 -04:00
ed
8af321094f
possible hot reload track.
2026-05-10 17:52:42 -04:00
ed
581da1cc56
add dogfood track
2026-05-10 15:59:32 -04:00
ed
cbd9443435
phase 6 review done for now
2026-05-10 15:54:34 -04:00