We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da53e41 commit e41830fCopy full SHA for e41830f
1 file changed
apps/server/src/provider/Layers/ClaudeAdapter.ts
@@ -2380,9 +2380,7 @@ function makeClaudeAdapter(options?: ClaudeAdapterLiveOptions) {
2380
const queryOptions: ClaudeQueryOptions = {
2381
...(input.cwd ? { cwd: input.cwd } : {}),
2382
...(input.model ? { model: input.model } : {}),
2383
- ...(providerOptions?.binaryPath
2384
- ? { pathToClaudeCodeExecutable: providerOptions.binaryPath }
2385
- : {}),
+ pathToClaudeCodeExecutable: providerOptions?.binaryPath ?? "claude",
2386
...(effectiveEffort ? { effort: effectiveEffort } : {}),
2387
...(permissionMode ? { permissionMode } : {}),
2388
...(permissionMode === "bypassPermissions"
0 commit comments