You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.9 (2025-12-05)
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:** add typescript check to code execution tool ([024c566](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/024c5668e2f25b52976ba1f8fc3630db0a6d0597))
12
+
***mcp:** handle code mode calls in the Stainless API ([5207502](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/52075024138a9341c20391f339c2f628a7dfb535))
13
+
***mcp:** return logs on code tool errors ([0c59c13](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/0c59c13635e51387660f81e8290a42b26ac2ec15))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
***api:** add thought signature ([4564ccb](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/4564ccb11385c0570266eee44798058d9f73fe48))
19
+
***mcp:** return correct lines on typescript errors ([4e10642](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/4e106423fa976e775f8d747b66514f1dd72eb294))
20
+
21
+
22
+
### Chores
23
+
24
+
***api:** migrate pkg manager to uv ([12a8f74](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/12a8f74e586a131a1cbd7a0dddfbb5da2a50e0a0))
25
+
***client:** fix logger property type ([a57767f](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/a57767f1f7b579882068f6f59a3694bb24981fc9))
26
+
***internal:** codegen related update ([1acc8d1](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/1acc8d1b39c3f006b11c31db7e82421a2c6edc29))
* use latest @modelcontextprotocol/sdk ([ab3663d](https://github.com/dedalus-labs/dedalus-sdk-typescript/commit/ab3663ddb7d7f38e12c57f790319ef3561ba1974))
29
+
3
30
## 0.1.0-alpha.8 (2025-11-26)
4
31
5
32
Full 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)
0 commit comments