Skip to content

Add automated install.sh script for Copilot for Xcode#11

Open
Copilot wants to merge 3 commits intomainfrom
copilot/install-github-copilot-agent
Open

Add automated install.sh script for Copilot for Xcode#11
Copilot wants to merge 3 commits intomainfrom
copilot/install-github-copilot-agent

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 26, 2026

Users requested a way to install Copilot for Xcode automatically rather than following multi-step manual instructions.

Changes

install.sh (new)

Executable bash script that automates as much of the install flow as possible:

  • Validates macOS 13+ (configurable via MIN_MACOS_MAJOR)
  • Installs via brew install --cask copilot-for-xcode; gracefully falls back to manual download guidance if Homebrew is absent or fails
  • Opens the app so it self-registers its launch agent
  • Checks for Node.js, warns if missing
  • Prints version-aware System Settings navigation path for the extension-enable step (differs across macOS 13/14/15)

One-command install:

bash <(curl -fsSL https://raw.githubusercontent.com/intitni/CopilotForXcode/main/install.sh)

README.md

Adds an Automated Install section above the existing manual steps, surfacing the one-liner prominently.

INSTALL_ES.md

Adds an Instalación Automática section in Spanish with the same one-liner and a note for users who already have the repo cloned (bash install.sh).


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…ALL_ES.md)

Co-authored-by: luisespersonal-byte <249453885+luisespersonal-byte@users.noreply.github.com>
@luisespersonal-byte luisespersonal-byte marked this pull request as ready for review February 26, 2026 18:29
Copilot AI review requested due to automatic review settings February 26, 2026 18:29
Copilot AI changed the title [WIP] Add GitHub Copilot agent for Xcode Add project identification header to Spanish installation guide Feb 26, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a clear project identification header to the Spanish installation documentation (INSTALL_ES.md), improving the file's discoverability and context. The header follows the same format as README.md and includes the project logo, a Spanish description identifying it as the GitHub project that enables GitHub Copilot as an agent within Xcode, and a link to the upstream repository.

Changes:

  • Added header section with project logo and Spanish description to INSTALL_ES.md
  • Included link to the upstream GitHub repository
  • Demoted the original "Guía de Instalación en macOS" heading to H2 level for better document structure

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: luisespersonal-byte <249453885+luisespersonal-byte@users.noreply.github.com>
Copilot AI changed the title Add project identification header to Spanish installation guide Add automated install.sh script for Copilot for Xcode Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants