415.tech
AI & tech, from the frontlines of Silicon Valley
GitHub Copilot ships a standalone desktop app with per-session worktrees and a GA SDK

GitHub Copilot ships a standalone desktop app with per-session worktrees and a GA SDK

GitHub's new Copilot desktop app (technical preview, Windows and macOS) runs each agent session in its own git worktree to prevent conflicts across parallel runs, surfaces plan and CI state in editable canvases, and ships the Copilot SDK as generally available across six languages — Node.js, Python, Go, and three more. A developer can now build internal tools on the same runtime that powers the app — code analyzers, release-note generators, support-workflow agents — instead of assembling a custom stack.

Source: github.blog

Post on XEmail

Every session runs in its own git worktree, a real, isolated copy of your branch. This helps parallel agent sessions work without stepping on each other.

GitHub

Why this matters

  • → Parallel agent sessions now run isolated, eliminating merge conflicts and context loss.
  • → Developers gain unified control center to oversee multiple agents across repositories.
  • → SDK generalization lets teams build custom agents on production-grade runtime instead of custom stacks.
Agent orchestration matured
Also in this edition