Skip to content

docs(codebuddy): fix dead install links and CodeBuddy capitalization (#3172)#3216

Merged
mnriem merged 3 commits into
mainfrom
fix/3172-update-codebuddy
Jun 30, 2026
Merged

docs(codebuddy): fix dead install links and CodeBuddy capitalization (#3172)#3216
mnriem merged 3 commits into
mainfrom
fix/3172-update-codebuddy

Conversation

@BenBtg

@BenBtg BenBtg commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Closes #3172.

codebuddy.ai is dead — CodeBuddy (Tencent) consolidated onto codebuddy.cn.

Since this PR was opened, #3187 merged and already repointed the integration's install_url to https://www.codebuddy.cn/docs/cli/installation (200). After merging main in, the only remaining stale references were the two docs links, which still pointed at the dead https://www.codebuddy.ai/cli:

  • docs/installation.md (prerequisites list)
  • docs/reference/integrations.md (supported integrations table)

This PR repoints both to the canonical https://www.codebuddy.cn/docs/cli/installation (verified 200, matching what #3187 set on the integration) and fixes the link text capitalization CodebuddyCodeBuddy to match the integration's display name (addresses Copilot review feedback).

Docs-only; no behavior change.


🤖 Opened by GitHub Copilot (model: Claude Opus 4.8) on behalf of @BenBtg.

@BenBtg BenBtg requested a review from mnriem as a code owner June 29, 2026 11:50
Copilot AI review requested due to automatic review settings June 29, 2026 11:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the CodeBuddy integration metadata and documentation to point to the new, working CodeBuddy CLI homepage after the codebuddy.ai domain became unreachable.

Changes:

  • Repoints the CodeBuddy integration install_url from codebuddy.ai to codebuddy.cn.
  • Updates CodeBuddy CLI links in integration reference docs and installation prerequisites.
  • Adds a changelog entry documenting the metadata-only update.
Show a summary per file
File Description
src/specify_cli/integrations/codebuddy/init.py Updates the integration’s install_url to the new CodeBuddy CLI URL.
docs/reference/integrations.md Updates the CodeBuddy CLI link in the supported integrations table.
docs/installation.md Updates the CodeBuddy CLI link in installation prerequisites.
CHANGELOG.md Records the CodeBuddy URL repoint in the changelog.

Review details

Tip

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

  • Files reviewed: 4/4 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment thread docs/installation.md Outdated
The codebuddy.ai domain no longer resolves; CodeBuddy consolidated onto
codebuddy.cn (Tencent). Update install_url and docs links to
https://www.codebuddy.cn/cli (verified live).

Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Review details

  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Low

Comment thread docs/installation.md Outdated

@mnriem mnriem left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please address Copilot feedback and resolve conflicts

BenBtg and others added 2 commits June 30, 2026 12:19
Address Copilot review: the link text read 'Codebuddy CLI' while the rest of
the docs and the integration metadata use 'CodeBuddy'.

Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…uddy

# Conflicts:
#	src/specify_cli/integrations/codebuddy/__init__.py
@BenBtg BenBtg changed the title fix(codebuddy): repoint install_url to codebuddy.cn (#3172) docs(codebuddy): fix dead install links and CodeBuddy capitalization (#3172) Jun 30, 2026
@BenBtg

BenBtg commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Addressed the review feedback and resolved conflicts:

  • Fixed the link text capitalization Codebuddy CLICodeBuddy CLI in docs/installation.md (Copilot feedback).
  • Merged main in to resolve conflicts. Since fix: update CodeBuddy install docs URL #3187 already repointed the integration's install_url to https://www.codebuddy.cn/docs/cli/installation, the net change here is now docs-only: the two remaining stale links (in docs/installation.md and docs/reference/integrations.md) still pointed at the dead codebuddy.ai/cli, and are now aligned to the same canonical codebuddy.cn/docs/cli/installation URL (verified 200).
  • Updated the PR title and description to reflect this reduced, docs-only scope.

Commit: 57fc675. CHANGELOG.md is untouched.

Posted on behalf of @BenBtg by GitHub Copilot (model: Claude Opus 4.8, autonomous).

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 0 new
  • Review effort level: Low

@mnriem mnriem merged commit 8215f33 into main Jun 30, 2026
14 checks passed
@mnriem mnriem deleted the fix/3172-update-codebuddy branch June 30, 2026 12:29
@mnriem

mnriem commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Thank you!

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.

Update codebuddy integration — codebuddy.ai domain dead, product moved to codebuddy.cn

3 participants