Vercel Skill Packs bundle agent skills into one shareable install
One command installs or updates a whole pack — from a repo, a folder or the registry — while Copilot's cloud agent gains a per-task reasoning dial.

Copy markdown
Bundle your skills, share one URL
Skill Packs on skills.sh group multiple public or private agent skills into one shareable pack with its own URL, built from community skills, a GitHub repo, or a local folder or zip. Install with `npx skills add https://skills.sh/p/<id>` and pull updates with `npx skills update` — the same agent-skill format tools like Claude Code, Cursor, Codex and v0 already read.
Copilot's cloud agent gets a reasoning dial
GitHub now lets you pick a reasoning level alongside the model when you delegate a task to Copilot's cloud agent. A higher level sharpens hard problems but spends more tokens and credits; it's live across all paid plans — Pro, Pro+, Business, Enterprise and Max.
Fire a Copilot run from a comment
Copilot cloud agent automations can now trigger from a comment on an issue or pull request — leave a phrase like "Generate documentation" and the agent kicks off the workflow, no dashboard round-trip.
Vercel container repos can go public
Vercel Container Registry repositories can now be opened to read-only pulls from anyone with a Vercel account, so you can publish base images for others to pull; repositories stay private by default.