Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

The README installation section was outdated (v0.1.0) and only showed Linux installation.

Changes

  • Updated version from v0.1.0 to v0.0.13 (latest release)
  • Added macOS installation instructions (Intel and Apple Silicon)
  • Added ARM64 instructions for both platforms
  • Fixed binary name from coding-context-cli to coding-context (matches release assets)

Installation now covers

Linux: AMD64, ARM64
macOS: Intel (AMD64), Apple Silicon (ARM64)

# Example for macOS Apple Silicon
sudo curl -fsL -o /usr/local/bin/coding-context \
  https://github.com/kitproj/coding-context-cli/releases/download/v0.0.13/coding-context_v0.0.13_darwin_arm64
sudo chmod +x /usr/local/bin/coding-context
Original prompt

Make sure the README has instructions to install on both Linux and MacOS, and the version is the latest released version.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README with installation instructions for Linux and MacOS Update README installation instructions to v0.0.13 with Linux and macOS support Nov 13, 2025
Copilot AI requested a review from alexec November 13, 2025 17:05
Copilot finished work on behalf of alexec November 13, 2025 17:05
@alexec alexec marked this pull request as ready for review November 13, 2025 17:08
@alexec alexec enabled auto-merge (squash) November 13, 2025 17:08
@alexec alexec merged commit 11da619 into main Nov 13, 2025
2 checks passed
@alexec alexec deleted the copilot/update-readme-install-instructions branch November 13, 2025 17:08
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.

2 participants