Merge pull request #1884 from ssimeonov/fix/sdk-binary-resolution

fix(container): v2 -- point SDK to pnpm-installed Claude Code binary
This commit is contained in:
gavrielc
2026-04-22 09:55:24 +03:00
committed by GitHub
@@ -271,6 +271,7 @@ export class ClaudeProvider implements AgentProvider {
cwd: input.cwd,
additionalDirectories: this.additionalDirectories,
resume: input.continuation,
pathToClaudeCodeExecutable: '/pnpm/claude',
systemPrompt: instructions ? { type: 'preset' as const, preset: 'claude_code' as const, append: instructions } : undefined,
allowedTools: TOOL_ALLOWLIST,
disallowedTools: SDK_DISALLOWED_TOOLS,