
GitHub Copilot in 2026: What It Actually Is Now, How Free / Pro / Pro+ Differ, and When to Use Agent / Coding Agent / Spark
GitHub Copilot has shifted from 'in-editor autocompleter' to 'AI teammate that takes Issues and returns PRs.' Five plans (Free, Pro $10, Pro+ $39, Business $19/seat, Enterprise $39/seat); four pillars (Inline + Chat, Agent mode, Coding Agent, Spark). New Pro and Pro+ sign-ups have been paused since 2026-04-20; billing moves to AI Credits on 2026-06-01. Here's the practical picture for non-technical readers — and how it interlocks with Sales Claw.

中澤 圭志
@keishi_nakazawaSales Claw maintainer

Key Facts
Pricing (USD)
Free $0 / Pro $10 / Pro+ $39 / Business $19/seat / Enterprise $39/seat
Four pillars
Inline + Chat / Agent mode / Coding Agent (Issue → PR) / GitHub Spark
Recent changes
2026-04-20 Pro/Pro+ sign-up pause / 2026-06-01 AI Credit billing migration
Spark availability
Pro+ ($39) or Enterprise ($39) only — public preview
"What is GitHub Copilot, actually?" "Pro vs Pro+ — what's the difference?" "Spark really only on Pro+?" "If I assign an Issue, will Copilot really open a PR?"— this article walks through the GitHub Copilot 2026 picture from primary sources (GitHub Docs, Plans page, GitHub Blog, Changelog) for non-technical readers, including the April 2026 sign-up pause and the June 2026 billing migration.
Primary sources: GitHub Docs (docs.github.com/copilot), the GitHub Copilot Plans page (github.com/features/copilot/plans), GitHub Blog, and GitHub Changelog. For adjacent context, see our Codex CLI vs Claude Code comparison, the AI agent definition guide, the ChatGPT Atlas explainer, and the MCP complete guide.
1. What Copilot 2026 is — from "autocompleter" to "PR-returning teammate"

GitHub Copilot (from Microsoft-owned GitHub) launched in 2021 as in-editor code completion. Through 2025 and 2026, autonomous capabilities were stacked on top: Agent mode (in-editor autonomy), Coding Agent (cloud-side issue-to-PR), and Spark (plain-English app generation). Today it's less "the autocompleter got smarter" and more "multiple AI products under one subscription."
[Author opinion] Three things made Copilot suddenly newsworthy in April–May 2026: (1) the 2026-04-20 pause on new Pro / Pro+ / Student sign-ups; (2) the 2026-06-01 migration from request-count billing to AI-Credit (token) billing; (3) Codex and Claude Code aggressively shipping in the same coding-agent layer, which is making existing Copilot users actively re-evaluate. We thread all three through this article.
2. What you can actually do with Copilot in May 2026 — the four pillars

| Pillar | What it does | When to use it | Plans |
|---|---|---|---|
| Inline + Chat | Editor suggests the next lines; ask coding questions in natural language | Day-to-day coding | All plans, Free included |
| Agent mode | Copilot reads/writes files and runs commands inside your editor to complete a request | "Refactor this," "write tests" | Pro and up |
| Coding Agent | Assign a GitHub Issue to Copilot; it returns a PR | Small bugs, features, docs | Pro and up |
| GitHub Spark | Describe an app in plain English; get working code + live preview | Rapid prototypes, internal tools | Pro+ / Enterprise only |
3. The five plans — Free / Pro / Pro+ / Business / Enterprise
| Plan | Price (USD) | Who it's for | Key features |
|---|---|---|---|
| Free | $0 | Trial / light personal use | Inline + Chat (capped monthly) |
| Pro | $10/mo | Daily individual development | Inline + Chat + Agent + Coding Agent |
| Pro+ | $39/mo | Pros / freelancers wanting Spark | Pro + Spark + larger premium allowance |
| Business | $19/seat/mo | SMB / mid-market teams | Pro + org policy / audit log |
| Enterprise | $39/seat/mo* | Large orgs on GitHub Enterprise | Business + Spark + advanced controls |
* Enterprise adds on top of an existing GitHub Enterprise contract (combined ~$60/seat/mo).
[Official] Since 2026-04-20, new sign-ups for Copilot Pro, Pro+, and Student are temporarily paused. Since 2026-04-22, Copilot Business self-serve sign-ups for orgs on GitHub Free / Team plans are also paused. Existing users continue normally; new entrants either wait for the pause to lift or go through Enterprise sales.
[Official] Starting 2026-06-01, Copilot moves from premium-request counting to AI-Credit (token-based) billing. Base monthly prices stay the same. Heavy Agent mode use and large-context tasks will burn more credits than the old per-request model implied.

