-
-
setDirectory(e.target.value)}
- disabled={isFormDisabled}
- className="w-full rounded-md border border-[var(--app-border)] bg-[var(--app-bg)] p-2 text-sm focus:outline-none focus:ring-2 focus:ring-[var(--app-link)] disabled:opacity-50"
- />
+ {/* Directory Input */}
+
+
+
setDirectory(e.target.value)}
+ disabled={isFormDisabled}
+ className="w-full rounded-md border border-[var(--app-border)] bg-[var(--app-bg)] p-2 text-sm focus:outline-none focus:ring-2 focus:ring-[var(--app-link)] disabled:opacity-50"
+ />
- {/* Recent Paths */}
- {recentPaths.length > 0 && (
-
-
Recent:
-
- {recentPaths.map((path) => (
-
- ))}
-
-
- )}
-
-
- {/* Agent Selector */}
-
-
-
- {(['claude', 'codex', 'gemini'] as const).map((agentType) => (
-
- ))}
-
-
-
- {/* Error Message */}
- {(error ?? spawnError) ? (
-
- {error ?? spawnError}
-
- ) : null}
-
- {/* Action Buttons */}
-
-
-
+ {/* Recent Paths */}
+ {recentPaths.length > 0 && (
+
+
Recent:
+
+ {recentPaths.map((path) => (
+
+ ))}
-
-
+ )}
+
+
+ {/* Agent Selector */}
+
+
+
+ {(['claude', 'codex', 'gemini'] as const).map((agentType) => (
+
+ ))}
+
+
+
+ {/* Error Message */}
+ {(error ?? spawnError) ? (
+
+ {error ?? spawnError}
+
+ ) : null}
+
+ {/* Action Buttons */}
+
+
+
+