summaryrefslogtreecommitdiff
path: root/makima/frontend/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Add repository selection with suggestions to standalone tasks (#17)soryu2026-01-221-1/+13
| | | | | | | | | | | | | | | | | | | | | | | * Add repository selection with suggestions to standalone task creation Enhance the standalone task creation modal with repository selection: - Add Remote/Local repository type selector buttons - Show recent repository suggestions dropdown (fetched via API) - Add repository URL input for remote repositories - Add local path input with DirectoryInput for local repositories - Auto-fill form fields when clicking a suggestion - Wire up handleCreateTask to use standalone repo fields This builds on PR #16's standalone task feature by adding the same repository suggestion capabilities that exist in contract creation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Task completion checkpoint --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* Initial Control systemsoryu2026-01-111-0/+134
|
* Add file body and initial tool call systemsoryu2025-12-231-3/+363
|
* Update makima FE to add initial listening systemsoryu2025-12-231-0/+2840