mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
- Added GitOptionsSection and ToggleRow components to agent-form-dropdowns.tsx - Added useDaemonRequest hook for git_repo_info_request in new.tsx - Added git-related state: baseBranch, createNewBranch, branchName, createWorktree, worktreeSlug - Added git validation logic: isNonGitDirectory, gitBlockingError, validateWorktreeName - Updated handleCreateFromInput to include git options in createAgent call - Git section only shows when working directory is set - Auto-populates base branch from current branch - Shows dirty directory warning - Validates branch/worktree names 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>