Custom Workspace Agents "Spawns a context-aware 'Refactor Agent' tied to this specific task."
Flow-Aware Search "Copilot traces dependencies across the entire graph to form a plan."
Faster Code Navigation "Instantly identifies relevant files via graph links, skipping manual search."
Policy & Code Safety "Intercepts risky operations (PCI Zone) and enforces safe patterns."
Multi-Context Shell "Runs multiple background shells (Local, SSH, Container) safely. Smartly summarizes long output streams for AI context."
Code Graph Viz "Visualizes the architectural impact of the change before applying code."
GitHub Copilot
@agent-apex
Refactor the payment logic to use the new IAuth interface.
Planning Refactor...
I've traced the dependencies for PaymentCore. This module has 12 upstream callers that need updates.
> Found 3 files in :payments
> Found 2 files in :web-api
PCI ZONE DETECTED
Modification of PaymentCore requires strict type safety. I will apply the Safe Extraction pattern to avoid data leaks.
Verifying current interface compatibility...
$ agent run type-check --dry-run
>> Scanning src/payments...
✔ No circular dependencies found
Here is the proposed topology change. I will introduce an adapter layer first.
Auth DB
Reply to Agent Apex...
Context: 4 files, 1 graph slice

Agent Apex: The Copilot Extension

Enhancing GitHub Copilot with Structural Awareness & Runtime Safety