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: 2 additions & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"hidden": true,
"pages": [
"protocol/v2/overview",
"protocol/v2/migration",
"protocol/v2/initialization",
"protocol/v2/authentication",
"protocol/v2/session-setup",
Expand Down Expand Up @@ -198,7 +199,7 @@
"rfds/elicitation",
"rfds/streamable-http-websocket-transport",
{
"group": "v2 Active",
"group": "v2",
"expanded": true,
"root": "rfds/v2/overview",
"pages": [
Expand Down
2 changes: 2 additions & 0 deletions docs/protocol/v2/draft/slash-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ After creating a session, the Agent **MAY** send a list of available commands vi
"name": "web",
"description": "Search the web for information",
"input": {
"type": "text",
"hint": "query to search for"
}
},
Expand All @@ -33,6 +34,7 @@ After creating a session, the Agent **MAY** send a list of available commands vi
"name": "plan",
"description": "Create a detailed implementation plan",
"input": {
"type": "text",
"hint": "description of what to plan"
}
}
Expand Down
Loading
Loading