File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.5.0 "
2+ "." : " 0.5.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.1 (2025-12-06)
4+
5+ Full Changelog: [ v0.5.0...v0.5.1] ( https://github.com/AgentbaseHQ/agentbase-sdk/compare/v0.5.0...v0.5.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** mcp:** correct code tool API endpoint ([ bcfb002] ( https://github.com/AgentbaseHQ/agentbase-sdk/commit/bcfb002625e18be5004b27fe2acb179a49b6fd5c ) )
10+ * ** mcp:** return correct lines on typescript errors ([ db127be] ( https://github.com/AgentbaseHQ/agentbase-sdk/commit/db127beaa7744d617903a2137cc896677e5ad250 ) )
11+
12+
13+ ### Chores
14+
15+ * ** client:** fix logger property type ([ 5630a29] ( https://github.com/AgentbaseHQ/agentbase-sdk/commit/5630a295a71d7c5674239058d19e186285bbd3fd ) )
16+ * ** internal:** codegen related update ([ d9fb931] ( https://github.com/AgentbaseHQ/agentbase-sdk/commit/d9fb9318a37734493673d5dcbeeed4bf49e752f4 ) )
17+ * ** internal:** upgrade eslint ([ d726698] ( https://github.com/AgentbaseHQ/agentbase-sdk/commit/d726698103ae364b711daa791a4fad34dc36074e ) )
18+
319## 0.5.0 (2025-11-06)
420
521Full Changelog: [ v0.4.0...v0.5.0] ( https://github.com/AgentbaseHQ/agentbase-sdk/compare/v0.4.0...v0.5.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " agentbase-sdk" ,
3- "version" : " 0.5.0 " ,
3+ "version" : " 0.5.1 " ,
44 "description" : " The official TypeScript library for the Agentbase API" ,
55 "author" : " Agentbase <team@agentbase.sh>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.5.0 ' ; // x-release-please-version
1+ export const VERSION = '0.5.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments