This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments