Skip to content

Commit a8a9ede

Browse files
committed
fix: allow running commands
1 parent 6f722d1 commit a8a9ede

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/exec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ async function runClaudeCommand(prompt: string, cwd: string): Promise<string> {
4747
cwd,
4848
permissionMode: 'bypassPermissions',
4949
allowDangerouslySkipPermissions: true,
50+
settingSources: ['project', 'user'],
5051
env: {
5152
...process.env,
5253
CLAUDE_CODE_OAUTH_TOKEN: oauthToken,

0 commit comments

Comments
 (0)