summaryrefslogtreecommitdiff
path: root/makima
Commit message (Expand)AuthorAgeFilesLines
* [WIP] Heartbeat checkpoint - 2026-01-31 22:51:47 UTCmakima/task-task-21748e1d-21748e1dsoryu2026-01-313-4/+240
* [WIP] Heartbeat checkpoint - 2026-01-31 22:48:28 UTCsoryu2026-01-312-0/+333
* [WIP] Heartbeat checkpoint - 2026-01-31 22:47:42 UTCsoryu2026-01-312-2/+13
* [WIP] Heartbeat checkpoint - 2026-01-31 22:46:47 UTCsoryu2026-01-311-0/+273
* Fix download for hf TTS modelsoryu2026-01-301-1/+3
* Support both tokenizor.json and vocab.json+merges.txt formatssoryu2026-01-301-4/+28
* Rename to command mode and update worktree to show committed changessoryu2026-01-294-38/+123
* Add autodetection of master for PR creationsoryu2026-01-294-10/+33
* Fix Red Team UI visibility by adding red_team_enabled to ContractSummarysoryu2026-01-293-2/+9
* Fetch from origin before creating worktrees for local repos (#49)soryu2026-01-291-5/+32
* Fix new contract dialog not fitting on screen (#48)soryu2026-01-291-2/+2
* Fix phase config in DBsoryu2026-01-291-8/+10
* Ensure tokenizor exists for TTS modelsoryu2026-01-291-1/+5
* Allow null phase configs for legacy contractssoryu2026-01-291-1/+1
* Fix model loading for TTS / speaksoryu2026-01-293-2/+15
* Fix contract type selectionsoryu2026-01-2912-173/+1367
* 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