bytelyst-devops-tools/cli-install-report.md
Saravanakumar D 9e28d85a64 chore(devops): update CLI install report and add symlink helper
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-29 21:20:52 -07:00

1.6 KiB

CLI install report (WSL) — final

Generated: 2026-05-29T21:20:00-07:00

System: WSL Ubuntu (user v-sadhandapa)

Installed CLIs (verified):

  • Claude Code

    • Path: /home/v-sadhandapa/.local/bin/claude
    • Version: 2.1.158
    • Install method: official installer (https://claude.ai/install.sh)
    • Auth: claude auth login (or claude auth setup-token; ANTHROPIC_API_KEY env)
  • OpenAI Codex

    • Path: /home/v-sadhandapa/.npm-global/bin/codex
    • Version: codex-cli 0.135.0
    • Install method: npm i -g @openai/codex (fallback installer used if necessary)
    • Auth: codex login (or: printenv OPENAI_API_KEY | codex login --with-api-key)
  • Devin

    • Path: /home/v-sadhandapa/.local/bin/devin
    • Version: devin 2026.5.26-2
    • Install method: official installer (https://cli.devin.ai/install.sh)
    • Auth: devin auth login
  • Antigravity (agy)

  • GitHub Copilot CLI

    • Path: /snap/bin/copilot
    • Version: 1.0.56
    • Install method: sudo snap install copilot-cli
    • Auth: copilot auth login

PATH changes made:

  • ~/.npm-global/bin and ~/.local/bin were added to ~/.profile and ~/.bashrc (persisted)

Symlinks:

  • A helper script was added to the repo: ./make_symlinks_wsl.sh — run it to create /usr/local/bin symlinks (requires sudo).

Notes:

  • No API keys or credentials were added to any shell profiles.
  • For interactive logins, run the auth commands listed above; they may prompt or open device-flow URLs.
  • Logs: ~/cli-install-wsl.log