4. Agent mode vs Coding Agent — two autonomies with confusingly similar names

Agent mode lives in VS Code / JetBrains / Eclipse / Xcode and was GA across these IDEs in July 2025. It's the "AI pair-programmer at your desk" — multi-file refactors, test generation, on-the-fly debugging.
Coding Agent lives on GitHub.com itself, running on GitHub Actions. Assign an Issue to "Copilot" as the assignee; it plans the work, opens a PR, and iterates on review feedback. It's the "AI teammate who turns in work overnight."
| 項目 | Agent mode (in editor) | Coding Agent (cloud) |
|---|---|---|
| Runs on | Your PC, in the editor | GitHub servers (GitHub Actions) |
| Trigger | Toggle Agent mode in the editor | Assign a GitHub Issue to Copilot |
| Interaction | Watch and steer in real time | PR comments, asynchronous |
| Best for | Multi-file refactors, exploratory work, test generation | Well-scoped Issues: small bugs, features, docs |
| Requires | PC on, editor open | No local PC required |
| Plans | Pro and up | Pro and up |
5. GitHub Spark — natural-language app generation (Pro+ only)

[Author opinion] Realistic Spark fit:
- ✅ Personal tools (budget tracker, list manager, light CRM); internal prototypes; demo apps.
- ✅ Non-engineers turning ideas into running prototypes.
- ⚠️ Mid-sized SaaS (only if an engineer post-edits the generated code).
- ❌ Production-grade SaaS, sensitive-data workloads, high-availability systems.
- ❌ Embedding into an existing codebase — Spark generates standalone apps.
[Speculation] Over the next 6–12 months, expect Spark to extend from standalone app generation toward feature-level additions to existing repos — the boundary with Coding Agent will likely blur.
6. Getting started — three free steps for non-technical readers
Step 1: Create a GitHub account and turn on Copilot Free
Sign up at GitHub.com, enable Copilot in your settings, and install the GitHub Copilot extension in VS Code. Inline completion and Chat work inside the Free monthly cap. That's enough to get a feel for what Copilot is.
Step 2: Upgrade to Pro $10 for Agent mode + Coding Agent
Once you want to actually use Agent mode (in-editor autonomy) or Coding Agent (Issue → PR), you need Pro. [Unconfirmed] But Pro sign-ups are paused as of 2026-04-20, so this step is on hold for new users until the pause lifts.
Step 3: Pro+ $39 for Spark and a larger premium allowance
If you want to try Spark or you regularly hit the Pro premium-model cap, step up to Pro+. For team rollouts, your org admin contracts Business ($19/seat) or Enterprise ($39/seat).

7. Risks and caveats — billing migration, sign-up pause, security boundaries
The April pause may persist for weeks. If your team needs Copilot urgently, the practical paths are Enterprise (via GitHub sales) or staying on Free while waiting.
The June billing migration changes how heavy Agent / large-context usage bills. Base monthly prices stay the same, but credit-consumption visibility becomes a real ops requirement for orgs.
[Unconfirmed] For regulated industries in Japan (finance, healthcare, defense), Copilot's cloud-send model may still be a compliance blocker. Confirm with your security team before rollout.
[Author opinion] Coding Agent opens PRs; humans should still merge. Do not combine Coding Agent with auto-merge. Strengthen CODEOWNERS and required reviews when you roll it out.

