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
feat: enforce workspace guard to prevent operations from project root
- Added `workspaceGuard.ts` to manage project root checks.
- Implemented `assertNotProjectRootWorkspace` to throw errors if operations are attempted from the project root.
- Updated various modules to include `workspaceRoot` in delegation trace entries.
- Modified `defaultTraceDir` to assert that it is not called from the project root.
- Added tests to ensure that operations from the project root are correctly blocked.
'2026-03-12T08:56:03.104783Z WARN codex_core::shell_snapshot: Failed to delete shell snapshot at "/Users/hanyonglee/.codex/shell_snapshots/tmp": Os { code: 2, kind: NotFound, message: "No such file or directory" }'
264
+
'2026-03-12T08:56:03.104783Z WARN codex_core::shell_snapshot: Failed to delete shell snapshot at "<home>/.codex/shell_snapshots/tmp": Os { code: 2, kind: NotFound, message: "No such file or directory" }'
'2026-03-12T08:56:03.104783Z WARN codex_core::shell_snapshot: Failed to delete shell snapshot at "/Users/hanyonglee/.codex/shell_snapshots/tmp": Os { code: 2, kind: NotFound, message: "No such file or directory" }\n'+
359
+
'2026-03-12T08:56:03.104783Z WARN codex_core::shell_snapshot: Failed to delete shell snapshot at "<home>/.codex/shell_snapshots/tmp": Os { code: 2, kind: NotFound, message: "No such file or directory" }\n'+
360
360
"2026-03-12T08:56:03.586264Z WARN codex_core::codex: startup websocket prewarm setup failed: You've hit your usage limit for GPT-5.3-Codex-Spark. Switch to another model now, or try again at 8:24 PM."
0 commit comments