File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3285,7 +3285,7 @@ export type SessionListData = {
32853285 path ?: never
32863286 query ?: {
32873287 /**
3288- * Filter sessions by project directory
3288+ * Filter sessions by directory
32893289 */
32903290 directory ?: string
32913291 workspace ?: string
Original file line number Diff line number Diff line change 23112311 "schema" : {
23122312 "type" : " string"
23132313 },
2314- "description" : " Filter sessions by project directory"
2314+ "description" : " Filter sessions by directory"
23152315 },
23162316 {
23172317 "in" : " query" ,
23202320 "type" : " string"
23212321 }
23222322 },
2323+ {
2324+ "in" : " query" ,
2325+ "name" : " scope" ,
2326+ "schema" : {
2327+ "type" : " string" ,
2328+ "enum" : [" project" ]
2329+ },
2330+ "description" : " List all sessions for the current project"
2331+ },
2332+ {
2333+ "in" : " query" ,
2334+ "name" : " path" ,
2335+ "schema" : {
2336+ "type" : " string"
2337+ },
2338+ "description" : " Filter sessions by project-relative path"
2339+ },
23232340 {
23242341 "in" : " query" ,
23252342 "name" : " roots" ,
You can’t perform that action at this time.
0 commit comments