summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [WIP] Heartbeat checkpoint - 2026-02-03 18:16:43 UTCmakima/task-task-be1c651d-be1c651dsoryu2026-02-031-0/+953
* Fix downloading too many modelssoryu2026-02-021-3/+21
* Release in makima reposoryu2026-02-0212-3225/+77
* Make makima more opinionated and structuredsoryu2026-02-0235-3765/+297
* Use chatterbox TTSsoryu2026-02-017-54/+37
* Merge pull request #55 from soryu-co/makima/contract-management-phase3soryu2026-02-019-27/+2136
|\
| * feat: Implement Phase 3.5 - Supervisor Status APImakima/contract-management-phase3soryu2026-02-014-0/+557
| |\
| | * Task completion checkpointsoryu2026-02-010-0/+0
| | * 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-016-25/+1057
| * | feat: Implement Phase 3 Tasks 3.1 and 3.2 - SupervisorState enum and Heartbea...soryu2026-02-015-3/+523
| |/
* / fix(supervisor): ensure all implementation phases are executed before PR (#53)soryu2026-02-011-0/+76
|/
* Merge pull request #52 from soryu-co/makima/contract-management-improvementssoryu2026-01-3110-29/+3060
|\
| * feat: Add contract management system improvements (Phase 1)makima/contract-management-improvementssoryu2026-01-3110-29/+3060
|/
* 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-3116-45/+131
* Fix Qwen3-TTS tensor paths to match HuggingFace model structuresoryu2026-01-302-41/+36
* Download vocab.json and merges.txt in container imagesoryu2026-01-302-7/+5
* Fix download for hf TTS modelsoryu2026-01-302-3/+5
* Support both tokenizor.json and vocab.json+merges.txt formatssoryu2026-01-303-4/+34
* 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-294-3/+16
* Fix contract type selectionsoryu2026-01-2912-173/+1367
* Fix worktree cleanup to not run for shared worktreessoryu2026-01-2910-9/+68
* fix: Remove mistaken red team UI from VN frontend (#47)soryu2026-01-296-1103/+23
* 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-292-0/+37
* feat: Add TTS inference cancellation and voice loading (#43)soryu2026-01-280-0/+0
* 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-2810-12/+478
* Fix frontend build due to incorrect typessoryu2026-01-282-2/+2
* Add Qwen3-TTS streaming endpoint for voice synthesis (#40)soryu2026-01-2830-273/+7602
* Add Red Team CLI command and frontend UI (#39)soryu2026-01-2711-25/+1238
* 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-2717-14/+1813
* Use phase deliverables configured in contract typessoryu2026-01-264-86/+129