FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
GitHub Copilot CLI Extensions: The Most Powerful Feature Nobody's Talking About
How-ToTools

GitHub Copilot CLI Extensions: The Most Powerful Feature Nobody's Talking About

via Dev.toHector Flores17h ago

There's No Documentation on This I'm going to say something that sounds absurd: GitHub Copilot CLI has a full extension system that lets you create custom tools, intercept every agent action, inject context, block dangerous operations, and auto-retry errors — and there's essentially zero public documentation about it. I'm not talking about MCP servers . I'm not talking about Copilot Extensions (the GitHub App kind). I'm talking about .github/extensions/ — a local extension system baked into the CLI agent harness that runs as a separate Node.js process, communicates over JSON-RPC, and gives you programmatic control over the entire agent lifecycle. You can literally tell the CLI "create me a tool that does X" and it will scaffold the extension file, hot-reload it, and the tool is available in the same session . No restart. No config. No marketplace. Just code. I had to extract this from the Copilot SDK source itself — the .d.ts type definitions, internal docs, and by building extensions

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles

Eighty Years Later, the Chemex Still Makes Better Coffee
How-To

Eighty Years Later, the Chemex Still Makes Better Coffee

Wired • 11h ago

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think
How-To

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think

Medium Programming • 12h ago

The Strange Advice Engineers Eventually Hear
How-To

The Strange Advice Engineers Eventually Hear

Medium Programming • 16h ago

How-To

A Gentle Introduction to Mercury

Lobsters • 16h ago

Code Is Culture: Why the Language We Build With Matters
How-To

Code Is Culture: Why the Language We Build With Matters

Medium Programming • 23h ago

Discover More Articles