We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4e9fb commit 2c6fd83Copy full SHA for 2c6fd83
4 files changed
docs/docs.json
@@ -130,7 +130,14 @@
130
"rfds/next-edit-suggestions",
131
"rfds/additional-directories",
132
"rfds/custom-llm-endpoint",
133
- "rfds/streamable-http-websocket-transport"
+ "rfds/streamable-http-websocket-transport",
134
+ {
135
+ "group": "v2 Draft",
136
+ "expanded": true,
137
+ "root": "rfds/v2/overview",
138
+ "directory": "accordion",
139
+ "pages": ["rfds/v2/prompt"]
140
+ }
141
]
142
},
143
{
docs/rfds/v2/overview.md
@@ -0,0 +1,5 @@
1
+---
2
+title: "ACP v2 Proposal"
3
4
+
5
+A collection of RFDs that require breaking changes to the protocol and should make up ACP v2.
docs/rfds/v2-prompt.mdx docs/rfds/v2/prompt.mdxdocs/rfds/v2-prompt.mdx renamed to docs/rfds/v2/prompt.mdx
docs/v2-changes.md
0 commit comments