Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit cb4401e

Browse files
committed
ignore: update contributing md
1 parent febf467 commit cb4401e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you
2626

2727
## Developing OpenCode
2828

29-
- Requirements: Bun 1.3+, Go 1.24.x.
29+
- Requirements: Bun 1.3+
3030
- Install dependencies and start the dev server from the repo root:
3131

3232
```bash
@@ -36,11 +36,11 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you
3636

3737
- Core pieces:
3838
- `packages/opencode`: OpenCode core business logic & server.
39-
- `packages/tui`: The TUI code, written in Go (will be removed soon in favor of [opentui](https://github.com/sst/opentui))
39+
- `packages/opencode/src/cli/cmd/tui/`: The TUI code, written in SolidJS with [opentui](https://github.com/sst/opentui)
4040
- `packages/plugin`: Source for `@opencode-ai/plugin`
4141

4242
> [!NOTE]
43-
> After touching `packages/opencode/src/server/server.ts`, the OpenCode team must regenerate the Stainless SDK before any client updates merge.
43+
> After touching `packages/opencode/src/server/server.ts`, run "./packages/sdk/js/script/build.ts" to regenerate the JS sdk.
4444
4545
## Pull Request Expectations
4646

0 commit comments

Comments
 (0)