Commit Graph

1220 Commits

Author SHA1 Message Date
Ed_
130001c0ba feat(diff): Add diff parser for unified diff format
- Create src/diff_viewer.py with parse_diff function
- Parse unified diff into DiffFile and DiffHunk dataclasses
- Extract file paths, hunk headers, and line changes
- Add unit tests for diff parser
2026-03-07 00:12:06 -05:00
Ed_
da58f46e89 conductor(plan): Mark Phase 1 tasks complete 2026-03-07 00:11:17 -05:00
Ed_
c8e8cb3bf3 feat(tier4): Add patch generation for auto-patching
- Add TIER4_PATCH_PROMPT to mma_prompts.py with unified diff format
- Add run_tier4_patch_generation function to ai_client.py
- Import mma_prompts in ai_client.py
- Add unit tests for patch generation
2026-03-07 00:10:35 -05:00
Ed_
5277b11279 chore: update track references and config 2026-03-07 00:06:05 -05:00
Ed_
bc606a8a8d fix: Add minimax to tool call execution handler 2026-03-06 23:51:17 -05:00
Ed_
a47ea47839 temp: disable tools for minimax to debug API issues 2026-03-06 23:48:41 -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_
af4b716a74 fix: Use absolute path for credentials.toml 2026-03-06 23:42:01 -05:00
Ed_
ae5e7dedae fix(deps): Add openai package for MiniMax provider support 2026-03-06 23:39:14 -05:00
Ed_
120a843f33 conductor(plan): Mark all minimax tasks complete with b79c1fc 2026-03-06 23:37:52 -05:00
Ed_
a07b7e4f34 conductor(plan): Mark minimax_provider_20260306 tasks complete 2026-03-06 23:37:37 -05:00
Ed_
b79c1fce3c feat(provider): Add MiniMax AI provider integration
- Add minimax to PROVIDERS lists in gui_2.py and app_controller.py
- Add minimax credentials template in ai_client.py
- Implement _list_minimax_models, _classify_minimax_error, _ensure_minimax_client
- Implement _send_minimax with streaming and reasoning support
- Add minimax to send(), list_models(), reset_session(), get_history_bleed_stats()
- Add unit tests in tests/test_minimax_provider.py
2026-03-06 23:36:30 -05:00
Ed_
f25e6e0b34 OK 2026-03-06 23:21:23 -05:00
Ed_
4921a6715c OK. 2026-03-06 23:07:08 -05:00
Ed_
cb57cc4a02 STILL FIXING 2026-03-06 22:03:59 -05:00
Ed_
12dba31c1d REGRESSSIOSSSOONNNNSSSS 2026-03-06 21:39:50 -05:00
Ed_
b88fdfde03 still in regression hell 2026-03-06 21:28:39 -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_
36a1bd4257 missing parse history entries 2026-03-06 19:25:33 -05:00
Ed_
f439b5c525 wip fixing regressions, removing hardcoded paths 2026-03-06 19:24:08 -05:00
Ed_
cb1440d61c add minimax provider side-track 2026-03-06 19:22:28 -05:00
Ed_
bfe9fb03be feat(conductor): Add MiniMax Provider Integration track 2026-03-06 19:14:58 -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_
1c977d25d5 fix: Add missing _render_comms_history_panel method to gui_2.py 2026-03-06 19:04:09 -05:00
Ed_
df26e73314 fix: Add missing parse_history_entries function to models.py 2026-03-06 18:55:36 -05:00
Ed_
b99900932f fix: Remove reference to non-existent models.DISC_ROLES 2026-03-06 18:53:26 -05:00
Ed_
d54cc3417a conductor(tracks): Mark Visual DAG track as complete 2026-03-06 18:49:03 -05:00
Ed_
42aa77855a conductor(checkpoint): Visual DAG track complete - Phases 1-5 done 2026-03-06 18:48:40 -05:00
Ed_
e1f8045e27 conductor(plan): Mark Visual DAG phases 1-4 complete 2026-03-06 17:38:28 -05:00
Ed_
4c8915909d chore: Clean up temp files 2026-03-06 17:38:16 -05:00
Ed_
78e47a13f9 feat(gui): Add link deletion and DAG cycle validation to Visual DAG 2026-03-06 17:38:08 -05:00
Ed_
f1605682fc conductor(plan): Update Visual DAG track progress - Phases 1-4.1, 5.1 complete 2026-03-06 17:36:07 -05:00
Ed_
5956b4b9de feat(gui): Implement Visual DAG with imgui_node_editor
- Add node editor context and config in App.__init__
- Replace tree-based DAG with imgui_node_editor visualization
- Add selection detection for interactive ticket editing
- Add edit panel for selected ticket (view status, target, deps, mark complete, delete)
- Add ui_selected_ticket_id state variable
2026-03-06 17:35:41 -05:00
Ed_
2e44d0ea2e docs(conductor): Synchronize docs for track 'Deep AST-Driven Context Pruning' 2026-03-06 17:06:34 -05:00
Ed_
af4a227d67 feat(mma): Implement Deep AST-Driven Context Pruning and mark track complete 2026-03-06 17:05:48 -05:00
Ed_
d7dc3f6c49 docs(conductor): Synchronize docs for track 'True Parallel Worker Execution' 2026-03-06 16:56:31 -05:00
Ed_
7da2946eff feat(mma): Implement worker pool and configurable concurrency for DAG engine and mark track 'True Parallel Worker Execution' as complete 2026-03-06 16:55:45 -05:00
Ed_
616675d7ea docs(conductor): Synchronize docs for track 'Conductor Path Configuration' 2026-03-06 16:44:38 -05:00
Ed_
f580165c5b feat(conductor): Implement configurable paths and mark track 'Conductor Path Configuration' as complete 2026-03-06 16:43:11 -05:00
Ed_
1294104f7f hopefully done refining 2026-03-06 16:14:31 -05:00
Ed_
88e27ae414 ok 2026-03-06 16:06:54 -05:00
Ed_
bf24164b1f sigh 2026-03-06 15:57:39 -05:00
Ed_
49ae811be9 more refinements 2026-03-06 15:47:18 -05:00
Ed_
fca40fd8da refinement of upcoming tracks 2026-03-06 15:41:33 -05:00
Ed_
3ce6a2ec8a nice 2026-03-06 15:05:36 -05:00