Copilot CLI v1.0.55-1: UI Polish & Unicode Fixes Copilot CLI 1.0.55-1 polishes the UI with better contrast, fixes terminal bell spam, resolves Windows Unicode clipboard issues, and prevents UI lockups during agent cancellation.
Spec Kit 0.8.14: Windows Support & Command Refactor Spec Kit 0.8.14 adds Windows subprocess support, refactors the commands package, and brings the Product Spec Extension to the community catalog. Update now for improved cross-platform stability.
Docker SBX v0.31.0-rc1: Settings Store, Registry Auth & Branch Rework Docker SBX v0.31.0-rc1 adds a persistent settings store, registry credentials support, and reworks the --branch workflow to use in-container git-daemon clones. Kits are now experimental with a new spec shape.
GitHub in VS Code: The Complete Integration Guide for Developers VS Code's native Git integration eliminates terminal context switching by embedding GitHub workflows directly in the editor. Initialize repos, stage commits, merge branches, and publish to GitHub without leaving your code.
Copilot CLI v1.0.53: Multiline Prompts & Shell Fixes Copilot CLI 1.0.53 fixes multiline prompt display clipping, respects config directory settings for skills, and resolves Bash session hangs with PS0/PROMPT_COMMAND variables.
Copilot SDK Go v1.0.0-beta.7: Canvas Runtime Support Go SDK now supports canvas runtime. Declare canvases on session config, install a handler, and dispatch open/close/action events. Extension identity metadata exposed. Breaking: per-action handlers required, toolbar/focus/reload removed.
Copilot SDK Rust v1.0.0-beta.7: Canvas Runtime & CLI Bundling Rust SDK v1.0.0-beta.7 bundles Copilot CLI by default, adds canvas runtime support, and completes API review fixes across all SDKs. Java SDK gains new preMcpToolCall hook.