8. Business use and the Sales Claw context — what this means for sales orgs
Coding Agent makes "small bugs get fixed overnight" and "PRs land while you're in meetings" real for teams that lean into it. The practical wins:
- Offload routine bugfixes to Coding Agent on low-risk Issues.
- Offload test scaffolding ("write unit tests for this file").
- Offload documentation drafting (README, API docs).
- Use Agent mode in-editor to accelerate exploratory refactoring.
For non-engineers (sales, marketing, execs), Copilot is rarely used directly. But the headcount-productivity implication is a real planning input: "same engineers, +30% output" is a credible scenario once Coding Agent is in the workflow.
| 項目 | Copilot 2026 (coding AI) | Other tools (non-coding AI) |
|---|---|---|
| Task focus | Read / write code, generate PRs, tests, refactors | Research, summaries, customer-facing writing |
| Where used | GitHub Copilot (VS Code / GitHub / CLI) | ChatGPT / Claude / Perplexity / Sales Claw |
| Setup | GitHub account + supported IDE | Each vendor's web / mobile app |
| Best for | Daily development, Issue triage, bugfixes | Sales research, reply drafting, email outreach |
| Data boundary | Code sent to GitHub/Microsoft cloud | Cloud-side processing (Sales Claw runs locally and is the exception) |
Sales Claw and Copilot
Sales Claw is a locally-run OSS that handles the actual sending of contact-form messages for B2B sales workflows. Where Copilot 2026 is "all of coding gets AI-assisted," Sales Claw is "the B2B sales send layer." Different layers, complementary roles.
Sales Claw applies pre-send automated checks, sales-NG detection, CAPTCHA stop, send-rate limiting, and audit logging so misfires and ToS violations get caught before they happen. A realistic combined setup:
- Development phase: improve Sales Claw and approachGuardrails with Copilot Agent / Coding Agent.
- Operations phase: run Sales Claw overnight; assign error-handling Issues to Coding Agent.
- Analysis phase: analyze action-log.json via Copilot Chat; reporting via ChatGPT / Claude.
- Boundary: keep Sales Claw's sales-NG detection rules out of public-model contexts.
Pre-rollout checklist (7 items)
- Get sign-off from your security team — Copilot sends code to the cloud.
- Enforce Public Code Filter / Content Exclusion at the org level.
- Document Coding Agent review requirements (CODEOWNERS, required reviews); disable auto-merge.
- Prepare for AI Credit visibility before 2026-06-01.
- Assume Pro / Pro+ sign-ups stay paused — plan via Enterprise sales or wait.
- Constrain Copilot scope on sensitive repos with org policies.
- Review GitHub Changelog quarterly to fold Spark and Coding Agent evolution into operations.
This is an English summary of the Japanese-language original; read the full Japanese article here.

As engineering orgs adopt Copilot Agent and Coding Agent for coding-side productivity, Sales Claw handles the B2B sales send layer with local execution, pre-send checks, and audit logging — anchoring the operational side of AI sales automation.
無料・MIT ライセンス。インストールせずにライブデモも試せます。
よくある質問
What is GitHub Copilot in 2026?
What is the difference between Pro and Pro+?
How is Agent mode different from Coding Agent?
What does GitHub Spark do?
Why are new sign-ups paused since 2026-04-20?
What changes with the 2026-06-01 AI-Credit migration?
How do I choose between Copilot, Codex, and Claude Code?
Can I use Copilot for sales or research work?
参考文献
本記事は X 公式アカウントと公式ドキュメントを一次情報として参照しています。
- [01]
- [02]
- [03]GitHub Docs — Plans for GitHub Copilot2026-05-17
- [04]
- [05]
- [06]
- [07]GitHub Spark — official product page2026-05-17
- [08]
- [09]
この記事の著者

中澤 圭志
Sales Claw maintainer
Designs and develops Sales Claw. Writes from the field on B2B sales automation and applied AI.

