summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src/gen/sdk.gen.ts
AgeCommit message (Collapse)Author
2025-12-08feat: ability to toggle MCP Servers in TUI (#4509)Daniel Polito
2025-12-07feat(mcp): add OAuth authentication support for remote MCP servers (#5014)André Cruz
2025-12-04Reapply "feat(desktop): terminal pane (#5081)"Adam
This reverts commit f9dcd979364acc5172fd0044c1c8b04dcaec9229.
2025-12-04Revert "feat(desktop): terminal pane (#5081)"Aiden Cline
This reverts commit d763c11a6d5bc57869f11c87f5a293f61e427e0a.
2025-12-04feat(desktop): terminal pane (#5081)Adam
Co-authored-by: Github Action <[email protected]> Co-authored-by: Dax Raad <[email protected]>
2025-11-25show current git branch in tui (#4765)Aiden Cline
Co-authored-by: GitHub Action <[email protected]>
2025-11-24prompt_async: Allows to receive prompt and return immediately, start … (#4664)Shantur Rathore
Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-11-21Tui onboarding (#4569)Dax
Co-authored-by: GitHub Action <[email protected]>
2025-11-17Refactor agent loop (#4412)Dax
2025-11-14fix sdk typesDax Raad
2025-11-14fix sdk typesDax Raad
2025-11-14add global.event.subscribe() to sdkDax Raad
2025-11-08chore: format codeGitHub Action
2025-11-07rework acp to compensate for changes in Zed IDE (#4050)Aiden Cline
2025-11-04fix session performance issue from large diffsDax Raad
2025-11-01Add formatter status display to TUI status dialog (#3701)Yuku Kotani
2025-10-31OpenTUI is here (#2685)Dax
2025-10-29release: v0.15.24opencode
2025-10-29release: v0.15.23opencode
2025-10-20release: v0.15.10opencode
2025-10-16release: v0.15.4opencode
2025-10-07core: improve MCP reliability and add status monitoringDax Raad
- Added 5-second timeout to MCP client verification to prevent hanging connections - New GET /mcp endpoint to monitor server connection status - Automatically removes unresponsive MCP clients during initialization
2025-10-07release: v0.14.4opencode
2025-09-26release: v0.11.5opencode
2025-09-18release: v0.10.0opencode
2025-09-17release: v0.9.8opencode
2025-09-17ignore: fix event type genDax Raad
2025-09-15Upgrade to Zod v4 (#2605)Dax
Co-authored-by: GitHub Action <[email protected]>
2025-09-08feat: add dynamic tool registration for plugins and external services (#2420)Zack Jackson
2025-09-01Refactor to support multiple instances inside single opencode process (#2360)Dax
This release has a bunch of minor breaking changes if you are using opencode plugins or sdk 1. storage events have been removed (we might bring this back but had some issues) 2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project 3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo 4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object) 5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory
2025-08-27feat: file list apiAdam
2025-08-27sdk updateDax Raad
2025-08-23ci: stuffDax Raad
2025-08-22add sse streaming to sdkDax Raad
2025-08-22slash commands (#2157)Dax
Co-authored-by: adamdotdevin <[email protected]>
2025-08-15release: v0.5.2opencode
2025-08-15feat(api): get session and session children routesadamdotdevin
2025-08-15feat: /tui/show-toast apiadamdotdevin
2025-08-15fix: more commands cleanupadamdotdevin
2025-08-14allow plugins to create custom auth providersDax Raad
2025-08-13release: v0.4.43opencode
2025-08-12release: v0.4.40opencode
2025-08-08chore(js-sdk): Compatible with nodenext (#1667)zWing
2025-08-08release: v0.4.1opencode
2025-08-06add api to get sessionDax Raad
2025-08-02wip: pluginsDax Raad
2025-07-31wip: permissionsDax Raad
2025-07-31ci: new publish method (#1451)Dax