Skip to content

Commit b86435f

Browse files
fix: forward-port Tideclaw alpha release fixes
Forward-port Tideclaw alpha stabilization fixes from the 2026-05-19 nightly release branch.
1 parent 6fcfeed commit b86435f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
86a7102dd571ca4c14f45c890392a95a51244e9bfba108986d87ca37bfb0b3c4 plugin-sdk-api-baseline.json
2-
810d6807ff58ae79178dd0fadc84c10ce04813bbff738cc2fdaf12d1c2acef16 plugin-sdk-api-baseline.jsonl
1+
c3d3f4331b8e49a5f54aa4e322a0b03ab057715ed4f50b2b3e20fbbcbaf332db plugin-sdk-api-baseline.json
2+
7b925ff856294bc8afc54aea9bf12a038d73821b4df297c60908032e1a4d85d9 plugin-sdk-api-baseline.jsonl

extensions/codex/src/app-server/run-attempt.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ describe("runCodexAppServerAttempt", () => {
722722
const workspaceDir = path.join(tempDir, "workspace");
723723
const params = createParams(sessionFile, workspaceDir);
724724
params.disableTools = false;
725+
params.runtimePlan = createCodexRuntimePlanFixture();
725726
const sandboxSessionKey = params.sessionKey;
726727
if (!sandboxSessionKey) {
727728
throw new Error("createParams must provide a sessionKey for Codex dynamic tool tests.");
@@ -758,6 +759,7 @@ describe("runCodexAppServerAttempt", () => {
758759
const workspaceDir = path.join(tempDir, "workspace");
759760
const params = createParams(sessionFile, workspaceDir);
760761
params.disableTools = false;
762+
params.runtimePlan = createCodexRuntimePlanFixture();
761763
const sandboxSessionKey = params.sessionKey;
762764
if (!sandboxSessionKey) {
763765
throw new Error("createParams must provide a sessionKey for Codex dynamic tool tests.");
@@ -856,6 +858,7 @@ describe("runCodexAppServerAttempt", () => {
856858
const workspaceDir = path.join(tempDir, "workspace");
857859
const params = createParams(sessionFile, workspaceDir);
858860
params.disableTools = false;
861+
params.runtimePlan = createCodexRuntimePlanFixture();
859862
const sandboxSessionKey = params.sessionKey;
860863
if (!sandboxSessionKey) {
861864
throw new Error("createParams must provide a sessionKey for Codex dynamic tool tests.");
@@ -886,6 +889,7 @@ describe("runCodexAppServerAttempt", () => {
886889
const workspaceDir = path.join(tempDir, "workspace");
887890
const params = createParams(sessionFile, workspaceDir);
888891
params.disableTools = false;
892+
params.runtimePlan = createCodexRuntimePlanFixture();
889893
const sandboxSessionKey = params.sessionKey;
890894
if (!sandboxSessionKey) {
891895
throw new Error("createParams must provide a sessionKey for Codex dynamic tool tests.");

0 commit comments

Comments
 (0)