Skip to content

[codex] remove Capgo CLI repo mentions#674

Merged
riderx merged 1 commit into
mainfrom
codex/remove-cli-repo-mentions
May 11, 2026
Merged

[codex] remove Capgo CLI repo mentions#674
riderx merged 1 commit into
mainfrom
codex/remove-cli-repo-mentions

Conversation

@ToriChanIntegration
Copy link
Copy Markdown
Contributor

@ToriChanIntegration ToriChanIntegration commented May 11, 2026

Summary

  • Remove the separate Capgo CLI repository from the bug bounty repository list.
  • Remove the Capgo CLI GitHub card from the generated plugins README data and generated public README.
  • Update the old Cap-go/CLI blog reference to point at the merged Capgo console repository.

Why

The Capgo CLI repository has been merged into the Capgo console repository, so website references should no longer point users to the retired standalone CLI repo.

Validation

  • bunx prettier --write apps/web/src/pages/bug-bounty.astro apps/shared/copy/messages.ts scripts/action.mjs scripts/generate-plugins-readme.ts apps/web/src/content/blog/en/how-to-use-semantic-versioning-with-capgo-ota-updates.md apps/web/public/plugins-readme.md
  • bun run check

Summary by CodeRabbit

  • Chores

    • Removed CLI repository entry from bug bounty listings.
    • Updated plugins documentation layout for improved display.
    • Cleaned up internal message references related to CLI.
  • Documentation

    • Fixed hyperlink references in versioning guide.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 654758cc-3505-414f-9026-15cbea0c101e

📥 Commits

Reviewing files that changed from the base of the PR and between 3e75ff1 and af003ad.

📒 Files selected for processing (6)
  • apps/shared/copy/messages.ts
  • apps/web/public/plugins-readme.md
  • apps/web/src/content/blog/en/how-to-use-semantic-versioning-with-capgo-ota-updates.md
  • apps/web/src/pages/bug-bounty.astro
  • scripts/action.mjs
  • scripts/generate-plugins-readme.ts
💤 Files with no reviewable changes (3)
  • apps/web/src/pages/bug-bounty.astro
  • scripts/action.mjs
  • apps/shared/copy/messages.ts

📝 Walkthrough

Walkthrough

This PR removes references to the Cap-go CLI package across the website codebase. It deletes CLI-related copy messages, removes the CLI from the bug bounty repository list and action configurations, replaces CLI with Capgo Console in plugin documentation, and updates a blog post to reference the main capgo repository instead of the CLI repository.

Changes

Remove CLI references and consolidate plugin documentation

Layer / File(s) Summary
Remove CLI copy messages
apps/shared/copy/messages.ts
Deleted bug_bounty_repo_cli and bug_bounty_repo_cli_desc message entries from the static messages map and derived MessageKey/CopyMessages types.
Update plugin card configuration
scripts/generate-plugins-readme.ts
Modified capgoCloudCards to set explicit 50% width for Updater and Capgo Console cards, replacing CLI references with Console.
Remove CLI from bug bounty repositories
apps/web/src/pages/bug-bounty.astro
Removed the CLI repository entry from the repositories array, excluding its localized label and links from rendered cards.
Remove CLI from actions array
scripts/action.mjs
Deleted the @capgo/cli action object from the exported actions array.
Update generated plugin README
apps/web/public/plugins-readme.md
Updated Capgo Cloud table row to use 50% width for both Updater and Capgo Console columns, replacing the previous CLI card.
Update blog documentation reference
apps/web/src/content/blog/en/how-to-use-semantic-versioning-with-capgo-ota-updates.md
Changed hyperlink reference from Cap-go/CLI to Cap-go/capgo repository in "Update Recovery Steps" section.

Possibly Related PRs

  • Cap-go/website#654: Both PRs modify the messages catalog in apps/shared/copy/messages.ts, with one removing CLI/bug-bounty keys and another adding/changing i18n message entries.
  • Cap-go/website#669: Both PRs modify the shared copy/messages.ts file, changing entries in the static messages map and derived message typings.
  • Cap-go/website#643: Both PRs modify scripts/generate-plugins-readme.ts and apps/web/public/plugins-readme.md, changing how plugin cards and links are rendered.

Poem

🐰 The CLI hops away today,
Console takes the center stage to stay,
Messages cleaned, configs aligned right,
References updated—the docs shine bright! ✨

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title '[codex] remove Capgo CLI repo mentions' directly aligns with the main objective of removing references to the standalone Capgo CLI repository across multiple files, which is the core change in this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/remove-cli-repo-mentions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@riderx riderx merged commit a7cf696 into main May 11, 2026
8 checks passed
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