Skip to content

fix: update CodeBuddy install docs URL#3187

Open
WOLIKIMCHENG wants to merge 1 commit into
github:mainfrom
WOLIKIMCHENG:fix-codebuddy-install-url
Open

fix: update CodeBuddy install docs URL#3187
WOLIKIMCHENG wants to merge 1 commit into
github:mainfrom
WOLIKIMCHENG:fix-codebuddy-install-url

Conversation

@WOLIKIMCHENG

Copy link
Copy Markdown
Contributor

Summary

  • update the CodeBuddy integration install URL to the current official CLI installation page
  • add a focused regression test for the CodeBuddy install URL

Testing

  • pytest tests/integrations/test_integration_codebuddy.py -v
  • pytest tests/test_agent_config_consistency.py -v
  • smoke-tested specify init --here --integration codebuddy --script sh and confirmed the missing-CLI error panel shows the new URL

@mnriem

mnriem commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Closes #3172

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 so the CLI “missing tool” guidance links to the current official installation docs, and adds a small regression test to prevent the URL from drifting again.

Changes:

  • Update CodebuddyIntegration.config["install_url"] to the official CLI installation documentation URL.
  • Add a targeted test asserting the install URL value via the integration registry.
Show a summary per file
File Description
src/specify_cli/integrations/codebuddy/__init__.py Updates CodeBuddy’s install_url to the current official CLI installation docs page.
tests/integrations/test_integration_codebuddy.py Adds a regression test to ensure the CodeBuddy install URL remains correct.

Review details

Tip

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

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

Comment on lines +16 to +21
integration = get_integration(self.KEY)

assert (
integration.config["install_url"]
== "https://www.codebuddy.cn/docs/cli/installation"
)

@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

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.

3 participants