summaryrefslogtreecommitdiff
path: root/makima
Commit message (Expand)AuthorAgeFilesLines
* Fix worktree cleanup to not run for shared worktreessoryu2026-01-2910-9/+68
* fix: Use correct hf command for Qwen3-TTS download (#46)soryu2026-01-291-2/+2
* feat: Add Red Team UI to makima/frontend contract creation (#45)soryu2026-01-293-0/+74
* Fix makima supervisor pr CLI commandsoryu2026-01-297-61/+49
* fix: Add Qwen3-TTS model download to Docker build (#44)soryu2026-01-291-0/+35
* Fix starting phase dropdown to show correct phase names from templates (#42)soryu2026-01-282-6/+15
* Replace TTS endpoint with Rust-native Qwen3-TTS (#41)soryu2026-01-289-12/+373
* Fix frontend build due to incorrect typessoryu2026-01-282-2/+2
* Add Qwen3-TTS streaming endpoint for voice synthesis (#40)soryu2026-01-2822-264/+3868
* Add Red Team CLI command and frontend UI (#39)soryu2026-01-275-2/+135
* Add patch merging and fix task healthcheck failing due to worktreessoryu2026-01-274-36/+530
* Fix history page contracts dropdown overflow (#38)soryu2026-01-271-12/+69
* Fix worktree info and patches endpointsoryu2026-01-274-17/+321
* Fixup: Build fixsoryu2026-01-271-0/+1
* Default to shared worktree and add worktree endpointsoryu2026-01-2712-3/+433
* Fix supervisor merge and PR commands (#36)soryu2026-01-274-170/+272
* Add Red Team adversarial review system for contract monitoring (#35)soryu2026-01-2716-14/+1065
* Use phase deliverables configured in contract typessoryu2026-01-264-86/+129
* Remove unecessary migrationsoryu2026-01-261-7/+0
* Terminate all processes on makima CLI SIGTERMsoryu2026-01-262-45/+62
* Add local-only mode for contracts with patch export support (#34)soryu2026-01-2625-19/+1587
* Make merges synchronoussoryu2026-01-263-12/+86
* Add completion phasessoryu2026-01-2619-1957/+743
* Add dynamic contract type templates with user customization (#33)soryu2026-01-264-43/+62
* Update supervisor tasks page when supervisor spawns a new tasksoryu2026-01-263-4/+34
* Fix branching to restore from checkpointsoryu2026-01-262-18/+97
* Add automatic phase transitions and fix PR creationsoryu2026-01-254-101/+304
* Update create contract page to use dynamic templates (#29)soryu2026-01-255-39/+323
* Move files tab and file pages to be accessible via contracts (#28)soryu2026-01-253-1/+669
* Fix CSS on templates pagesoryu2026-01-251-3/+3
* Fix CSS on tempaltes pagesoryu2026-01-251-1/+1
* Move files tab and file pages to be accessible via contracts (#27)soryu2026-01-253-9/+33
* feat: Simplify contract deliverables and add Templates UIsoryu2026-01-2411-107/+1386
* Fix history and add retries to makima CLIsoryu2026-01-242-59/+240
* Increase concurrency limitsoryu2026-01-242-2/+2
* Clean up questions after removing tasks or contractssoryu2026-01-243-0/+70
* Fix pushing heartbeat commitssoryu2026-01-241-1/+2
* Reclone if can't find repositorysoryu2026-01-241-21/+43
* Add resume to daemon taskssoryu2026-01-238-12/+583
* feat: Add client-side polling for CLI wait command (#23)soryu2026-01-232-5/+60
* Add patch checkpointingsoryu2026-01-2320-16/+1073
* Fix completion actions: default to PR and support remote repos (#21)soryu2026-01-2210-80/+209
* Fixup: fix frontend buildsoryu2026-01-222-30/+0
* Change daemon limit mechanismsoryu2026-01-224-22/+112
* Hide subtaskssoryu2026-01-221-13/+0
* Fix daemon disconnects not being continuablesoryu2026-01-221-6/+20
* Fix board drag-and-drop phase change not working (#20)soryu2026-01-221-2/+5
* Add dependency checking on daemon startup (#19)soryu2026-01-224-0/+381
* Add daemon restart feature from settings (#18)soryu2026-01-227-11/+216
* Add pausing taskssoryu2026-01-222-8/+257