From 79bbf90b727f35915e665b99ba13f260b0dc94fe Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:46:42 -0500 Subject: chore: rework openapi spec and use stainless sdk --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3