feat(codemode): add OpenAPI tool adapter (#35362)

This commit is contained in:
Aiden Cline
2026-07-04 16:28:11 -05:00
committed by GitHub
parent 6fae8bc87f
commit 38f1e91316
16 changed files with 29461 additions and 62 deletions
+1
View File
@@ -127,6 +127,7 @@ export const PtyGroup = HttpApiGroup.make("server.pty")
description: "Establish a WebSocket connection streaming PTY output and accepting terminal input.",
transform: (operation) => ({
...operation,
"x-websocket": true,
parameters: [
...(operation.parameters ?? []),
...["location[directory]", "location[workspace]", "cursor", PTY_CONNECT_TICKET_QUERY].map((name) => ({