Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/rfds/v2/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ However, once all of this work is in place, it should be much easier to make add

### v2 + v1 Schema publishing

I have created a draft of the v2 schema, which is currently a direct duplicate of v1: <https://github.com/agentclientprotocol/agent-client-protocol/pull/1099>
I have created a [draft of the v2 schema](https://github.com/agentclientprotocol/agent-client-protocol/pull/1099), which is currently a direct duplicate of v1.

This also has the necessary conversion types that are needed for Rust at least to convert between the two. But this has a nice side-effect of a clear diff of how the schema will change and also what conversion is necessary. So the plan is to start proposing draft RFDs with the relevant schema changes where possible for approval.

Expand Down
Loading