File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.21 "
2
+ "." : " 0.1.0-alpha.22 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.22 (2025-08-20)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.21...v0.1.0-alpha.22] ( https://github.com/sst/opencode-sdk-js/compare/v0.1.0-alpha.21...v0.1.0-alpha.22 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ fd8c262] ( https://github.com/sst/opencode-sdk-js/commit/fd8c26290adbf276c934332d717789c0b78c582f ) )
10
+ * ** api:** api update ([ 55931d4] ( https://github.com/sst/opencode-sdk-js/commit/55931d472b522c2cc5daad8e282afd4730812fc5 ) )
11
+ * ** mcp:** add code execution tool ([ d50a212] ( https://github.com/sst/opencode-sdk-js/commit/d50a212441e49be3318824694b49319ef4a78e8e ) )
12
+
13
+
14
+ ### Chores
15
+
16
+ * ** deps:** update dependency @types/node to v20.17.58 ([ d93d8d5] ( https://github.com/sst/opencode-sdk-js/commit/d93d8d50f3ff7a8ef50b49aa5652005609085572 ) )
17
+ * ** internal:** codegen related update ([ 3ff1be2] ( https://github.com/sst/opencode-sdk-js/commit/3ff1be29a016d9f1041b7288fcc346ffe94cda8e ) )
18
+ * ** internal:** formatting change ([ 34a6207] ( https://github.com/sst/opencode-sdk-js/commit/34a6207205de33fce81248269d774b1cdcaa85ca ) )
19
+ * ** internal:** move publish config ([ ba0fe7f] ( https://github.com/sst/opencode-sdk-js/commit/ba0fe7f12436681848c323526c42002dd3e23140 ) )
20
+ * ** internal:** remove redundant imports config ([ 878b3bd] ( https://github.com/sst/opencode-sdk-js/commit/878b3bd0593b4eb108a75a5101c6ba36707f16ee ) )
21
+ * ** internal:** update comment in script ([ aea29b3] ( https://github.com/sst/opencode-sdk-js/commit/aea29b3cd7a7e431c12f961cf5fbc72ad15b370d ) )
22
+ * update @stainless-api/prism-cli to v5.15.0 ([ 6b87e0e] ( https://github.com/sst/opencode-sdk-js/commit/6b87e0ec1fd41de02441e7dfbc1e73beed57f67e ) )
23
+
3
24
## 0.1.0-alpha.21 (2025-07-28)
4
25
5
26
Full Changelog: [ v0.1.0-alpha.20...v0.1.0-alpha.21] ( https://github.com/sst/opencode-sdk-js/compare/v0.1.0-alpha.20...v0.1.0-alpha.21 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opencode-ai/sdk" ,
3
- "version" : " 0.1.0-alpha.21 " ,
3
+ "version" : " 0.1.0-alpha.22 " ,
4
4
"description" : " The official TypeScript library for the Opencode API" ,
5
5
"author" :
" Opencode <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.1.0-alpha.21 ' ; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.22 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments