summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-09-03ignore: update download stats 2025-09-03GitHub Action
2025-09-03wip consoleFrank
2025-09-03wip: consoleFrank
2025-09-03wip: consoleFrank
2025-09-03wip: consoleFrank
2025-09-03wip: consoleFrank
2025-09-03wip: consoleFrank
2025-09-03wip: consoleDax Raad
2025-09-03Patch Start to preload route css in SSR (#2389)Brendan Allan
2025-09-02wip: zenDax Raad
2025-09-02wip: zenDax Raad
2025-09-02wip cloudFrank
2025-09-02docs: remove remaining directory query param mentions from SDK docsDax Raad
2025-09-02docs: remove directory query param mentions from SDK docsDax Raad
2025-09-02docs: fix SDK usage to use path/query/body, correct return types, and update ↵Dax Raad
examples
2025-09-02fix: more durable @ references for commands (#2386)Aiden Cline
2025-09-02docs: zenJay V
2025-09-02ignore: adding public filesJay V
2025-09-02generate api keyFrank
2025-09-02wip: cloudFrank
2025-09-02ci: ignoreDax Raad
2025-09-02wip: zenDax Raad
2025-09-02ignore: zenJay V
2025-09-02ignore: zenJay V
2025-09-02ignore: cloud landerJay V
2025-09-02wip: zenDax Raad
2025-09-02docs: simplify config example to show only modelDax Raad
2025-09-02docs: clarify config behavior and remove theme exampleDax Raad
2025-09-02docs: add config example to SDK server creationDax Raad
2025-09-02support OPENCODE_CONFIG_CONTENTDax Raad
2025-09-02tweak: update ls tool to use rg (#2367)Aiden Cline
2025-09-02docs: update log level configuration in troubleshooting guide (#2374)Yuta URANO
2025-09-02fix: local subdirectory subagents not being picked up (#2376)OpeOginni
2025-09-02ignore: update download stats 2025-09-02GitHub Action
2025-09-02fix: file.list relative to rootAdam
2025-09-02wip: typecheckingDax Raad
2025-09-02wip: cloudDax Raad
2025-09-01make @file references in custom slash commands more robust (#2203)Adam Spiers
Co-authored-by: Adam Spiers <[email protected]> Co-authored-by: rekram1-node <[email protected]>
2025-09-02release: v0.6.3opencode
2025-09-01switch gpt-5 to default to codex prompt + high reasoningDax Raad
2025-09-02release: v0.6.2opencode
2025-09-01fix: ensure opencode still works if no commits present (#2363)Aiden Cline
2025-09-01fix: ensure enabled lsps are all logged (#2364)Aiden Cline
2025-09-01release: v0.6.1opencode
2025-09-01catch migration failuresDax Raad
2025-09-01release: v0.6.0opencode
2025-09-01docs: sdkDax Raad
2025-09-01fix: tui attachment bound (#2361)Aiden Cline
2025-09-01docs: update emailJay V
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