You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/codex_commands.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,13 @@ PR_11_325
251
251
npx @openai/codex run --model gpt-5.3-codex --reasoning medium "Implement PR_11_325: Fix the highest-impact failing Workspace V2 tool interaction from tool_completion_audit.md."
252
252
```
253
253
254
+
---
255
+
PR_11_326
256
+
257
+
```bash
258
+
npx @openai/codex run --model gpt-5.3-codex --reasoning medium "Implement PR_11_326: Fix the next failing tool from tool_completion_audit.md."
Fix the next failing tool from the audit (`asset-manager-v2`) by removing unintended passive payload mutation while preserving launch and explicit add/remove behavior.
this.renderError("Session context is invalid. Expected an object containing payloadJson.assetCatalog.");
@@ -315,7 +316,7 @@ class AssetBrowserV2 {
315
316
this.renderError("Asset Manager V2 session data is invalid. Remove payloadJson.importName/importDestination. Load assets from payloadJson.assetCatalog only.");
? "Workspace session context was read and persisted for Workspace V2 export."
394
+
: `Workspace session context was read but could not be persisted: ${persistence.message}`;
395
+
}else{
396
+
document.getElementById("assetBrowserV2WorkspaceReadout").textContent="Workspace session context loaded. Changes persist only after Add or Remove actions.";
0 commit comments