summaryrefslogtreecommitdiff
path: root/makima/src
Commit message (Expand)AuthorAgeFilesLines
* Release in makima reposoryu2026-02-029-2539/+11
* Make makima more opinionated and structuredsoryu2026-02-0222-2100/+262
* Use chatterbox TTSsoryu2026-02-015-17/+16
* Merge pull request #55 from soryu-co/makima/contract-management-phase3soryu2026-02-017-27/+2044
|\
| * feat: Implement Phase 3.5 - Supervisor Status APImakima/contract-management-phase3soryu2026-02-014-0/+557
| |\
| | * feat: Add Supervisor Status API endpoints (Phase 3 Task 3.5)soryu2026-02-014-0/+557
| * | feat: Implement Phase 3 Tasks 3.3 and 3.4 - Supervisor State Persistence and ...soryu2026-02-015-25/+1001
| * | feat: Implement Phase 3 Tasks 3.1 and 3.2 - SupervisorState enum and Heartbea...soryu2026-02-014-3/+487
| |/
* / fix(supervisor): ensure all implementation phases are executed before PR (#53)soryu2026-02-011-0/+76
|/
* feat: Add contract management system improvements (Phase 1)makima/contract-management-improvementssoryu2026-01-318-29/+497
* Fix null handling for deliverables in create_template_for_owner (#51)soryu2026-01-311-1/+4
* Add auto_merge_local option for local-only contracts (#50)soryu2026-01-3113-45/+119
* Fix Qwen3-TTS tensor paths to match HuggingFace model structuresoryu2026-01-302-41/+36
* 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-291-12/+78
* 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 phase config in DBsoryu2026-01-291-8/+10
* 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-297-56/+1020
* Fix worktree cleanup to not run for shared worktreessoryu2026-01-299-9/+61
* Fix makima supervisor pr CLI commandsoryu2026-01-297-61/+49
* Replace TTS endpoint with Rust-native Qwen3-TTS (#41)soryu2026-01-289-12/+373
* Add Qwen3-TTS streaming endpoint for voice synthesis (#40)soryu2026-01-2814-257/+3328
* 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 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-2713-14/+1022
* Terminate all processes on makima CLI SIGTERMsoryu2026-01-262-45/+62
* Add local-only mode for contracts with patch export support (#34)soryu2026-01-2614-14/+657
* Make merges synchronoussoryu2026-01-263-12/+86
* Add completion phasessoryu2026-01-2618-1957/+735
* Add dynamic contract type templates with user customization (#33)soryu2026-01-261-0/+13
* Update supervisor tasks page when supervisor spawns a new tasksoryu2026-01-261-1/+21
* 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-253-0/+168
* feat: Simplify contract deliverables and add Templates UIsoryu2026-01-246-107/+771
* Fix history and add retries to makima CLIsoryu2026-01-241-59/+228
* 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