Skip to content

Commit 300286b

Browse files
committed
Merge branch 'dev'
2 parents e592eeb + 6a9b388 commit 300286b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/api/src/app/strategies/claude-code.strategy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ export class ClaudeCodeStrategy implements AgentStrategy {
275275

276276
const useStreamJson = !!callbacks;
277277
const args = [
278-
'IS_SANDBOX=1',
279278
...(this._hasSession ? ['--continue'] : []),
280279
'-p',
281280
prompt,

0 commit comments

Comments
 (0)