summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-01 11:08:07 -0500
committerAiden Cline <[email protected]>2025-11-01 11:08:07 -0500
commitcb4401ec92efa046e3c3ba06fc221590b435703f (patch)
tree1358fc88fa746aa88810447a4f35ea72596de467
parentfebf467b0334917628ac9e65590ebb4c9d4beb25 (diff)
downloadopencode-cb4401ec92efa046e3c3ba06fc221590b435703f.tar.gz
opencode-cb4401ec92efa046e3c3ba06fc221590b435703f.zip
ignore: update contributing md
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 41ca2f1cf..ecfa7b3d5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,7 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you
## Developing OpenCode
-- Requirements: Bun 1.3+, Go 1.24.x.
+- Requirements: Bun 1.3+
- Install dependencies and start the dev server from the repo root:
```bash
@@ -36,11 +36,11 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you
- Core pieces:
- `packages/opencode`: OpenCode core business logic & server.
- - `packages/tui`: The TUI code, written in Go (will be removed soon in favor of [opentui](https://github.com/sst/opentui))
+ - `packages/opencode/src/cli/cmd/tui/`: The TUI code, written in SolidJS with [opentui](https://github.com/sst/opentui)
- `packages/plugin`: Source for `@opencode-ai/plugin`
> [!NOTE]
-> After touching `packages/opencode/src/server/server.ts`, the OpenCode team must regenerate the Stainless SDK before any client updates merge.
+> After touching `packages/opencode/src/server/server.ts`, run "./packages/sdk/js/script/build.ts" to regenerate the JS sdk.
## Pull Request Expectations