Skip to content

Commit c046fff

Browse files
committed
add to website
1 parent bcacf2d commit c046fff

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"rfds/session-fork",
9898
"rfds/request-cancellation",
9999
"rfds/session-resume",
100-
"rfds/meta-propagation"
100+
"rfds/meta-propagation",
101+
"rfds/session-info-update"
101102
]
102103
},
103104
{ "group": "Preview", "pages": [] },

docs/rfds/session-info-update.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Session Info Update"
33
---
44

55
- Author(s): [@ignatov](https://github.com/ignatov)
6-
- Champion: [@benbrandt](https://github.com/benbrandt)
76

87
## Elevator pitch
98

docs/updates.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ description: Updates and announcements about the Agent Client Protocol
44
rss: true
55
---
66

7+
<Update label="December 3, 2025" tags={["RFD"]}>
8+
## session_info_update notification RFD moves to Draft stage
9+
10+
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.
11+
12+
</Update>
13+
714
<Update label="December 3, 2025" tags={["RFD"]}>
815
## _meta Propagation RFD moves to Draft stage
916

0 commit comments

Comments
 (0)