We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a27f7 commit 2ac35daCopy full SHA for 2ac35da
1 file changed
apps/server/src/provider/Layers/ClaudeAdapter.ts
@@ -2873,6 +2873,7 @@ export const makeClaudeAdapter = Effect.fn("makeClaudeAdapter")(function* (
2873
...(input.cwd ? { cwd: input.cwd } : {}),
2874
...(apiModelId ? { model: apiModelId } : {}),
2875
pathToClaudeCodeExecutable: claudeBinaryPath,
2876
+ systemPrompt: { type: "preset", preset: "claude_code" },
2877
settingSources: [...CLAUDE_SETTING_SOURCES],
2878
// The SDK type lags the CLI here: Opus 4.7 accepts `xhigh` even though
2879
// the published `Options["effort"]` union currently stops at `max`.
0 commit comments