mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
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
8.3 KiB
8.3 KiB
Changelog
0.8.0 (2025-09-01)
Full Changelog: v0.7.0...v0.8.0
Features
- api: api update (ae87a71)
0.7.0 (2025-09-01)
Full Changelog: v0.6.0...v0.7.0
Features
- api: api update (64bb1b1)
0.6.0 (2025-09-01)
Full Changelog: v0.5.0...v0.6.0
Features
- api: api update (928e384)
0.5.0 (2025-08-31)
Full Changelog: v0.4.0...v0.5.0
Features
- api: api update (44b281d)
0.4.0 (2025-08-31)
Full Changelog: v0.3.0...v0.4.0
Features
- api: api update (fa9d6ec)
0.3.0 (2025-08-31)
Full Changelog: v0.2.0...v0.3.0
Features
- api: api update (aae1c06)
0.2.0 (2025-08-31)
Full Changelog: v0.1.0...v0.2.0
Features
- api: api update (1472790)
0.1.0 (2025-08-31)
Full Changelog: v0.0.1...v0.1.0
Features
- api: api update (3f03ddd)
- api: api update (e9f79c4)
- api: api update (139a686)
- api: api update (2ed0800)
- api: api update (88a87a4)
- api: api update (0e5d65b)
- api: api update (ba381f1)
- api: api update (3f429f5)
- api: api update (9f34787)
- api: api update (379c8e0)
- api: api update (550511c)
- api: api update (547f0c2)
- api: api update (b7b0720)
- api: api update (7250ffc)
- api: api update (17fbab7)
- api: api update (1270b5c)
- api: api update (a238d4a)
- api: api update (7475655)
- api: api update (429d258)
- api: api update (f250915)
- api: api update (5efc987)
- api: api update (98a8350)
- api: api update (6da8bf8)
- api: api update (f8c7148)
- api: manual updates (7cf038f)
- api: update via SDK Studio (068a0eb)
- api: update via SDK Studio (ca651ed)
- api: update via SDK Studio (13550a5)
- api: update via SDK Studio (7b73730)
- api: update via SDK Studio (9e39a59)
- api: update via SDK Studio (9609d1b)
- api: update via SDK Studio (51315fa)
- api: update via SDK Studio (af07955)
- api: update via SDK Studio (5e3468a)
- api: update via SDK Studio (0a73e04)
- api: update via SDK Studio (9b7883a)
- client: expand max streaming buffer size (76303e5)
- client: support optional json html escaping (449748f)
Bug Fixes
- client: process custom base url ahead of time (9b360d6)
- client: resolve lint errors in streaming tests (4d36cb0)
- close body before retrying (4da3f7f)
- don't try to deserialize as json when ResponseBodyInto is []byte (595291f)
Chores
- ci: only run for pushes and fork pull requests (bea59b8)
- internal: codegen related update (6a22ce6)
- internal: fix lint script for tests (391c482)
- internal: update comment in script (b7f1c3e)
- lint tests (616796b)
- lint tests in subpackages (50c82ff)
- sync repo (2f34d5d)
- update @stainless-api/prism-cli to v5.15.0 (2f24852)