vscode-unify-chat-provider AGENTS.md

vscode-unify-chat-provider AGENTS.md is an instructions file for Codex, OpenCode from smallmain/vscode-unify-chat-provider. It costs 271 tokens per session, scanned A, original, MIT.

Repository instructions for a VS Code extension that connects several language-model providers to GitHub Copilot Chat through VS Code's Language Model API. They cover strict TypeScript checks, tests, and compatibility between extension instances.

In plain words
What is it for?
Use them when adding or changing providers, VS Code commands, configuration, inline completion, communication between extension instances, or automated tests.
Why use it?
They reduce type errors and help ensure provider connections and multi-instance communication keep working across extension updates.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/smallmain/vscode-unify-chat-provider/agents-md
Clone the repo
git clone --depth 1 https://github.com/smallmain/vscode-unify-chat-provider

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vscode-unify-chat-provider AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/smallmain/vscode-unify-chat-provider/agents-md.svg)](https://agentmods.dev/instructions/smallmain/vscode-unify-chat-provider/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/smallmain/vscode-unify-chat-provider/agents-md"><img src="https://agentmods.dev/badge/instructions/smallmain/vscode-unify-chat-provider/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 271 This file is loaded in full into every session.
When invoked 271 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00271 $0.00271
Opus 5 $0.00135 $0.00135
Sonnet 5 $0.00054 $0.00054
Haiku 4.5 $0.00027 $0.00027

Measured 5d ago against content hash dcfa11c37356, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vscode-unify-chat-provider AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 8 lines

What it actually says

  • Prohibit code that bypasses TypeScript's strict type checking, such as as any or @ts-ignore.
  • The project should use Vitest for unit tests and @vscode/test-electron for VS Code Extension Host end-to-end tests. After the test framework is added, run npm test or npm run test:unit for pure logic changes, and run npm run test:e2e for changes involving VS Code APIs, commands, configuration wiring, or inline completion provider lifecycle.
  • For main-instance coordination compatibility, do not use the extension/package version as the compatibility boundary. Maintain a separate main-instance compatibility version for that mechanism, and only bump it when IPC/RPC message formats, shared state contracts, or leader/follower behavior become incompatible. Compatible extension releases should continue to interoperate even when their package versions differ.
  • If you don't have a sufficient understanding of the specifications, please refer to the following official documents for more information:
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 8 lines · 271 tokens per session scan A dcfa11c37356

Subscribe to this mod's changes

vscode-unify-chat-provider AGENTS.md is an instructions file published in the GitHub repository smallmain/vscode-unify-chat-provider (708 stars, last pushed 8d ago), licensed MIT. It adds 271 tokens to every session, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

squad squad-routing-guard.instructions.md

Squad routing guard — explicit routing rules so the Copilot CLI routes tasks to the right Squad agent instead of handling them directly.

bradygaster/squad · 1,073 tokens

squad copilot-instructions.md

Copilot instructions for bradygaster/squad, covering copilot coding agent — squad instructions, ⚠️ identity lock — read this first, 🚦 route before you act — generic copilot sessions, adversarial input handling and team context.

bradygaster/squad · 1,349 tokens

apex-accelerator agent-skills.instructions.md

Guidelines for creating high-quality Agent Skills for GitHub Copilot.

jonathan-vella/apex-accelerator · 1,962 tokens

apex-accelerator context-optimization.instructions.md

Context window optimization rules for agent definitions, skills, and instruction files.

jonathan-vella/apex-accelerator · 1,957 tokens

apex-accelerator AGENTS.md

AGENTS.md instructions for jonathan-vella/apex-accelerator, covering apex, setup commands, clone the accelerator template and open in dev container, https://github.com/jonathan-vella/apex-accelerator and build & validation.

jonathan-vella/apex-accelerator · 1,814 tokens

apex-accelerator no-interactive-shell.instructions.md

Prevents interactive shell prompts and long-output terminal replays from being injected into chat. Forbids -i flags on mv/rm/cp, read -p, and confirm prompts (incl. inside bash -c '...'). Pipe long output to files. Scoped to chat-context-loaded files; skill references/ and templates/ are exempt because they hold…

jonathan-vella/apex-accelerator · 1,396 tokens