@@ -3285,7 +3285,7 @@ export type SessionListData = {
path?: never
query?: {
/**
- * Filter sessions by project directory
+ * Filter sessions by directory
*/
directory?: string
workspace?: string
@@ -2311,7 +2311,7 @@
"schema": {
"type": "string"
},
- "description": "Filter sessions by project directory"
+ "description": "Filter sessions by directory"
{
"in": "query",
@@ -2320,6 +2320,23 @@
}
+ {
+ "in": "query",
+ "name": "scope",
+ "schema": {
+ "type": "string",
+ "enum": ["project"]
+ },
+ "description": "List all sessions for the current project"
+ "name": "path",
+ "type": "string"
+ "description": "Filter sessions by project-relative path"
"name": "roots",