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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## 0.29.1 (2026-03-06)
4
+
5
+
Full Changelog: [v0.29.0...v0.29.1](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.29.0...v0.29.1)
6
+
7
+
### Chores
8
+
9
+
***internal:** codegen related update ([836c5e9](https://github.com/brand-dot-dev/typescript-sdk/commit/836c5e9cac2ad66c6f4b65484ec34ff4286e845b))
10
+
***internal:** codegen related update ([aa92d3f](https://github.com/brand-dot-dev/typescript-sdk/commit/aa92d3f5602f7a1869501c13186985b3dc7d926e))
11
+
***internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([4ef071f](https://github.com/brand-dot-dev/typescript-sdk/commit/4ef071f664f0bbf4e2d5b2dffc549c1821f95e89))
12
+
***mcp-server:** return access instructions for 404 without API key ([476d055](https://github.com/brand-dot-dev/typescript-sdk/commit/476d05574f82aff4ad98725ac9d0aa3207ef793a))
13
+
3
14
## 0.29.0 (2026-03-01)
4
15
5
16
Full Changelog: [v0.28.0...v0.29.0](https://github.com/brand-dot-dev/typescript-sdk/compare/v0.28.0...v0.29.0)
'Could not access code tool for this project. You may need to provide a Stainless API key via the STAINLESS_API_KEY environment variable, the --stainless-api-key flag, or the x-stainless-api-key HTTP header.',
'Could not find docs for this project. You may need to provide a Stainless API key via the STAINLESS_API_KEY environment variable, the --stainless-api-key flag, or the x-stainless-api-key HTTP header.',
80
+
);
81
+
}
82
+
60
83
thrownewError(
61
-
`${result.status}: ${result.statusText} when using doc search tool. Details: ${awaitresult.text()}`,
84
+
`${result.status}: ${result.statusText} when using doc search tool. Details: ${errorText}`,
0 commit comments