---
title: "Copilot SDK is now generally available"
url: https://daily.dev/posts/copilot-sdk-is-now-generally-available-bkergfcmj
source_url: https://github.blog/changelog/2026-06-02-copilot-sdk-is-now-generally-available
type: article
source: "GitHub Changelog"
published: 2026-06-02T17:42:58.794Z
updated: 2026-06-02T17:43:28.119Z
tags: ["github", "mcp", "ai-assisted-development", "agentic-ai"]
reading_time: 3
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Copilot SDK is now generally available

**[GitHub Changelog](https://daily.dev/sources/github_updates)** · 3 min read · 1 upvotes · 0 comments

## Summary

GitHub Copilot SDK has reached general availability, enabling developers to embed Copilot's agentic engine directly into their own applications, services, and tools. The SDK provides programmatic access to the same agent runtime powering GitHub Copilot, including planning, tool invocation, file edits, streaming, and multi-turn sessions. It is now available in six languages: Node.js/TypeScript, Python, Go, .NET, Rust (new at GA), and Java (new at GA). Key capabilities include custom tool registration, MCP server integration, fine-grained system prompt customization, OpenTelemetry tracing, flexible authentication (GitHub OAuth, GitHub Apps, BYOK for OpenAI/Anthropic/others), cloud/remote sessions, and a hook system for intercepting agent behavior. New since public preview: Rust SDK, improved multi-client workflow support, slash commands, a stable API surface, and better diagnostics. Available to all GitHub Copilot subscribers and non-subscribers via BYOK.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/changelog/2026-06-02-copilot-sdk-is-now-generally-available>

## Similar posts on daily.dev

- [Building AI agents with the GitHub Copilot SDK](https://daily.dev/posts/building-ai-agents-with-the-github-copilot-sdk-tauv44gc4) · InfoWorld · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#mcp](https://daily.dev/tags/mcp), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development), [#agentic-ai](https://daily.dev/tags/agentic-ai)

[View this post on daily.dev](https://daily.dev/posts/copilot-sdk-is-now-generally-available-bkergfcmj)
