summaryrefslogtreecommitdiff
path: root/makima
Commit message (Expand)AuthorAgeFilesLines
* Improve chain DAG editor UXsoryu2026-02-042-9/+114
* Add interactive DAG editor for chain definitionssoryu2026-02-041-11/+408
* Remove chain supervisor capabilitysoryu2026-02-048-367/+18
* Fix buildsoryu2026-02-041-1/+2
* Fix default chain statussoryu2026-02-041-0/+12
* Add chain checkpoint contractssoryu2026-02-0412-51/+1088
* Allow chain creation via web interfacesoryu2026-02-038-105/+1886
* Add 'Discuss Contract' feature to listen page (#57)soryu2026-02-0312-3/+2167
* Fix: FE type errorsoryu2026-02-033-9/+8
* Reorganize makima navbarsoryu2026-02-033-114/+97
* Add makima chain mechanismsoryu2026-02-0326-12/+4627
* Fix downloading too many modelssoryu2026-02-021-3/+21
* Release in makima reposoryu2026-02-0210-2545/+11
* Make makima more opinionated and structuredsoryu2026-02-0234-3017/+297
* Use chatterbox TTSsoryu2026-02-016-52/+35
* 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
| |\
| | * 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
|/
* 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-3114-45/+127
* Fix Qwen3-TTS tensor paths to match HuggingFace model structuresoryu2026-01-302-41/+36
* Download vocab.json and merges.txt in container imagesoryu2026-01-301-2/+5
* 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