diff options
| author | GitHub Action <[email protected]> | 2025-12-08 02:56:09 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-08 02:56:09 +0000 |
| commit | 123a136093968376935e7166efd26b17a3f68b39 (patch) | |
| tree | 598a00980957045305db44418ac231f0e8c5c28f | |
| parent | 4126fedbd46d871796d1bc68789c8aa45a7bf8d0 (diff) | |
| download | opencode-123a136093968376935e7166efd26b17a3f68b39.tar.gz opencode-123a136093968376935e7166efd26b17a3f68b39.zip | |
chore: regen sdk
| -rw-r--r-- | packages/sdk/openapi.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 3df67fa7c..1fef9e623 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -910,6 +910,9 @@ ], "summary": "Get session", "description": "Retrieve detailed information about a specific OpenCode session.", + "tags": [ + "Session" + ], "responses": { "200": { "description": "Get session", @@ -1107,6 +1110,9 @@ } ], "summary": "Get session children", + "tags": [ + "Session" + ], "description": "Retrieve all child sessions that were forked from the specified parent session.", "responses": { "200": { |
