Promote agent-framework-github-copilot to 1.0.0 (released) (#7302)

Promote the GitHub Copilot package from release candidate (1.0.0rc4) to released (1.0.0): bump the version, switch the classifier to Production/Stable, update PACKAGE_STATUS.md, and drop the --pre install flag from the package and sample READMEs. Add a github-copilot-1.0.0 CHANGELOG section covering the promotion and the input-attachment forwarding shipped in this release. No core/root bump: this is a standalone package promotion and the core[all] extra references the package without a version pin.

Copilot-Session: f523064c-60b4-4d18-bf95-c16c5fda9126
This commit is contained in:
Giles Odigwe
2026-07-23 14:06:31 -07:00
committed by GitHub
parent 8c057507f4
commit 040e2705aa
6 changed files with 14 additions and 6 deletions
@@ -10,7 +10,7 @@ This directory contains examples demonstrating how to use the `GitHubCopilotAgen
2. **GitHub Copilot Subscription**: An active GitHub Copilot subscription
3. **Install the package**:
```bash
pip install agent-framework-github-copilot --pre
pip install agent-framework-github-copilot
```
## Environment Variables