Skip to content

Commit c1b8564

Browse files
set project directory
1 parent 34fe0ec commit c1b8564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CodexACPAgent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ export class CodexACPAgent implements acp.Agent {
4646
model: null,
4747
modelProvider: null,
4848
profile: null,
49-
cwd: null,
49+
cwd: _params.cwd,
5050
approvalPolicy: "never",
5151
sandbox: null,
5252
config: null,
5353
baseInstructions: null,
5454
developerInstructions: null,
5555
compactPrompt: null,
56-
includeApplyPatchTool: false,
56+
includeApplyPatchTool: null,
5757
})
5858

5959
const sessionId = newConversationResponse.conversationId;

0 commit comments

Comments
 (0)