diff options
| author | soryu <soryu@soryu.co> | 2026-01-22 00:00:58 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-22 00:00:58 +0000 |
| commit | 36fb0b8e169e7209731eb199e74a61cb48474ddd (patch) | |
| tree | e99b13d0fee092d93e647e418b17b8bb2991468b /apps | |
| parent | 9e286c146e29e714b3b209b4d948d75cce179b05 (diff) | |
| download | soryu-makima/standalone-task-repo-selection.tar.gz soryu-makima/standalone-task-repo-selection.zip | |
Add repository selection to standalone task creation in mesh.tsxmakima/standalone-task-repo-selection
- Add 'Standalone Task' option in step 1 of task creation modal
- Support creating tasks without requiring a contract first
- Add repository type selector (Remote/Local) for standalone tasks
- Integrate with getRepositorySuggestions API for repository history
- Add DirectoryInput for local path selection with daemon directories
- Include optional target repository path configuration
New state variables:
- isStandalone: boolean for standalone mode
- standaloneRepoType: 'remote' | 'local'
- standaloneRepoUrl: string for remote URLs
- standaloneRepoPath: string for local paths
- repoSuggestions: RepositoryHistoryEntry[] for suggestions
- showRepoSuggestions: boolean for dropdown visibility
Modified handleCreateTask to pass contractId: undefined for standalone
tasks and use the standalone repository configuration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions
