@@ -17,6 +17,7 @@ If you are unsure if a PR would be accepted, feel free to ask a maintainer or lo
1717- [ ` help wanted ` ] ( https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3Ahelp-wanted )
1818- [ ` good first issue ` ] ( https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22 )
1919- [ ` bug ` ] ( https://github.com/sst/opencode/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug )
20+ - [ ` perf ` ] ( https://github.com/sst/opencode/issues?q=is%3Aopen%20is%3Aissue%20label%3A%22perf%22 )
2021
2122> [ !NOTE]
2223> PRs that ignore these guardrails will likely be closed.
@@ -25,7 +26,7 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you
2526
2627## Developing OpenCode
2728
28- - Requirements: Bun 1.3+, Go 1.24.x.
29+ - Requirements: Bun 1.3+
2930- Install dependencies and start the dev server from the repo root:
3031
3132 ``` bash
@@ -35,11 +36,11 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you
3536
3637- Core pieces:
3738 - ` packages/opencode ` : OpenCode core business logic & server.
38- - ` 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 )
3940 - ` packages/plugin ` : Source for ` @opencode-ai/plugin `
4041
4142> [ !NOTE]
42- > 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 .
4344
4445## Pull Request Expectations
4546
0 commit comments