Skip to content

Fix/rename ghcopilot package#46799

Open
tendau wants to merge 1 commit intomainfrom
fix/rename-ghcopilot-package
Open

Fix/rename ghcopilot package#46799
tendau wants to merge 1 commit intomainfrom
fix/rename-ghcopilot-package

Conversation

@tendau
Copy link
Copy Markdown
Member

@tendau tendau commented May 8, 2026

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings May 8, 2026 19:51
@github-actions github-actions Bot added the Hosted Agents sdk/agentserver/* label May 8, 2026
…opilot for PyPI

Temporarily rename the PyPI distribution name to avoid copyright block
on 'githubcopilot'. Import paths and directory structure unchanged.

Also sets CHANGELOG release date to 2026-04-23 for 1.0.0b2.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@tendau tendau force-pushed the fix/rename-ghcopilot-package branch from 44c1a7c to aeb196b Compare May 8, 2026 19:52
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR renames the azure-ai-agentserver-githubcopilot distribution/package references to azure-ai-agentserver-ghcopilot across build configuration and docs, and updates the Copilot adapter to defer MCP toolbox connections until the first request.

Changes:

  • Update pipeline artifact configuration and package metadata/docs to use the new distribution name azure-ai-agentserver-ghcopilot.
  • Change GitHubCopilotAdapter to lazily connect MCP toolboxes on first request with an asyncio.Lock to avoid concurrent initialization.
  • Update integration test agent docs/config to validate the new package name.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
sdk/agentserver/ci.yml Updates the artifact name/safeName to azure-ai-agentserver-ghcopilot.
sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/TESTING.md Updates package-name references in integration test docs.
sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/skills/hello/SKILL.md Updates the skill prompt to mention the renamed package.
sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/requirements.txt Updates test agent requirements to the renamed distribution.
sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/main.py Updates the test agent docstring to the renamed distribution.
sdk/agentserver/azure-ai-agentserver-githubcopilot/tests/integration/test_agent/AGENTS.md Updates persona instructions to mention the renamed package.
sdk/agentserver/azure-ai-agentserver-githubcopilot/samples/README.md Updates sample docs header to the renamed distribution.
sdk/agentserver/azure-ai-agentserver-githubcopilot/README.md Updates install instructions to the renamed distribution.
sdk/agentserver/azure-ai-agentserver-githubcopilot/pyproject.toml Renames the distribution in project metadata to azure-ai-agentserver-ghcopilot.
sdk/agentserver/azure-ai-agentserver-githubcopilot/INSTRUCTIONS.md Updates getting started instructions to the renamed distribution name.
sdk/agentserver/azure-ai-agentserver-githubcopilot/CHANGELOG.md Changes the top entry header from “(Unreleased)” to a fixed date.
sdk/agentserver/azure-ai-agentserver-githubcopilot/azure/ai/agentserver/githubcopilot/_copilot_adapter.py Defers toolbox MCP connections from initialize() to first request with concurrency guarding.

Comment thread sdk/agentserver/azure-ai-agentserver-githubcopilot/CHANGELOG.md
Comment on lines 1 to 3
[project]
name = "azure-ai-agentserver-githubcopilot"
name = "azure-ai-agentserver-ghcopilot"
dynamic = ["version", "readme"]
Comment thread sdk/agentserver/azure-ai-agentserver-githubcopilot/INSTRUCTIONS.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hosted Agents sdk/agentserver/*

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants