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
* feat(web): expose worktree toggle and restructure new-session wizard
Adds a "Create a worktree" toggle to the web dashboard's new-session
wizard so users can opt out of worktree creation (the backend already
supported worktree_branch=null but the frontend always sent a value).
Also restructures the wizard from 3 steps (Project, Settings, Review)
into 4 linear steps (Project, Session, Agent, Review). Title and the
worktree toggle/branch name now live on a dedicated Session step
instead of being buried under Advanced settings on the Settings step.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* feat(web): move Group field to Session step
Group is session metadata (organization/naming), not agent runtime
config. Co-locating it with Title on the Session step keeps the Agent
step focused on tool/sandbox/yolo plus advanced runtime settings, and
gives the Session step more substance so it doesn't feel like a
speed-bump for users who skip the worktree toggle.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: njbrake <nathan@mozilla.ai>
<pclassName="text-xs text-text-dim mt-1">Git branch and worktree name. Clearing it switches back to the session title. Leave both title and branch empty to auto-generate.</p>
233
-
</div>
234
-
235
213
{/* Container config (if sandbox enabled) */}
236
214
{data.sandboxEnabled&&(
237
215
<>
@@ -309,18 +287,6 @@ export function AgentStep({ data, onChange, agents, profiles, dockerAvailable, o
0 commit comments