diff options
| author | James Long <[email protected]> | 2026-04-28 11:51:24 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 11:51:24 -0400 |
| commit | 2c2fc3499b3723a0595e1666b97207043913f2a8 (patch) | |
| tree | 28f1919756eadf06335bb697d900cd9c18d91cc2 /packages/sdk/openapi.json | |
| parent | ea3c6c34811de792ba6870766dd0a36f3a392bc6 (diff) | |
| download | opencode-2c2fc3499b3723a0595e1666b97207043913f2a8.tar.gz opencode-2c2fc3499b3723a0595e1666b97207043913f2a8.zip | |
feat(core): store relative path for sessions (#24704)
Diffstat (limited to 'packages/sdk/openapi.json')
| -rw-r--r-- | packages/sdk/openapi.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index c122037f4..ff0a5dc2e 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -10154,6 +10154,9 @@ "directory": { "type": "string" }, + "path": { + "type": "string" + }, "parentID": { "type": "string", "pattern": "^ses.*" @@ -10584,6 +10587,16 @@ } ] }, + "path": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "parentID": { "anyOf": [ { @@ -12538,6 +12551,9 @@ "directory": { "type": "string" }, + "path": { + "type": "string" + }, "parentID": { "type": "string", "pattern": "^ses.*" |
