summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src/index.ts
AgeCommit message (Collapse)Author
2025-10-05sdk: simplify getting started with single createOpencode functionDax Raad
Makes it easier for developers to get started by providing a single function that creates both server and client, removing the need to manually coordinate separate server and client creation
2025-10-05sdk: simplify getting started with single createOpencode functionDax Raad
Makes it easier for developers to get started by providing a single function that creates both server and client, removing the need to manually coordinate separate server and client creation
2025-08-21allow importing sdk from @opencode-ai/sdk/server and @opencode-ai/sdk/clientDax Raad
2025-08-21chore: add export types in js-sdk (#1923)zWing
Co-authored-by: zwingzheng <[email protected]>
2025-08-14wip: sdkDax Raad
2025-08-08chore(js-sdk): Compatible with nodenext (#1667)zWing
2025-08-02wip: pluginsDax Raad
2025-07-31ci: new publish method (#1451)Dax