summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-06-27 07:46:42 -0500
committerJay V <[email protected]>2025-06-27 19:10:42 -0400
commitbe0811ecc30bb8a4fef14111437aacf6fa51fe27 (patch)
tree737ca49413e16756e2c2d779f9e3961fae4e7d13 /README.md
parent0676bcd4fd33b6acb37e248be53b9e6a0352be6b (diff)
downloadopencode-be0811ecc30bb8a4fef14111437aacf6fa51fe27.tar.gz
opencode-be0811ecc30bb8a4fef14111437aacf6fa51fe27.zip
chore: rework openapi spec and use stainless sdk
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9aa47f988..0c9af3444 100644
--- a/README.md
+++ b/README.md
@@ -54,14 +54,7 @@ $ bun run packages/opencode/src/index.ts
#### Development Notes
-**API Client Generation**: After making changes to the TypeScript API endpoints in `packages/opencode/src/server/server.ts`, you need to regenerate the Go client and OpenAPI specification:
-
-```bash
-$ cd packages/tui
-$ go generate ./pkg/client/
-```
-
-This updates the generated Go client code that the TUI uses to communicate with the backend server.
+**API Client**: After making changes to the TypeScript API endpoints in `packages/opencode/src/server/server.ts`, you will need the opencode team to generate a new stainless sdk for the clients.
### FAQ