docs(codebuddy): fix dead install links and CodeBuddy capitalization (#3172)#3216
Open
BenBtg wants to merge 3 commits into
Open
docs(codebuddy): fix dead install links and CodeBuddy capitalization (#3172)#3216BenBtg wants to merge 3 commits into
BenBtg wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
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_urlfromcodebuddy.aitocodebuddy.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
|
|
||
| - **Linux/macOS** (or Windows; PowerShell scripts now supported without WSL) | ||
| - AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Codebuddy CLI](https://www.codebuddy.ai/cli), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Pi Coding Agent](https://pi.dev), or [Oh My Pi](https://www.npmjs.com/package/@oh-my-pi/pi-coding-agent) | ||
| - AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Codebuddy CLI](https://www.codebuddy.cn/cli), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Pi Coding Agent](https://pi.dev), or [Oh My Pi](https://www.npmjs.com/package/@oh-my-pi/pi-coding-agent) |
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>
9064171 to
17b19b9
Compare
|
|
||
| - **Linux/macOS** (or Windows; PowerShell scripts now supported without WSL) | ||
| - AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Codebuddy CLI](https://www.codebuddy.ai/cli), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Pi Coding Agent](https://pi.dev), or [Oh My Pi](https://www.npmjs.com/package/@oh-my-pi/pi-coding-agent) | ||
| - AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Codebuddy CLI](https://www.codebuddy.cn/cli), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Pi Coding Agent](https://pi.dev), or [Oh My Pi](https://www.npmjs.com/package/@oh-my-pi/pi-coding-agent) |
mnriem
requested changes
Jun 29, 2026
mnriem
left a comment
Collaborator
There was a problem hiding this comment.
Please address Copilot feedback and resolve conflicts
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
Contributor
Author
|
Addressed the review feedback and resolved conflicts:
Commit: 57fc675. CHANGELOG.md is untouched. Posted on behalf of @BenBtg by GitHub Copilot (model: Claude Opus 4.8, autonomous). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3172.
codebuddy.aiis dead — CodeBuddy (Tencent) consolidated ontocodebuddy.cn.Since this PR was opened, #3187 merged and already repointed the integration's
install_urltohttps://www.codebuddy.cn/docs/cli/installation(200). After mergingmainin, the only remaining stale references were the two docs links, which still pointed at the deadhttps://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 capitalizationCodebuddy→CodeBuddyto 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.