You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Captured from team discussion. Flagged as a potentially large MVP shortcut. The mechanism (how we drive it) and session/login are open; needs a spike.
Idea
Add a driver that uses Claude Code on the web instead of the Claude Code CLI. We drive the web UI programmatically and let it run the task, rather than running the CLI locally.
Why it's a big shortcut
Claude Code on the web already does the whole Git worktree dance and opens the GitHub PR. We reuse that flow instead of building it (relates to Git worktrees #453).
It runs off the user's machine: roughly 0% local CPU, so AI tasks parallelize essentially without limit.
It is where at least some of us already work day to day.
How to drive it (open)
Chrome extension: the first idea. Simple-ish, but an install plus configuration.
Decision pending; a spike should compare the two on the hard part below.
The one hard part: session / login
Confirm we can drive an authenticated Claude Code web session programmatically (headless or via extension). This is the main unknown and likely decides extension vs headless.
Idea
Add a driver that uses Claude Code on the web instead of the Claude Code CLI. We drive the web UI programmatically and let it run the task, rather than running the CLI locally.
Why it's a big shortcut
How to drive it (open)
The one hard part: session / login
Related