Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/announcements/acp-agent-registry-stabilized.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: ACP Registry is stabilized
sidebarTitle: ACP Registry stabilized
description: Announcement that the ACP Registry RFD has been completed and the registry is stabilized.
---

**Published:** March 9, 2026

The ACP Registry RFD has moved to Completed and the initial version of the registry is stabilized.

The registry gives ACP clients a standard way to discover, install, and configure compatible agents. It introduces a curated catalog and a shared manifest format so editors and other clients do not need to invent their own integration metadata.

If you want to explore the shipped experience, start with [ACP Registry](/get-started/registry). For the design history and rationale, see the [ACP Agent Registry RFD](/rfds/acp-agent-registry).
19 changes: 19 additions & 0 deletions docs/announcements/implementation-information.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Implementation information for agents and clients
sidebarTitle: Implementation information
description: Protocol update introducing optional implementation metadata during initialization.
---

**Published:** October 24, 2025

ACP now allows agents and clients to provide information about themselves to the other party during initialization.

The [InitializeRequest](/protocol/schema#initializerequest) message now includes an optional clientInfo field, and the [InitializeResponse](/protocol/schema#initializeresponse) message includes an optional agentInfo field.

This information can be used by clients to show users which agent is running and what version, by both sides to track usage metrics for which agents and clients are most popular among their users, and to help track down issues tied to particular implementation versions.

This follows the existing pattern laid out in the [Model Context Protocol](https://modelcontextprotocol.io/specification/2025-06-18/basic/lifecycle#initialization).

This is being introduced as an optional field for now for backwards compatibility. It is possible it will be made required in a future version of the protocol, like MCP, so that both sides can count on this information being available.

For the user-facing protocol guide, see [Implementation Information](/protocol/initialization#implementation-information).
17 changes: 17 additions & 0 deletions docs/announcements/sergey-ignatov-lead-maintainer.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Sergey Ignatov joins ACP as Lead Maintainer
sidebarTitle: Lead maintainer update
description: Governance announcement about Sergey Ignatov joining ACP as a Lead Maintainer.
---

**Published:** February 18, 2026

It is with great pleasure that I announce that Sergey Ignatov, from JetBrains, will be joining me as a Lead Maintainer for ACP. Agus Zubiaga will remain a key part of the leadership group as a Core Maintainer.

This is in recognition of Sergey’s many contributions to the protocol. We would not be where we are today without his efforts. In the past few months, Zed and JetBrains have been able to collaborate closely on the protocol, and it is time to reflect that fact more formally in our governance structure.

I have enjoyed the chance to work with Sergey and the entire JetBrains team. There is still much work to be done, but with all of the agent and client teams working together, I am confident we can continue to make the ACP vision a reality: allowing you to collaborate with the agent or agents you love wherever you are already working.

**Ben Brandt**

Zed Industries / ACP Lead Maintainer
13 changes: 13 additions & 0 deletions docs/announcements/session-config-options-stabilized.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Session Config Options are stabilized
sidebarTitle: Config options stabilized
description: Announcement that session-level configuration selectors are now part of the stable ACP protocol.
---

**Published:** February 4, 2026

The Session Config Options RFD has moved to Completed and is stabilized.

Session Config Options give agents a flexible way to expose session-level configuration such as models, modes, reasoning levels, and other selectors. Instead of hard-coding a small set of protocol-level controls, clients can render the options an agent provides and keep them in sync as they change.

The stable protocol documentation is available in [Session Config Options](/protocol/session-config-options), and the design history remains in the [Session Config Options RFD](/rfds/session-config-options).
13 changes: 13 additions & 0 deletions docs/announcements/session-info-update-stabilized.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Session Info Update is stabilized
sidebarTitle: Session Info Update stabilized
description: Announcement that the session_info_update notification is now part of the stable ACP protocol.
---

**Published:** March 9, 2026

The Session Info Update RFD has moved to Completed and the session_info_update notification is stabilized.

This lets agents push session metadata updates to clients in real time, including generated titles and related metadata, so session lists can stay current without polling.

The stable protocol behavior is documented in [Session List](/protocol/session-list#updating-session-metadata), and the design history remains in the [Session Info Update RFD](/rfds/session-info-update).
13 changes: 13 additions & 0 deletions docs/announcements/session-list-stabilized.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Session List is stabilized
sidebarTitle: Session List stabilized
description: Announcement that the session/list method is now part of the stable ACP protocol.
---

**Published:** March 9, 2026

The Session List RFD has moved to Completed and the session/list method is stabilized.

This gives clients a standard way to discover sessions known to an agent, making features like session history, session switching, and cleanup much easier to implement consistently across ACP clients.

For the shipped protocol, see [Session List](/protocol/session-list). For the design history, see the [Session List RFD](/rfds/session-list).
16 changes: 15 additions & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"tab": "RFDs",
"pages": [
"rfds/about",
"rfds/updates",
{
"group": "Draft",
"pages": [
Expand Down Expand Up @@ -165,7 +166,20 @@
},
{
"tab": "Updates",
"pages": ["updates"]
"pages": [
"updates",
{
"group": "Announcements",
"pages": [
"announcements/acp-agent-registry-stabilized",
"announcements/session-info-update-stabilized",
"announcements/session-list-stabilized",
"announcements/sergey-ignatov-lead-maintainer",
"announcements/session-config-options-stabilized",
"announcements/implementation-information"
]
}
]
},
{
"tab": "Brand",
Expand Down
2 changes: 1 addition & 1 deletion docs/rfds/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Some changes do not require an RFD:

RFD proposals are merged into the "Draft" section if a core team member decides to champion them. The champion becomes the point-of-contact and will work with authors to make it reality. Once in draft, implementation may begin (properly feature-gated with the RFD name). Implementation can also begin at a particular SDK or agent/client level to prove out the design for better review and feedback before broader adoption.

RFDs are living documents that track implementation progress. PRs working towards an RFC will typically update it to reflect changes in design or direction.
RFDs are living documents that track implementation progress. PRs working towards an RFD will typically update it to reflect changes in design or direction.

### 2b. Move to "To be removed"

Expand Down
194 changes: 194 additions & 0 deletions docs/rfds/updates.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
---
title: RFD Updates
description: Lifecycle updates for ACP Requests for Dialog
rss: true
---

This page tracks lifecycle changes for ACP Requests for Dialog. For broader ACP announcements, see [Updates](/updates).

<Update label="March 27, 2026" tags={["Draft"]}>
## Custom LLM Endpoint RFD moves to Draft stage

The RFD for allowing clients to specify custom provider configuration has been moved to Draft stage. Please review the [RFD](/rfds/custom-llm-endpoint) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="March 24, 2026" tags={["Draft"]}>
## Additional Directories RFD moves to Draft stage

The RFD for allowing clients to specify additional directories for the agent to access has been moved to Draft stage. Please review the [RFD](/rfds/additional-directories) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="March 9, 2026" tags={["Completed"]}>
## ACP Registry RFD moves to Completed

The RFD for the initial version of the ACP Registry has been completed. Please review the [documentation](/get-started/registry) for more information.

## session_info_update Notification RFD moves to Completed

The RFD for the session_info_update notification has been stabilized and is now a part of the protocol. Please review the [documentation](/protocol/session-list#updating-session-metadata) for more information.

## session/list RFD moves to Completed

The RFD for the session/list method has been stabilized and is now a part of the protocol. Please review the [documentation](/protocol/session-list) for more information.

</Update>

<Update label="February 24, 2026" tags={["Draft"]}>
## Next Edit Suggestions RFD moves to Draft stage

The RFD for allowing agents to provide next edit suggestions has been moved to Draft stage. Please review the [RFD](/rfds/next-edit-suggestions) for more information on the current proposal and provide feedback as work on the implementation begins.

## session/close RFD moves to Draft stage

The RFD for allowing agents to close a given session has been moved to Draft stage. Please review the [RFD](/rfds/session-close) for more information on the current proposal and provide feedback as work on the implementation begins.

## Elicitation RFD moves to Draft stage

The RFD for allowing agents to elicit user input has been moved to Draft stage. Please review the [RFD](/rfds/elicitation) for more information on the current proposal and provide feedback as work on the implementation begins.

## Boolean Config Option RFD moves to Draft stage

The RFD for adding boolean config options to the protocol has been moved to Draft stage. Please review the [RFD](/rfds/boolean-config-option) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="February 20, 2026" tags={["Draft"]}>
## Delete in Diff RFD moves to Draft stage

The RFD for indicating whether a diff resulted in a file deletion has been moved to Draft stage. Please review the [RFD](/rfds/diff-delete) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="February 18, 2026" tags={["Draft"]}>
## Message ID RFD moves to Draft stage

The RFD for adding message ids to the protocol has been moved to Draft stage. Please review the [RFD](/rfds/message-id) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="February 18, 2026" tags={["Preview"]}>
## session/list RFD moves to Preview stage

The RFD for the session/list method has been moved to Preview stage. Please review the [RFD](/rfds/session-list) for more information on the current proposal and provide feedback before the feature is stabilized.

## session_info_update RFD moves to Preview stage

The RFD for the session_info_update notification has been moved to Preview stage. Please review the [RFD](/rfds/session-info-update) for more information on the current proposal and provide feedback before the feature is stabilized.

</Update>

<Update label="February 10, 2026" tags={["Preview"]}>
## ACP Registry RFD moves to Preview stage

The RFD for the ACP Registry has been moved to Preview stage. Please review the [RFD](/rfds/acp-agent-registry) for more information on the current proposal and provide feedback before the feature is stabilized.

</Update>

<Update label="February 4, 2026" tags={["Completed"]}>
## Session Config Options RFD moves to Completed

The RFD for adding more generic Session Config Options to the protocol has been stabilized and is now a part of the protocol. Please review the [documentation](/protocol/session-config-options) for more information.

</Update>

<Update label="February 4, 2026" tags={["Draft"]}>
## session/delete moves to Draft stage

The RFD for allowing clients to delete a given session has been moved to Draft stage. Please review the [RFD](/rfds/session-delete) for more information on the current proposal and provide feedback as work on the implementation begins.

## Logout method moves to Draft stage

The RFD for allowing clients to logout from an agent connection has been moved to Draft stage. Please review the [RFD](/rfds/logout-method) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="January 15, 2026" tags={["Draft"]}>
## Rust SDK based on SACP RFD moves to Draft stage

The RFD for basing the Rust SDK on SACP has been moved to Draft stage. Please review the [RFD](/rfds/rust-sdk-v1) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="January 15, 2026" tags={["Preview"]}>
## Session Config Options RFD moves to Preview stage

The RFD for adding more generic Session Config Options to the protocol has been moved to Preview stage. Please review the [RFD](/rfds/session-config-options) for more information on the current proposal and provide feedback before the feature is stabilized.

</Update>

<Update label="January 14, 2026" tags={["Draft"]}>
## Authentication Methods RFD moves to Draft stage

The RFD for creating additional types of authentication methods has been moved to Draft stage. Please review the [RFD](/rfds/auth-methods) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="January 1, 2026" tags={["Draft"]}>
## Agent Registry RFD moves to Draft stage

The RFD for creating an Agent Registry has been moved to Draft stage. Please review the [RFD](/rfds/acp-agent-registry) for more information on the current proposal and provide feedback as work on the implementation begins.

## Session Usage RFD moves to Draft stage

The RFD for adding a new usage_update variant on the session/update notification and usage field on prompt responses in the protocol has been moved to Draft stage. Please review the [RFD](/rfds/session-usage) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="December 31, 2025" tags={["Draft"]}>
## Proxy Chains RFD moves to Draft stage

The RFD for adding proxy chain functionality in the protocol has been moved to Draft stage. Please review the [RFD](/rfds/proxy-chains) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="December 11, 2025" tags={["Draft"]}>
## Agent Telemetry Export RFD moves to Draft stage

The RFD for providing more guidance on how agents should export telemetry has been moved to Draft stage. Please review the [RFD](/rfds/agent-telemetry-export) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="December 3, 2025" tags={["Draft"]}>
## session_info_update notification RFD moves to Draft stage

The RFD for adding a new session_info_update variant on the session/update notification in the protocol has been moved to Draft stage. Please review the [RFD](/rfds/session-info-update) for more information on the current proposal and provide feedback as work on the implementation begins.

## \_meta Propagation RFD moves to Draft stage

The RFD for providing more guidance on how the \_meta parameter should be used within the protocol has been moved to Draft stage. Please review the [RFD](/rfds/meta-propagation) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="November 26, 2025" tags={["Draft"]}>
## session/resume RFD moves to Draft stage

The RFD for adding a session/resume method to the protocol has been moved to Draft stage. Please review the [RFD](/rfds/session-resume) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="November 20, 2025" tags={["Draft"]}>
## $/cancelRequest RFD moves to Draft stage

The RFD for adding a $/cancelRequest method to the protocol has been moved to Draft stage. Please review the [RFD](/rfds/request-cancellation) for more information on the current proposal and provide feedback as work on the implementation begins.

## session/fork RFD moves to Draft stage

The RFD for adding a session/fork method to the protocol has been moved to Draft stage. Please review the [RFD](/rfds/session-fork) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="November 3, 2025" tags={["Draft"]}>
## Session Config Options RFD moves to Draft stage

The RFD for adding more generic Session Config Options to the protocol has been moved to Draft stage. Please review the [RFD](/rfds/session-config-options) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>

<Update label="October 31, 2025" tags={["Draft"]}>
## session/list RFD moves to Draft stage

The RFD for adding a session/list method to the protocol has been moved to Draft stage. Please review the [RFD](/rfds/session-list) for more information on the current proposal and provide feedback as work on the implementation begins.

</Update>
Loading
Loading