Skip to content

Add codex-xcode-build extension#26586

Closed
shunderful wants to merge 2 commits intoraycast:mainfrom
shunderful:ext/codex-xcode-build
Closed

Add codex-xcode-build extension#26586
shunderful wants to merge 2 commits intoraycast:mainfrom
shunderful:ext/codex-xcode-build

Conversation

@shunderful
Copy link
Copy Markdown

@shunderful shunderful commented Mar 23, 2026

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:

  • reads the active repo from the Codex desktop app
  • finds the nearest Xcode workspace, project, or Swift package
  • opens the resolved target in Xcode
  • starts a run in Xcode

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

- 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
@raycastbot raycastbot added new extension Label for PRs with new extensions platform: macOS labels Mar 23, 2026
@raycastbot
Copy link
Copy Markdown
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.

@raycastbot
Copy link
Copy Markdown
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 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label Apr 6, 2026
@raycastbot
Copy link
Copy Markdown
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.

@raycastbot raycastbot closed this Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new extension Label for PRs with new extensions platform: macOS status: stalled Stalled due inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants