fix(cli): pass granular Codex runtime options#78
Merged
Conversation
Forward PROSE_CODEX_ADD_DIR and PROSE_CODEX_NETWORK into Codex SDK thread options so workspace-write runs can grant narrow extra filesystem and network capabilities without danger-full-access. Also refresh vulnerable transitive production dependencies in the CLI lockfile so the release audit remains green.
Contributor
Author
|
Reviewed against the contribution bar from #75. No blocking issues found. Standards check:
I verified locally on the PR worktree:
All passed. GitHub Actions for the head commit are also green: OpenProse Smoke, CLI Real Harness Smoke, and CLI Release Check. Residual non-blocking gap: there is no explicit Note: I attempted to submit this as an approving review, but GitHub rejected it because the authenticated account cannot approve its own PR, so I’m leaving it as a standards-based review comment instead. |
rawwerks
added a commit
to openprose/grant-finder
that referenced
this pull request
May 13, 2026
Replaces the "TBD" placeholder in grant-radar.prose.md Prerequisites with a real link to openprose/prose#78 ("fix(cli): pass granular Codex runtime options"). Once that PR ships in a tagged prose release, users on the granular invocation get a concrete version to install. Until then the danger-full-access fallback documented alongside continues to work on any prose version. Also picks up the README.md "Current maturity" framing update. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PROSE_CODEX_ADD_DIRinto Codex SDKadditionalDirectoriesPROSE_CODEX_NETWORK=true|falseintonetworkAccessEnabledThis PR targets
maindirectly and contains only the Codex runtime-options fix. The earlier PR #77 landed the same fix intofeat/cli-prose-chain; this PR is the main-targeted cherry-pick.Verification
npm cinpm run typecheckTMPDIR=/var/tmp/prose-codex-tests npm test -- tests/harnesses/harnesses.test.tsnpm audit --omit=devgit diff --check origin/main..HEADGolden-finch also confirmed the patch end-to-end with
workspace-write,PROSE_CODEX_ADD_DIR, andPROSE_CODEX_NETWORK=trueagainst a live grant-radar run.