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
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
grok-bot-cli@0.4.2
Patch Changes
f874c4e: Add gbot codex desktop-shim install|uninstall|status: installs a fail-open CODEX_CLI_PATH wrapper plus stdio-to-WebSocket bridge under ~/.codex/bin/ so ChatGPT Desktop shares the managed Codex app-server daemon (stock app-server proxy hangs for Desktop stdio). The wrapper preflights the socket and runs the bridge as a fallible child (no daemon start on the hot path), exports the CODEX_HOME-derived socket, the bridge handshake and first RPC run under absolute deadlines with accept validation and continuation assembly, the stdin commit point is byte-precise, status reads the macOS GUI-domain env, and send no longer answers another client's approvals outside its own turn. macOS persists the GUI env via LaunchAgent; uninstall restores stock Desktop/Codex behavior.
Decision: keep #55 open for the next npm bump; do not merge until Zack explicitly says publish.
Post-#58 main already queued the Changesets Release workflow (35038076319 on 53cfbee). That run should refresh this PR against current main (desktop-shim + potato-mustfix-stack notes). Local Mac/Ubuntu inject is VERIFIED at 0.4.2 pack; npm registry publish remains the fleet gap.
Superseded by #61 — this PR's tip (fbaa643) still releases 0.4.2, but npm already has 0.4.2 and main has since moved on (0.4.2 release 44a3933 + must-fix stack 53cfbee). The fresh 0.4.3 release PR (#61, from changeset version on latest main) carries the correct tip. Closing as superseded; do not merge this one.
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
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
grok-bot-cli@0.4.2
Patch Changes
gbot codex desktop-shim install|uninstall|status: installs a fail-openCODEX_CLI_PATHwrapper plus stdio-to-WebSocket bridge under~/.codex/bin/so ChatGPT Desktop shares the managed Codex app-server daemon (stockapp-server proxyhangs for Desktop stdio). The wrapper preflights the socket and runs the bridge as a fallible child (no daemon start on the hot path), exports theCODEX_HOME-derived socket, the bridge handshake and first RPC run under absolute deadlines with accept validation and continuation assembly, the stdin commit point is byte-precise,statusreads the macOS GUI-domain env, andsendno longer answers another client's approvals outside its own turn. macOS persists the GUI env via LaunchAgent; uninstall restores stock Desktop/Codex behavior.