Skip to content

root / tags / protocole-ouvert

#protocole ouvert

2 fiches

AI Coding Agents & Skills Auto-verified translation

Agent Client Protocol — Introduction

Landing page of the **official specification** of the **Agent Client Protocol (ACP)** (`agentclientprotocol.com/get-started/introduction`), accessed on **August 2, 2026**. This is not a dated article but a **living artifact**: the fiche is dated by its observation, not by a publication date. **One-sentence mission statement**: *"The Agent Client Protocol (ACP) standardizes communication between code editors/IDEs and coding agents and is suitable for both local and remote scenarios."* **The stated problem** fits in three lines: coding agents and editors are **tightly coupled** and *"interoperability isn't the default"* — every editor must build a custom integration per agent, every agent must implement editor-specific APIs. Three named consequences: **integration overhead** (every agent-editor pair requires custom work), **limited compatibility** (an agent only reaches a subset of editors), **developer lock-in** (*"choosing an agent often means accepting their available interfaces"*). **The solution is explicitly modeled on LSP** — *"similar to how the Language Server Protocol (LSP) standardized language server integration"* — with a reciprocal benefit: an agent that speaks ACP works with **any** compatible editor, an editor that supports ACP gains access to the **entire** ACP agent ecosystem. **Two deployment modes, and this is the most underrated point**: **local** agents run as an editor subprocess over **JSON-RPC on stdio**, but **remote** agents are planned over **HTTP or WebSocket** — support stated as *"work in progress"*, with ongoing collaboration with agentic platforms. **Technical lineage with MCP, stronger than mere complementarity**: ACP *"re-uses the JSON representations used in MCP where possible"*, adding types specific to agentic-coding UX needs (**diff** display is the example given); the default format for readable text is **Markdown**, chosen so the editor is not required to render HTML. ⚠️ **Two governance and versioning observations** noted on the page and not in the surrounding discourse: navigation exposes **v1 (Latest)** and **v2 (Draft)** — and **not an "ACP 1.2"** —, and the nav bar links **Zed Industries *and* JetBrains** side by side, alongside an **ACP Registry**, **RFDs**, a **Community** section, **Publications**, **Updates**, and a **Brand** page. Announced official libraries: **Kotlin, Java, Python, Rust, TypeScript**, plus a community track.

#Agent Client Protocol#ACP#open protocol

**Projet Agent Client Protocol** — spécification collective · sans signature individuelle sur cette page. La barre de navigation du site lie deux organisations au même niveau : **Zed Industries** (à l'origine du protocole) et **JetBrains**. La présence d'une section **RFDs** (*requests for discussion*) · d'une page **Community** et d'un **ACP Registry** indique une structure de gouvernance ouverte plutôt qu'une documentation produit.

AI Coding Agents & Skills Auto-verified translation

What Anthropic's New Claude Billing Means for Zed Users

Blog post on **Zed**'s blog signed by **Franciska Dethlefsen** (head of growth and marketing), published on **May 14, 2026** — the day after Anthropic's announcement — to answer questions from Zed users. **Subject**: starting **June 15**, Anthropic **splits Claude subscription billing into two pools** — one for its **first-party tools** (chat, official Claude Code CLI), the other for **third-party agent and SDK usage** (anything going through **ACP**, `claude -p`, or a third-party tool). Usage via ACP **then stops drawing from Pro or Max limits** and switches to a monthly **"Agent SDK" credit**: **$20 for Pro, $100 for Max 5x, $200 for Max 20x**. Once the credit is exhausted, usage continues **at standard API pricing** if overage is enabled — otherwise requests stop until the next cycle. **The figure driving the article**: subscriptions had until then subsidized agentic usage by a factor of **≈ 15 to 30×** relative to API pricing, and the new credits are billed **at full API pricing** — hence *"for anyone using agents heavily, this is a major cost increase"*. **Three options proposed**, in an order that reveals Zed's position: (1) keep the subscription by launching the **official `claude` CLI in a terminal inside Zed** rather than via ACP — *"when the official claude CLI runs in the terminal, it uses your subscription's limits, not the new credit"*; (2) use Zed's built-in agent with the provider of one's choice (Zed-hosted models, API keys, Copilot, local Ollama, DeepSeek); (3) plug in **any ACP agent** — OpenCode, Codex, Factory, Cursor — several of which still offer rate-limited subscriptions that subsidize heavy usage. **The underlying thesis**, and the real reason for the post: *"ACP is an open protocol… so that your editor is never locked into one provider's pricing decisions"*, with the explicit anticipation that *"this kind of change won't be the last"*. ⚠️ **The post carries an addendum dated June 16, 2026** announcing that **the change is suspended**: ACP, `claude -p`, the Agent SDK, and third-party applications continue to work with subscriptions **as before**, no separate credit to claim, limits unchanged, Anthropic revising its plan with announced advance notice. **The artifact is therefore self-contradicted**: its most important content — the reversal — postdates its own publication date by a month.

#Zed#Anthropic#Claude subscription

**Franciska Dethlefsen** — head of growth and marketing chez **Zed Industries**. Le rôle est déterminant pour lire le texte : ce n'est pas un billet d'ingénierie mais une **communication de crise produit** · écrite le lendemain d'une annonce d'un fournisseur dont Zed dépend · à destination d'utilisateurs inquiets. La signature growth/marketing explique la structure (problème → options → réassurance) et le fait que l'argument protocolaire arrive en conclusion plutôt qu'en tête.