fix(codebuddy): repoint install_url to codebuddy.cn (#3172)#3216
Open
BenBtg wants to merge 1 commit into
Open
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
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.ai is dead; CodeBuddy (Tencent) consolidated onto codebuddy.cn. Repoint the install_url + docs links to https://www.codebuddy.cn/cli (verified 200). Metadata-only update.
🤖 Opened by GitHub Copilot (model: Claude Opus 4.8) on behalf of @BenBtg.