Closed
Conversation
- Document Codex return preference - Retain Xcode run target across repo switches - Refine initial release changelog - Prepare extension for Raycast submission - Update icon and changelog for initial release - Add configurable return to Codex behavior - Align extension naming and copy - Make Xcode run feedback reliable across focus changes - Improve Xcode run feedback and app handoff - Explicitly return to Codex after Xcode run - Use xed to target and run the correct Xcode project
Collaborator
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Collaborator
|
This pull request has been automatically marked as stale because it did not have any recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊 |
Collaborator
|
This pull request has been automatically closed due to inactivity. Feel free to comment in the thread when you're ready to continue working on it 🙂 You can also catch us in Slack if you want to discuss this. |
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.
Description
This PR adds a new Raycast extension, codex-xcode-build, which lets users run the repo currently focused in Codex directly in Xcode.
The command:
It also includes a Return to Codex preference so users can choose whether the command should switch back to Codex after launching the run.
The extension is designed for people moving between Codex and Apple platform development, with clear error handling when Codex is not focused on a repo, no nearby Xcode target exists, or macOS automation permissions are missing.
Screencast
CleanShot.2026-03-23.at.14.06.30.mp4
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder