| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| copilot-x64.msi | 2026-04-09 | 47.8 MB | |
| github-copilot-1.0.22.tgz | 2026-04-09 | 37.9 MB | |
| SHA256SUMS.txt | 2026-04-09 | 714 Bytes | |
| copilot-arm64.msi | 2026-04-09 | 46.1 MB | |
| copilot-linux-x64.tar.gz | 2026-04-09 | 59.4 MB | |
| copilot-darwin-arm64.tar.gz | 2026-04-09 | 55.0 MB | |
| copilot-darwin-x64.tar.gz | 2026-04-09 | 58.3 MB | |
| copilot-linux-arm64.tar.gz | 2026-04-09 | 61.2 MB | |
| copilot-win32-arm64.zip | 2026-04-09 | 51.8 MB | |
| copilot-win32-x64.zip | 2026-04-09 | 53.9 MB | |
| 1.0.22 source code.tar.gz | 2026-04-07 | 43.6 kB | |
| 1.0.22 source code.zip | 2026-04-07 | 50.1 kB | |
| README.md | 2026-04-07 | 1.5 kB | |
| Totals: 13 Items | 471.6 MB | 0 | |
2026-04-09
- MCP tools with non-standard JSON schemas are now sanitized for compatibility with all model providers
- Better handling of large images from MCP and extension tools
- Improved rendering performance with a new simplified inline renderer
- Show a clear message to contact your organization administrator when remote sessions are blocked by policy
- Sub-agent activity no longer shows duplicated tool names (e.g. "view view the file...")
- Permission checks and other hooks now work correctly when using Anthropic models via BYOM/BYOK configuration
- Slash command picker appears above the text input for a more stable layout
- Custom agents can now declare a
skillsfield to eagerly load skill content into agent context at startup - Plugins can now display a post-install message with setup instructions after installation
- Remove .vscode/mcp.json and .devcontainer/devcontainer.json as MCP server config sources; CLI now only reads .mcp.json. A migration hint appears when .vscode/mcp.json is detected without .mcp.json.
- Plugins remain enabled across sessions and auto-install on startup based on user config
- Add sub-agent depth and concurrency limits to prevent runaway agent spawning
- Warn when resuming a session that is already in use by another CLI or application
- CLI no longer crashes on systems affected by a V8 engine bug in grapheme segmentation
- sessionStart and sessionEnd hooks fire once per session in interactive mode instead of once per prompt
- Plugin agents respect the model specified in their frontmatter