summaryrefslogtreecommitdiff
path: root/makima/frontend/src/routes
Commit message (Expand)AuthorAgeFilesLines
* Add 'Discuss Contract' feature to listen page (#57)soryu2026-02-031-1/+37
* Fix: FE type errorsoryu2026-02-031-1/+1
* Add makima chain mechanismsoryu2026-02-031-0/+283
* Make makima more opinionated and structuredsoryu2026-02-022-446/+0
* Fix new contract dialog not fitting on screen (#48)soryu2026-01-291-2/+2
* Fix contract type selectionsoryu2026-01-292-102/+192
* feat: Add Red Team UI to makima/frontend contract creation (#45)soryu2026-01-291-0/+59
* Fix starting phase dropdown to show correct phase names from templates (#42)soryu2026-01-281-6/+13
* Add Qwen3-TTS streaming endpoint for voice synthesis (#40)soryu2026-01-282-0/+160
* Add local-only mode for contracts with patch export support (#34)soryu2026-01-261-0/+44
* Add dynamic contract type templates with user customization (#33)soryu2026-01-261-5/+47
* Update supervisor tasks page when supervisor spawns a new tasksoryu2026-01-261-2/+12
* Update create contract page to use dynamic templates (#29)soryu2026-01-251-39/+82
* Move files tab and file pages to be accessible via contracts (#28)soryu2026-01-251-0/+659
* Fix CSS on templates pagesoryu2026-01-251-3/+3
* Move files tab and file pages to be accessible via contracts (#27)soryu2026-01-251-2/+4
* feat: Simplify contract deliverables and add Templates UIsoryu2026-01-241-0/+268
* Fix completion actions: default to PR and support remote repos (#21)soryu2026-01-221-1/+9
* Fixup: fix frontend buildsoryu2026-01-221-28/+0
* Add daemon restart feature from settings (#18)soryu2026-01-221-11/+68
* Add repository selection with suggestions to standalone tasks (#17)soryu2026-01-221-12/+167
* Add standalone task creation from mesh page (#16)soryu2026-01-211-101/+147
* Add task branching feature (#15)soryu2026-01-211-1/+21
* Add non-blocking persistent contract completion questions (#14)soryu2026-01-201-20/+43
* Fix TypeScript build error: remove unused useMemo importsoryu2026-01-201-1/+1
* Add right-click context menu for contracts on contracts and board pages (#8)soryu2026-01-192-3/+97
* Remove 'task' type contractsoryu2026-01-191-20/+2
* Improve Mesh Tab: Organize by contract with status filter (#5)soryu2026-01-181-1/+24
* Update continue task system and daemon IDssoryu2026-01-171-6/+19
* Fixup: use default api.makima.jp URL and fix default branch detectionsoryu2026-01-162-1/+326
* Fixup: add task contract type to frontendv0.1.0soryu2026-01-161-2/+20
* Fixup: Add cleanup and isolation features to makimasoryu2026-01-152-1/+78
* Add repository history feature to store and suggest previously used repositor...soryu2026-01-151-0/+119
* Automatically derive repo URL and add notifications for inputsoryu2026-01-151-4/+5
* feat(listen): add transcript analysis UI panelsoryu2026-01-151-0/+41
* Contract type systemsoryu2026-01-151-10/+62
* Contract systemsoryu2026-01-157-36/+1418
* Disable buttons if logged outsoryu2026-01-112-0/+65
* Initial Control systemsoryu2026-01-115-9/+1861
* Add versioning to filessoryu2025-12-241-36/+171
* Update overwrite mechanism to show diffsoryu2025-12-241-0/+8
* Revert "Update overwrite mechanism to only require one prompt"soryu2025-12-241-24/+4
* Revert "Fixup: Update overwrite mechanism"soryu2025-12-241-12/+4
* Fixup: Update overwrite mechanismsoryu2025-12-241-4/+12
* Update overwrite mechanism to only require one promptsoryu2025-12-241-4/+24
* Add overwrite mechanism for conflicting writes of filessoryu2025-12-241-3/+7
* Add conflict notification and file update WS endpointsoryu2025-12-231-10/+123
* Add editable file sections and a drag&drop featuresoryu2025-12-231-2/+63
* Add file body and initial tool call systemsoryu2025-12-231-10/+31
* Add Postgres for persistence and File cabinetsoryu2025-12-232-3/+100