Private
Public Access
0
0
Commit Graph

2324 Commits

Author SHA1 Message Date
ed 46f22f0df9 fix(gui): Restore discussion tinting and fix Markdown table width
- Implement layered tinting using draw_list channels in modular discussion renderer.
- Fix vertical squashing of Markdown tables by forcing full group width with a dummy.
- Consolidate color constants into src/ui_shared.py to prevent circular imports.
- Update src/theme_2.py with role-based tint helpers.
- Successfully verified imports and layout logic.
2026-06-02 10:44:45 -04:00
ed 07017e2dd2 fix(gui): Resolve ImportErrors in modular discussion renderer
- Fix incorrect 'imscope' and 'theme' imports in src/discussion_entry_renderer.py.
- Successfully verified imports via uv run.
2026-06-02 09:56:37 -04:00
ed 9d6fca0e42 fix(gui): Resolve Markdown squashing, MiniMax compression error, and UI import issues
- Modularize discussion entry rendering to src/discussion_entry_renderer.py to fix layout squashing.
- Fix MiniMax compression routing with robust case-insensitive check and synced base URL.
- Implement src/ui_shared.py to resolve circular imports and consolidate shared UI helpers.
- Finalize Structural File Editor integration and state unification.
2026-06-02 03:28:09 -04:00
ed f116f027cf fix(gui): Resolve MiniMax compression error and fix Markdown table rendering
- Correctly route 'minimax' provider in run_discussion_compression.
- Fix MiniMax base URL to api.minimax.io to match main sender.
- Refactor read-mode discussion entries to always use a scrollable child with auto-resize.
- Remove redundant text wrapping that caused Markdown tables to squash vertically.
- Clean up duplicate separators in discussion hub.
2026-06-02 03:12:27 -04:00
ed 59fa495a20 fix(gui): Resolve discussion compression error and improve entry tinting visibility
- Implement missing format_discussion in project_manager.py.
- Fix malformed escape characters in compression AI prompt.
- Ensure discussion compression updates the entry list in-place for immediate GUI refresh.
- Refactor discussion entry tinting using channels to draw backgrounds reliably behind text.
- Standardize Files & Media inventory layout and management buttons.
2026-06-02 03:00:45 -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 6e0d002d05 fix(minimax): Prevent dangling tool calls during history truncation
- Update _trim_minimax_history to drop dangling 'tool' messages if their parent 'assistant' message is removed.
- Fixes 'invalid params, tool call result does not follow tool call (2013)' error when token limit is hit.
2026-06-02 01:45:07 -04:00
ed 34a7f00cb3 test: Add extensive coverage for discussion metrics and compression
- Add tests/test_discussion_compression.py to verify AI sub-agent compression logic across Gemini, Anthropic, DeepSeek, and Gemini CLI providers.
- Add tests/test_discussion_metrics.py to verify AppController correctly extracts and accumulates token usage (input/output/cache) and logs token history.
2026-06-02 01:42:41 -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 b3b9baf91f test: Implement comprehensive workspace isolation to protect user projects
- Add isolate_workspace autouse fixture in conftest.py.
- Monkeypatch SLOP_CONFIG and preset paths to point to a temporary test directory.
- Update test_history_management.py to use dynamic paths.get_config_path().
- Prevents tests from accidentally reading or modifying the active project.toml or config.toml.
2026-06-02 01:27:32 -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 c84777e582 ignore antigravashit 2026-06-01 19:21:13 -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 7de5625b71 chore(conductor): Mark track 'Fix GUI Crashes in Tool Preset Manager and Discussion Hub' as complete after Phase 4 2026-06-01 17:03:29 -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 180dc167d2 setup agy? 2026-05-20 06:32:49 -04:00
ed a55a1200a0 last progress before ending last session 2026-05-17 12:40:10 -04:00
ed a5c0569417 progress on context composition 2026-05-17 07:27:55 -04:00
ed c1487d32bb progress on context composition 2026-05-17 06:55:00 -04:00
ed 22f3b9f33a Progress on context composition 2026-05-17 06:43:19 -04:00
ed 4642a337ba tried out 2026-05-16 19:55:05 -04:00
ed e770515328 fix(ctx): Remove erroneous recursive call to render_text_viewer_window 2026-05-16 17:58:19 -04:00
ed c7f5b6801f test(ctx): Add integration test for Preview button with real FileItems 2026-05-16 17:55:23 -04:00
ed e1e4571c68 feat(ctx): Also set show_windows for Text Viewer on Slices button 2026-05-16 17:53:41 -04:00
ed 2249606ebe conductor(plan): Update phase 4 status 2026-05-16 17:02:14 -04:00
ed 3a4515f025 conductor(plan): Mark phase 3 complete 2026-05-16 17:01:54 -04:00
ed b807c03ef0 feat(ctx): Move render_ast_inspector_modal to render_context_modals 2026-05-16 17:01:40 -04:00
ed d1d04ccee7 conductor(plan): Mark phases 1-2 complete 2026-05-16 16:58:50 -04:00
ed 9ea20d01e4 feat(ctx): Fix Preview button sync and Text Viewer render loop 2026-05-16 16:58:28 -04:00
ed 45de48bc2b context preview fixes 2026-05-16 16:43:32 -04:00
ed 7f40630290 config 2026-05-16 16:22:55 -04:00
ed 3859013f97 another fix 2026-05-16 16:12:40 -04:00
ed f861f26d8d fixing bugs 2026-05-16 16:10:57 -04:00
ed ec13757097 minimax: absolute dog shit edits 2026-05-16 15:59:40 -04:00
ed bf5b426c24 gemini quota exhausted: fixing regressions in test suite 2026-05-16 14:45:06 -04:00