File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.22 .0"
2+ "." : " 0.23 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.23.0 (2025-12-06)
4+
5+ Full Changelog: [ v0.22.0...v0.23.0] ( https://github.com/onkernel/kernel-node-sdk/compare/v0.22.0...v0.23.0 )
6+
7+ ### Features
8+
9+ * [ wip] Browser pools polish pass ([ 7c8a464] ( https://github.com/onkernel/kernel-node-sdk/commit/7c8a4641cb87a76a3248e2d1df713df929957262 ) )
10+ * Enhance agent authentication with optional login page URL and auth ch… ([ 7ea4b07] ( https://github.com/onkernel/kernel-node-sdk/commit/7ea4b076cc5255f76945ae370a8f686349a28a30 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** mcp:** return correct lines on typescript errors ([ 8ccaae1] ( https://github.com/onkernel/kernel-node-sdk/commit/8ccaae1b63ee9ca371c4f32033486e6e9ba1c351 ) )
16+
17+
18+ ### Refactors
19+
20+ * ** browser:** remove persistence option UI ([ f3fdc89] ( https://github.com/onkernel/kernel-node-sdk/commit/f3fdc89088feeb32983da39700e47e922f767126 ) )
21+
322## 0.22.0 (2025-12-05)
423
524Full Changelog: [ v0.21.0...v0.22.0] ( https://github.com/onkernel/kernel-node-sdk/compare/v0.21.0...v0.22.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @onkernel/sdk" ,
3- "version" : " 0.22 .0" ,
3+ "version" : " 0.23 .0" ,
44 "description" : " The official TypeScript library for the Kernel API" ,
55 "author" : " Kernel <>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.22 .0' ; // x-release-please-version
1+ export const VERSION = '0.23 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments