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 466cc8f commit a2aa5baCopy full SHA for a2aa5ba
1 file changed
src/__tests__/CodexACPAgent/session-delete.test.ts
@@ -129,6 +129,7 @@ async function createSession(): Promise<{
129
currentModelId: "model-id[medium]",
130
models: [model],
131
currentServiceTier: null,
132
+ additionalDirectories: [],
133
});
134
135
await codexAcpAgent.newSession({cwd: "/test/cwd", mcpServers: []});
0 commit comments