Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 20, 2025

Documentation referenced incorrect binary name (coding-context-cli instead of coding-context) and outdated versions (v0.0.15, v0.1.0 instead of v0.0.16).

Changes

  • Binary name: Updated all command examples from coding-context-cli to coding-context across README and docs
  • Version: Updated installation instructions from v0.0.15/v0.1.0 to v0.0.16
  • GitHub Actions: Fixed cache key to include architecture (coding-context-v0.0.16-linux-amd64) to prevent cache collisions
  • Cleanup: Removed duplicate command examples in search-paths.md

Repository URLs correctly remain as coding-context-cli.

Before:

sudo curl -fsL -o /usr/local/bin/coding-context \
  https://github.com/kitproj/coding-context-cli/releases/download/v0.0.15/coding-context_v0.0.15_linux_amd64
sudo chmod +x /usr/local/bin/coding-context

coding-context-cli -s language=Go fix-bug

After:

sudo curl -fsL -o /usr/local/bin/coding-context \
  https://github.com/kitproj/coding-context-cli/releases/download/v0.0.16/coding-context_v0.0.16_linux_amd64
sudo chmod +x /usr/local/bin/coding-context

coding-context -s language=Go fix-bug
Original prompt

Review and update the docs.


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

Copilot AI self-assigned this Nov 20, 2025
Copilot AI and others added 2 commits November 20, 2025 23:35
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation based on review Fix binary name and version references in documentation Nov 20, 2025
Copilot AI requested a review from alexec November 20, 2025 23:38
@alexec alexec marked this pull request as ready for review November 20, 2025 23:39
@alexec alexec enabled auto-merge (squash) November 20, 2025 23:39
@alexec alexec merged commit f21291e into main Nov 20, 2025
1 check passed
@alexec alexec deleted the copilot/update-docs-review branch November 20, 2025 23:40
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