(project: Project)
| 261 | }; |
| 262 | |
| 263 | const handleCreateSession = (project: Project) => { |
| 264 | // Just show the dialog for any project |
| 265 | setSelectedProjectForCreate(project); |
| 266 | setShowCreateDialog(true); |
| 267 | }; |
| 268 | |
| 269 | const detectCurrentBranch = async (path: string) => { |
| 270 | if (!path) return; |