We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f722d1 commit a8a9edeCopy full SHA for a8a9ede
1 file changed
src/exec.ts
@@ -47,6 +47,7 @@ async function runClaudeCommand(prompt: string, cwd: string): Promise<string> {
47
cwd,
48
permissionMode: 'bypassPermissions',
49
allowDangerouslySkipPermissions: true,
50
+ settingSources: ['project', 'user'],
51
env: {
52
...process.env,
53
CLAUDE_CODE_OAUTH_TOKEN: oauthToken,
0 commit comments