File tree Expand file tree Collapse file tree 6 files changed +27
-5
lines changed
Expand file tree Collapse file tree 6 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.8 "
2+ "." : " 0.1.0-alpha.9 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.9 (2025-12-02)
4+
5+ Full Changelog: [ v0.1.0-alpha.8...v0.1.0-alpha.9] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/compare/v0.1.0-alpha.8...v0.1.0-alpha.9 )
6+
7+ ### Features
8+
9+ * ** api:** config update for dedalus-ai/dev ([ 8c11861] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/8c118618ec69f55a087a043abee618119a0606d2 ) )
10+ * ** api:** mcp server params ([ 8c60036] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/8c60036fbf24faa8cb214d374b1ff3e870729305 ) )
11+ * ** mcp:** return logs on code tool errors ([ 0c59c13] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/0c59c13635e51387660f81e8290a42b26ac2ec15 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * ** api:** add thought signature ([ 4564ccb] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/4564ccb11385c0570266eee44798058d9f73fe48 ) )
17+
18+
19+ ### Chores
20+
21+ * ** api:** migrate pkg manager to uv ([ 12a8f74] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/12a8f74e586a131a1cbd7a0dddfbb5da2a50e0a0 ) )
22+ * ** client:** fix logger property type ([ a57767f] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/a57767f1f7b579882068f6f59a3694bb24981fc9 ) )
23+ * ** internal:** upgrade eslint ([ 394adcd] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/394adcd67ceefa5c42d245e0ece3afaa1c844d96 ) )
24+
325## 0.1.0-alpha.8 (2025-11-26)
426
527Full Changelog: [ v0.1.0-alpha.7...v0.1.0-alpha.8] ( https://github.com/dedalus-labs/dedalus-sdk-typescript/compare/v0.1.0-alpha.7...v0.1.0-alpha.8 )
Original file line number Diff line number Diff line change 11{
22 "name" : " dedalus-labs" ,
3- "version" : " 0.1.0-alpha.8 " ,
3+ "version" : " 0.1.0-alpha.9 " ,
44 "description" : " The official TypeScript library for the Dedalus API" ,
55 "author" : " Dedalus <founders@dedaluslabs.ai>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " dedalus-labs-mcp" ,
3- "version" : " 0.1.0-alpha.8 " ,
3+ "version" : " 0.1.0-alpha.9 " ,
44 "description" : " The official MCP Server for the Dedalus API" ,
55 "author" : " Dedalus <founders@dedaluslabs.ai>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434 new McpServer (
3535 {
3636 name : 'dedalus_labs_api' ,
37- version : '0.1.0-alpha.8 ' ,
37+ version : '0.1.0-alpha.9 ' ,
3838 } ,
3939 { capabilities : { tools : { } , logging : { } } } ,
4040 ) ;
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.8 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.9 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments