diff options
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 7afeb76..8bfa6bb 100644 --- a/web/index.html +++ b/web/index.html @@ -56,6 +56,14 @@ <p class="elaborate-hint">Claude will fill in the form fields below. You can edit before submitting.</p> </div> <hr class="form-divider"> + <label>Project + <select name="working_dir" id="project-select"> + <option value="/workspace/claudomator" selected>/workspace/claudomator</option> + </select> + </label> + <div id="new-project-row" hidden> + <label>New project path <input id="new-project-input" placeholder="/workspace/my-project"></label> + </div> <label>Name <input name="name" required></label> <label>Instructions <textarea name="instructions" rows="6" required></textarea></label> <div class="validate-section"> @@ -64,7 +72,6 @@ </button> <div id="validate-result" hidden></div> </div> - <label>Working Directory <input name="working_dir" placeholder="/path/to/repo"></label> <label>Model <input name="model" value="sonnet"></label> <label>Max Budget (USD) <input name="max_budget_usd" type="number" step="0.01" value="1.00"></label> <label>Timeout <input name="timeout" value="15m"></label> |
