summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-05-02 22:10:48 -1000
committerGitHub <noreply@github.com>2026-05-02 22:10:48 -1000
commitb32bfe1bc6bcbc45d7d1549d6ae6412bc3e4424f (patch)
tree4dc822097b7f32a37ad655a550da1abada79ce85 /web
parent1ec3f87c392145580a62858110d9fd10638203db (diff)
parente7b382bf177cbe518af3d86c3ee6c49344d225f4 (diff)
Merge pull request #3 from thepeterstone/claude/deferred-work
Close deferred work — real GeminiRunner subprocess, Local UI option
Diffstat (limited to 'web')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 1746baf..7c0b030 100644
--- a/web/index.html
+++ b/web/index.html
@@ -16,6 +16,7 @@
<option value="auto">Auto</option>
<option value="claude">Claude</option>
<option value="gemini">Gemini</option>
+ <option value="local">Local</option>
</select>
<button id="btn-start-next" class="btn-secondary">Start Next</button>
<button id="btn-new-task" class="btn-primary">New Task</button>