Private
Public Access
0
0
Commit Graph

119 Commits

Author SHA1 Message Date
ed f6fe3baaf4 fix(gui): Skip empty strings in selectable to prevent ImGui ID assertion
Empty strings in bias_profiles.keys() and personas.keys() caused
imgui.selectable() to fail with 'Cannot have an empty ID at root of
window' assertion error. Added guards to skip empty names.
2026-03-22 11:16:52 -04:00
ed d89f971270 checkpoint 2026-03-21 16:59:36 -04:00
ed 8ee8862ae8 checkpoint: track complete 2026-03-18 18:39:54 -04:00
ed 47c5100ec5 fix(gui): render thinking trace in both read and edit modes consistently 2026-03-14 09:09:43 -04:00
ed bc00fe1197 fix(gui): Move thinking trace rendering BEFORE response - now hidden by default 2026-03-13 23:15:20 -04:00
ed 89c9f62f0c use maple mono. 2026-03-13 13:49:27 -04:00
ed 9f8dd48a2e wrap win32 usage in conditionals 2026-03-13 13:29:13 -04:00
ed ca01397885 checkpoint: fixing ux with window frame bar 2026-03-13 13:13:35 -04:00
ed 123bcdcb58 config 2026-03-12 20:58:36 -04:00
ed 63015e9523 set theme back to nord dark 2026-03-12 20:28:19 -04:00
ed 36b3c33dcc update settings 2026-03-12 20:27:08 -04:00
ed 1f8bb58219 more adjustments 2026-03-12 19:08:51 -04:00
ed 00a390ffab finally (still not fully polsihed but not crashing) 2026-03-11 22:44:32 -04:00
ed a471b1e588 checkpoint: before ai yeets it again 2026-03-11 22:27:10 -04:00
ed 4dee0e6f69 checkpoint: I have to fix try/finally spam by this ai 2026-03-11 21:43:19 -04:00
ed 03d81f61be chore(conductor): Add new track 'UI/UX Improvements - Presets and AI Settings' 2026-03-11 19:06:26 -04:00
ed 847096d192 checkpoint done with ux refinement for the night 2026-03-11 00:32:35 -04:00
ed 02abfc410a fix(opencode): Remove step limits, disable auto-compaction, raise temperatures, expand MMA tier commands
- Remove steps limits from all 6 agent files
- Disable auto-compaction (auto: false, prune: false)
- Raise temperatures (tier1: 0.5, tier2: 0.4, tier3: 0.3, tier4: 0.2, general: 0.3, explore: 0.2)
- Add Context Management sections to tier1/tier2
- Add Pre-Delegation Checkpoint to tier2
- Expand all 4 MMA tier commands with full protocol documentation
2026-03-10 13:00:44 -04:00
ed fb3cb1ecca feat(personas): Implement Preferred Model Sets and Linked Tool Preset resolution 2026-03-10 11:25:12 -04:00
ed 7ae99f2bc3 feat(personas): Add persona_id support to Ticket/WorkerContext and ConductorEngine 2026-03-10 11:09:11 -04:00
ed ee19cc1d2a ok 2026-03-10 01:33:49 -04:00
ed dcc13efaf7 chore(conductor): Mark track 'Saved Tool Presets' as complete 2026-03-10 01:23:57 -04:00
ed f83909372d new csharp support track 2026-03-10 00:24:03 -04:00
ed 3e531980d4 feat(mma): Consolidate Agent Streams into MMA Dashboard with popout options 2026-03-09 23:39:02 -04:00
ed 322f42db74 style(ops): Refine Usage Analytics layout with section titles and separators 2026-03-09 23:34:08 -04:00
ed 8a83d22967 feat(ops): Consolidate usage analytics into Operations Hub with popout option 2026-03-09 23:25:06 -04:00
ed 66844e8368 feat(mma): Implement Pop Out Task DAG option in MMA Dashboard 2026-03-09 23:16:02 -04:00
ed 178a694e2a fix(conductor): Resolve FileExistsError and harden Preset Manager modal 2026-03-09 22:59:22 -04:00
ed 95381c258c chore(conductor): Mark track 'Saved System Prompt Presets' as complete 2026-03-09 22:35:52 -04:00
ed 80eaf740da spicyv 2026-03-09 00:27:43 -04:00
ed 28cc901c0a chore(conductor): Add new track 'Saved System Prompt Presets' 2026-03-08 12:35:13 -04:00
ed 7bdba1c9b9 adjustments + new tracks + tasks.md reduction of usage 2026-03-08 03:31:15 -04:00
ed f392aa3ef5 conductor(checkpoint): Checkpoint end of Phase 1 - Symbol Parsing 2026-03-07 14:59:35 -05:00
ed d520d5d6c2 fix: Add debug logging to patch endpoints 2026-03-07 00:45:07 -05:00
ed 5277b11279 chore: update track references and config 2026-03-07 00:06:05 -05:00
ed 6cfe9697e0 fix: Use temperature=1.0 for MiniMax (required range is (0.0, 1.0]) 2026-03-06 23:46:17 -05:00
ed ce53f69ae0 fix: Use correct MiniMax API endpoint (api.minimax.io not api.minimax.chat) 2026-03-06 23:43:41 -05:00
ed 12dba31c1d REGRESSSIOSSSOONNNNSSSS 2026-03-06 21:39:50 -05:00
ed f65e9b40b2 WIP: Regression hell 2026-03-06 21:22:21 -05:00
ed 528f0a04c3 fk 2026-03-06 20:34:12 -05:00
ed 13453a0a14 still fixing regressions 2026-03-06 20:27:03 -05:00
ed 4c92817928 fixing regresssions 2026-03-06 20:12:35 -05:00
ed 0e9f84f026 fixing 2026-03-06 19:54:52 -05:00
ed 661566573c feat(mma): Complete Visual DAG implementation, fix link creation/deletion, and sync docs 2026-03-06 19:13:20 -05:00
ed 2c90020682 WIP next tracks planing 2026-03-06 14:52:10 -05:00
ed 0de50e216b commit 2026-03-06 14:04:50 -05:00
ed 1be6193ee0 chore(tests): Final stabilization of test suite and full isolation of live_gui artifacts 2026-03-04 01:05:56 -05:00
ed febcf3be85 fix(conductor): Apply review suggestions for track 'mma_agent_focus_ux_20260302' 2026-03-02 19:36:36 -05:00
ed be7174ca53 conductor(checkpoint): Checkpoint end of Phase 1 — feature_bleed_cleanup_20260302
Phase 1: Dead Code Removal
- Deleted dead _render_comms_history_panel duplicate (33 lines, stale 'type' key)
- Deleted 4 duplicate __init__ state assignments
- 32 tests passed, gui_2.py import clean
- Comms History panel visually verified by user
2026-03-02 15:34:48 -05:00
ed bdf02de8a6 chore: remove empty test_20260302 track artifact 2026-03-02 12:02:54 -05:00