From e37782fa651bebcb82d9dd56d271b1c13efb4ca0 Mon Sep 17 00:00:00 2001 From: Lucas Shamanic <90007349+ShamanicArts@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:22:54 +0100 Subject: [PATCH] Update README with official SDKs for OpenCode Added official SDKs for OpenCode server in README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab4e400..b8805bc 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ ## Resources * [GoTTY](https://github.com/sorenisanerd/gotty) - A simple command-line tool that turns your CLI tools, like OpenCode, into web applications. +* **Official SDKs** - Libraries for controlling the OpenCode server programmatically. + * [JavaScript/TypeScript](https://github.com/sst/opencode-sdk-js) - (`npm install @opencode-ai/sdk`) + * [Go](https://github.com/sst/opencode-sdk-go) + * [Python](https://github.com/sst/opencode-sdk-python) ➡️ **[Suggest a new Resource in our Discussions!](https://github.com/awesome-opencode/awesome-opencode/discussions/categories/resources)**