You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(unstable): add cwd and mcp_servers to session/fork (#333)
* feat(unstable): add cwd and mcp_servers to session/fork
See #326.
I did not run generate yet, as it changes a bunch of unrelated lines for me.
* Generate schema
---------
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Copy file name to clipboardExpand all lines: schema/schema.unstable.json
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1134,6 +1134,17 @@
1134
1134
"description": "The _meta property is reserved by ACP to allow clients and agents to attach additional\nmetadata to their interactions. Implementations MUST NOT make assumptions about values at\nthese keys.\n\nSee protocol docs: [Extensibility](https://agentclientprotocol.com/protocol/extensibility)",
1135
1135
"type": ["object", "null"]
1136
1136
},
1137
+
"cwd": {
1138
+
"description": "The working directory for this session.",
1139
+
"type": "string"
1140
+
},
1141
+
"mcpServers": {
1142
+
"description": "List of MCP servers to connect to for this session.",
0 commit comments