third-party-agents

third-party-agents is an agent for coding agents from feimacode/feima-copilot-llms-extension. It costs 35 tokens per session (2,640 once invoked), scanned A, original, MIT.

An explanation of how to use AI coding agents from providers such as Anthropic and OpenAI inside Visual Studio Code.

In plain words
What is it for?
Use it to run local or cloud agents, choose an agent for a task, and understand how GitHub Copilot handles access and billing.
Why use it?
It lets you compare outside agents while managing their sessions and using the editor's coding, debugging, and testing tools in one place.

Agent

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 agents/feimacode/feima-copilot-llms-extension/third-party-agents
Clone the repo
git clone --depth 1 https://github.com/feimacode/feima-copilot-llms-extension

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 third-party-agents

README.md
[![agentmods](https://agentmods.dev/badge/agents/feimacode/feima-copilot-llms-extension/third-party-agents.svg)](https://agentmods.dev/agents/feimacode/feima-copilot-llms-extension/third-party-agents)
Your own site
<a href="https://agentmods.dev/agents/feimacode/feima-copilot-llms-extension/third-party-agents"><img src="https://agentmods.dev/badge/agents/feimacode/feima-copilot-llms-extension/third-party-agents.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,640 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00035 $0.02640
Opus 5 $0.00017 $0.01320
Sonnet 5 $0.00007 $0.00528
Haiku 4.5 $0.00003 $0.00264

Measured 5d ago against content hash 50e9657243bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

third-party-agents 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.

docs/src/content/docs/zh/vscode-copilot/agents/third-party-agents.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Visual Studio Code 中的第三方智能体(Third-party Agent)是由外部提供商(如 Anthropic 和 OpenAI)开发的 AI 智能体(Agent)。第三方智能体(Third-party Agent)让你能够使用这些 AI 提供商的独特能力,同时仍可受益于 VS Code 统一的智能体(Agent)会话(Agent Session)管理以及用于编码、调试、测试等的丰富编辑器体验。此外,你还可以通过现有的 GitHub Copilot 订阅使用这些提供商的服务。

VS Code 使用提供商的 SDK 和智能体(Agent)框架来访问智能体(Agent)的独特能力。你可以在 VS Code 中使用本地和云端第三方智能体(Third-party Agent)。云端第三方智能体(Third-party Agent)的集成通过你的 GitHub Copilot 计划启用。

注意 云端第三方编程智能体(Agent)目前处于预览阶段。

为什么使用第三方智能体(Third-party Agent)?

在 VS Code 中使用第三方智能体(Third-party Agent)的优势:

  • 使用独特能力:每个第三方智能体(Third-party Agent)都有自己的优势和专业功能。VS Code 使用提供商的 SDK 和智能体(Agent)框架访问这些能力,让你能够为编程任务选择最合适的智能体(Agent)。
  • 统一体验:从同一个 VS Code 智能体(Agent)体验中管理所有智能体(Agent)会话(Agent Session),包括第三方智能体(Third-party Agent)。
  • 丰富的编辑器集成:将 VS Code 的编码功能(如丰富的调试和测试)与智能体(Agent)能力相结合。
  • 计费:通过现有的 GitHub Copilot 订阅进行身份验证和计费管理,无需额外设置。

启用第三方云端智能体(Cloud Agent)

在 VS Code 中使用云端第三方智能体(Third-party Agent)之前,需要在 Copilot 账号设置中启用对云端第三方智能体(Third-party Agent)的支持。请按照 GitHub 文档中在仓库中启用或禁用第三方编程智能体(Agent)的步骤操作。

💡 国内用户提示 如果您希望使用国内 AI 模型,安装 飞码扣插件 即可在 GitHub Copilot Chat 中使用通义千问(Qwen3)、DeepSeek、GLM 等模型,按次计费。了解更多 → 打开飞码扣

无需安装提供商的 VS Code 扩展即可在 VS Code 中使用其云端智能体(Cloud Agent)。

Claude 智能体(预览版)

Claude 智能体(Agent)会话(Agent Session)直接在 VS Code 中提供由 Anthropic Claude Agent SDK 驱动的自主编程能力。Claude 智能体(Agent)会自主操作你的工作区,使用自己的工具集和能力来规划、执行和迭代编程任务。

可通过 github.copilot.chat.claudeAgent.enabled 设置(由组织级别管理,如需更改请联系管理员)启用或禁用 Claude 智能体(Agent)会话(Agent Session)的支持。

启动 Claude 智能体(Agent)会话(Agent Session)

启动新的 Claude 智能体(Agent)会话(Agent Session):

  1. 打开聊天视图(⌃⌘I / Windows、Linux:Ctrl+Alt+I),选择新建聊天+)。

  2. 选择本地或云端智能体(Cloud Agent)会话(Agent Session):

    • 对于本地会话,从会话类型下拉菜单选择 Claude

Read the full file on GitHub · 141 lines

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 · 141 lines · 35 tokens per session scan A 50e9657243bb

Subscribe to this mod's changes

third-party-agents is an agent published in the GitHub repository feimacode/feima-copilot-llms-extension (5 stars, last pushed 5d ago), licensed MIT. It adds 35 tokens to every session and 2,640 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

agent_types

This document describes how the unified three-layer Device Agent architecture is implemented across different platforms. While the core framework (State, Processor, Command layers) remains consistent, each platform implements specialized agents optimized for their native control mechanisms and hierarchies.…

microsoft/UFO · 0 tokens

server_client_architecture

Device agents in UFO are partitioned into server and client components, separating high-level orchestration from low-level execution. This architecture enables safe, scalable, and flexible task execution across heterogeneous devices through the Agent Interaction Protocol (AIP).

microsoft/UFO · 0 tokens

advisor

Opus 级高级技术顾问,提供第二意见、方案比较和风险审阅。适用于技术选型、实现规划、架构/API/并发/安全问题、疑难 bug 根因、代码或调查结论审阅,以及任何需要判断“是否/哪种/怎么做”的任务;可读取调用方明确列出的证据文件,不负责实现或验证。.

KonghaYao/peri · 85 tokens

critical-reviewer

Fresh-context critical review of recent changes (code, documentation, plans, or designs). Read-only. Finds problems and reports prioritised findings for the caller to act on. Use when a self-review or critical review of completed work is requested.

sammcj/agentic-coding · 52 tokens

quick-researcher

Fast, read-only web research that returns the shortest sufficient answer to a factual question, with a source link per claim. Use for "what/which/when/how much/is X still..." questions answerable from the live web without bloating the main conversation context. Not for software implementation guides (use…

sammcj/agentic-coding · 0 tokens

orchestrator

Agent "orchestrator" from openinterpreter/openinterpreter, covering user updates spec, reviews and general guidelines.

openinterpreter/openinterpreter · 0 tokens