| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| github-copilot-1.0.15.tgz | 2026-04-01 | 40.1 MB | |
| copilot-arm64.msi | 2026-04-01 | 48.7 MB | |
| copilot-linux-x64.tar.gz | 2026-04-01 | 62.1 MB | |
| copilot-x64.msi | 2026-04-01 | 50.4 MB | |
| SHA256SUMS.txt | 2026-04-01 | 714 Bytes | |
| copilot-darwin-arm64.tar.gz | 2026-04-01 | 57.8 MB | |
| copilot-darwin-x64.tar.gz | 2026-04-01 | 61.0 MB | |
| copilot-linux-arm64.tar.gz | 2026-04-01 | 63.9 MB | |
| copilot-win32-arm64.zip | 2026-04-01 | 54.4 MB | |
| copilot-win32-x64.zip | 2026-04-01 | 56.5 MB | |
| 1.0.15 source code.tar.gz | 2026-03-31 | 41.9 kB | |
| 1.0.15 source code.zip | 2026-03-31 | 48.4 kB | |
| README.md | 2026-03-31 | 1.6 kB | |
| Totals: 13 Items | 494.9 MB | 3 | |
2026-04-01
- Remove support for gpt-5.1-codex, gpt-5.1-codex-mini, and gpt-5.1-codex-max models
- Copilot mascot now blinks with subtle eye animations in interactive mode
- User switcher and
/user listdisplay accounts in alphabetical order - Add mcp.config.list, mcp.config.add, mcp.config.update, and mcp.config.remove server RPCs for managing persistent MCP server configuration
- Add device code flow (RFC 8628) as a fallback for MCP OAuth in headless and CI environments
- Add
/mcp authcommand and re-authentication UI for MCP OAuth servers with account switching support - Add postToolUseFailure hooks for tool errors and make postToolUse run only after successful tool calls
- Add /share html command to export sessions and research reports as self-contained interactive HTML files
- Autopilot no longer continues after pressing Escape or Ctrl+C to cancel
- Keystrokes typed while the CLI is loading are no longer lost
- Large tool output preview shows correct character count and up to 500 characters
- Add Home/End and Page Up/Page Down navigation to the diff viewer
- CLI exits immediately after a session ends instead of waiting up to 10 seconds
- Config settings askUser, autoUpdate, storeTokenPlaintext, logLevel, skillDirectories, and disabledSkills now use camelCase names (snake_case still accepted)
- Many settings keys now prefer camelCase names (snake_case names still work)
- Ctrl+D no longer queues a message; use Ctrl+Q or Ctrl+Enter to queue
- MCP servers that are slow to connect no longer block the agent from starting
- Pasting images from the Windows clipboard now works in WSL environments