We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fe0ec commit c1b8564Copy full SHA for c1b8564
1 file changed
src/CodexACPAgent.ts
@@ -46,14 +46,14 @@ export class CodexACPAgent implements acp.Agent {
46
model: null,
47
modelProvider: null,
48
profile: null,
49
- cwd: null,
+ cwd: _params.cwd,
50
approvalPolicy: "never",
51
sandbox: null,
52
config: null,
53
baseInstructions: null,
54
developerInstructions: null,
55
compactPrompt: null,
56
- includeApplyPatchTool: false,
+ includeApplyPatchTool: null,
57
})
58
59
const sessionId = newConversationResponse.conversationId;
0 commit comments