mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
chore: generate
This commit is contained in:
parent
9209c04370
commit
ae8904c4ff
2 changed files with 19 additions and 2 deletions
|
|
@ -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 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "scope",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["project"]
|
||||
},
|
||||
"description": "List all sessions for the current project"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "path",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Filter sessions by project-relative path"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "roots",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue