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
3 changes: 1 addition & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
"rfds/next-edit-suggestions",
"rfds/custom-llm-endpoint",
"rfds/plan-operations",
"rfds/tool-call-name",
"rfds/get-auth-state",
"rfds/session-compaction",
"rfds/session-notices"
Expand Down Expand Up @@ -226,7 +225,7 @@
},
{
"group": "Preview",
"pages": []
"pages": ["rfds/tool-call-name"]
},
{
"group": "Completed",
Expand Down
1 change: 1 addition & 0 deletions docs/rfds/tool-call-name.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,4 @@ call and inconsistent with MCP and function-call naming.
## Revision history

- 2026-07-21: Initial draft.
- 2026-09-14: Moved to Preview.
7 changes: 7 additions & 0 deletions docs/rfds/updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ rss: true

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

<Update label="September 14, 2026" tags={["Preview"]}>
## Tool Call Name RFD moves to Preview stage

The RFD for adding an optional programmatic `name` to tool calls in ACP v1 and v2 has moved to Preview stage. Please review the [RFD](/rfds/tool-call-name) for more information on the current proposal and provide feedback before the feature is stabilized.

</Update>

<Update label="August 20, 2026" tags={["Completed"]}>
## Terminal Authentication RFD moves to Completed

Expand Down
Loading