Skip to content
Open
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/session-fork.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Then the client would be able to request a fork of the given session:

The request expects the same options as `session/load`, such as `cwd` and `mcpServers`.

Similarly, the agent would respond with optional data such as config options, the same as `session/load`.
Similarly, the agent would respond with the `sessionId` of the new session, plus optional data such as config options, the same as `session/new`.

Agents may reply with an error if forking of that specific session or with the given options is not supported,
for example if the agent does not support forking with a different working directory than the initial session.
Expand Down