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 46cf696 commit b474833Copy full SHA for b474833
1 file changed
extensions/codex/src/app-server/dynamic-tool-build.test.ts
@@ -280,6 +280,7 @@ describe("Codex app-server dynamic tool build", () => {
280
const workspaceDir = path.join(tempDir, "workspace");
281
const params = createParams(path.join(tempDir, "session.jsonl"), workspaceDir);
282
params.disableTools = false;
283
+ params.runtimePlan = createCodexRuntimePlanFixture();
284
params.clientCaps = ["tool-events", "inline-widgets"];
285
let receivedClientCaps: string[] | undefined;
286
setOpenClawCodingToolsFactoryForTests((options) => {
0 commit comments