feat(codex): native agents overview and standalone runtime (v0.94.0) - #492
Merged
Conversation
| test("Codex overview keeps the root bypass before agents and preserves native view options", async () => { | ||
| const nativeBin = tempDir(); | ||
| writeEngine(nativeBin, "codex"); | ||
| const extra = ["--no-alt-screen", "-C", "/tmp/project with spaces", "-c", 'model="gpt-6-astra"']; |
ThreatCrush Security Scan4 finding(s) in the 6 file(s) this pull request changes. MEDIUM: 4
88 pre-existing finding(s) elsewhere in the repository — **HIGH/CRITICAL**: 8 | **MEDIUM**: 70 | **LOW**: 10Not introduced by this pull request. The full set is in the Security tab.
…and 68 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
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.
Routes CLI and TUI agents codex through the native shared-daemon overview, with the approval/sandbox bypass correctly placed before the agents subcommand. Uses the official managed standalone installer on macOS/Linux because the npm-only CLI cannot bootstrap the local daemon; preserves Windows npm/remote support. Adds launch and installer regression tests, refreshes help/docs, and bumps moshcode to 0.94.0. Verified native Codex 0.151.0 argument parsing; full Node test suite run locally. Does not change global Codex permission settings or stop existing sessions.