summaryrefslogtreecommitdiff
path: root/makima/src/server/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix contract type selectionsoryu2026-01-291-1/+10
* Add Qwen3-TTS streaming endpoint for voice synthesis (#40)soryu2026-01-281-1/+2
* Fix worktree info and patches endpointsoryu2026-01-271-0/+1
* Default to shared worktree and add worktree endpointsoryu2026-01-271-0/+1
* Add Red Team adversarial review system for contract monitoring (#35)soryu2026-01-271-1/+4
* Add completion phasessoryu2026-01-261-3/+1
* Update create contract page to use dynamic templates (#29)soryu2026-01-251-0/+2
* Add resume to daemon taskssoryu2026-01-231-0/+61
* Add patch checkpointingsoryu2026-01-231-0/+43
* Add daemon restart feature from settings (#18)soryu2026-01-221-0/+1
* Add task branching feature (#15)soryu2026-01-211-3/+58
* Remove 'task' type contractsoryu2026-01-191-2/+0
* Fixup: use default api.makima.jp URL and fix default branch detectionsoryu2026-01-161-1/+7
* Add Task Contract Type for one-off adhoc tasks (#2)soryu2026-01-161-0/+2
* Add resume and history system for makima (#1)soryu2026-01-151-0/+8
* Add repository history feature to store and suggest previously used repositor...soryu2026-01-151-1/+14
* Automatically derive repo URL and add notifications for inputsoryu2026-01-151-0/+6
* feat(listen): add transcript analysis API endpointssoryu2026-01-151-1/+5
* Contract systemsoryu2026-01-151-1/+117
* Initial Control systemsoryu2026-01-111-1/+58
* Add versioning to filessoryu2025-12-241-1/+5
* Add conflict notification and file update WS endpointsoryu2025-12-231-1/+2
* Add file body and initial tool call systemsoryu2025-12-231-2/+3
* Add Postgres for persistence and File cabinetsoryu2025-12-231-1/+8
* Create container image and move parakeet fork to vendor dirsoryu2025-12-231-1/+22
* Remove TTS endpoint using chatterboxsoryu2025-12-231-3/+2
* Implement makima listen websockets serversoryu2025-12-231-0/+88