COPILOT CLI 1.0.3 LANDS EXPERIMENTAL EXTENSIONS AND STURDIER TERMINAL TOOLING
GitHub Copilot CLI 1.0.3 ships experimental Extensions and sturdier SQL/MCP tooling, plus a pile of stability fixes. GitHub shipped Copilot CLI 1.0.3, adding e...
GitHub Copilot CLI 1.0.3 ships experimental Extensions and sturdier SQL/MCP tooling, plus a pile of stability fixes.
GitHub shipped Copilot CLI 1.0.3, adding experimental Extensions so Copilot can write and run custom tools via @github/copilot-sdk, alongside a hot /restart, background task notifications, and other polish release notes.
For backend and data work, the SQL tool handles batched queries better, and MCP servers can be read from .devcontainer/devcontainer.json and tolerate non‑conforming output schemas releases. Plugin updates are more reliable, including GitHub‑installed plugins and marketplaces defined in project settings.
Day‑to‑day quality improves: documented proxy env vars, Windows Terminal support in /terminal-setup, a proper terminal reset on crashes, Ubuntu keyring login fixes, and safer defaults around tool approvals 1.0.3.
Extensions move Copilot from chat to action by letting teams create custom, automatable tools inside the CLI.
SQL/MCP improvements and operational fixes reduce friction for terminal-based backend and data workflows.
-
terminal
Prototype a minimal Extension using the Copilot SDK to automate a repeatable task (e.g., schema checks or log triage) and measure time saved.
-
terminal
Define an MCP server in .devcontainer/devcontainer.json and verify discovery, non-conforming schema tolerance, and SQL batched query behavior.
Legacy codebase integration strategies...
- 01.
Roll out 1.0.3 to a pilot group and validate login stability on Ubuntu, terminal reset on crashes, and /plugin update reliability.
- 02.
Revisit CLI permissions: confirm /reset-allowed-tools behavior and that env commands aren’t auto-approved in existing workflows.
Fresh architecture paradigms...
- 01.
Design new internal workflows around Extensions to standardize common backend/data tasks under Copilot-driven tools.
- 02.
Codify MCP servers in devcontainers so new repos inherit consistent toolchains with minimal setup.