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
Automated Release PR
---
## 0.5.0-alpha.2 (2026-02-05)
Full Changelog:
[v0.4.0-alpha.7...v0.5.0-alpha.2](v0.4.0-alpha.7...v0.5.0-alpha.2)
### Features
* add support for tool_choice to repsponses api
([8170d7f](8170d7f))
* Adds support for the `safety_identifier` parameter
([db2ebc6](db2ebc6))
* **api:** add readonly connectors API
([c810c19](c810c19))
* convert Benchmarks API to use FastAPI router
([bcc19bb](bcc19bb))
* convert Datasets API to use FastAPI router
([a52b7ee](a52b7ee))
* Implement include parameter specifically for adding logprobs in the
output message
([01f0ba8](01f0ba8))
* introduce /admin API for stack administration and operations
([2c9e2ab](2c9e2ab))
* migrate Inspect API to FastAPI router
([79f8d87](79f8d87))
* migrate Providers API to FastAPI router pattern
([22f7cf6](22f7cf6))
### Bug Fixes
* **mcp:** correct code tool API endpoint
([6006307](6006307))
* **mcp:** return correct lines on typescript errors
([368f4b5](368f4b5))
### Chores
* break long lines in snippets into multiline
([a3f9a49](a3f9a49))
* **ci:** upgrade `actions/github-script`
([8d32768](8d32768))
* clarify use of yarn for development and npm/yarn/pnpm for users
([#51](#51))
([b413eed](b413eed))
* **internal:** codegen related update
([c12b19b](c12b19b))
* **internal:** codegen related update
([db8b76f](db8b76f))
* **internal:** codegen related update
([9d4ee0f](9d4ee0f))
* **internal:** codegen related update
([b5ea21d](b5ea21d))
* **internal:** codegen related update
([d199aff](d199aff))
* **internal:** update `actions/checkout` version
([fe86770](fe86770))
* **internal:** upgrade babel, qs, js-yaml
([d318482](d318482))
### Documentation
* add more examples
([cc58d0d](cc58d0d))
---
This pull request is managed by Stainless's [GitHub
App](https://github.com/apps/stainless-app).
The [semver version
number](https://semver.org/#semantic-versioning-specification-semver) is
based on included [commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
Alternatively, you can manually set the version number in the title of
this pull request.
For a better experience, it is recommended to use either rebase-merge or
squash-merge when merging this pull request.
🔗 Stainless [website](https://www.stainlessapi.com)
📚 Read the [docs](https://app.stainlessapi.com/docs)
🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,46 @@
1
1
# Changelog
2
2
3
+
## 0.5.0-alpha.2 (2026-02-05)
4
+
5
+
Full Changelog: [v0.4.0-alpha.7...v0.5.0-alpha.2](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.4.0-alpha.7...v0.5.0-alpha.2)
6
+
7
+
### Features
8
+
9
+
* add support for tool_choice to repsponses api ([8170d7f](https://github.com/llamastack/llama-stack-client-typescript/commit/8170d7f453cdc6263fe19ddf8e6cddc097b61780))
10
+
* Adds support for the `safety_identifier` parameter ([db2ebc6](https://github.com/llamastack/llama-stack-client-typescript/commit/db2ebc6f214bebe06e329bbfa6509f93dbc47b69))
11
+
***api:** add readonly connectors API ([c810c19](https://github.com/llamastack/llama-stack-client-typescript/commit/c810c19d824604b34dab48d453bf1f19ac1ff66d))
12
+
* convert Benchmarks API to use FastAPI router ([bcc19bb](https://github.com/llamastack/llama-stack-client-typescript/commit/bcc19bb3640fffce18a128c042f11b695c8f7a6d))
13
+
* convert Datasets API to use FastAPI router ([a52b7ee](https://github.com/llamastack/llama-stack-client-typescript/commit/a52b7ee0bd64a843134b2354e95502da2fe55f66))
14
+
* Implement include parameter specifically for adding logprobs in the output message ([01f0ba8](https://github.com/llamastack/llama-stack-client-typescript/commit/01f0ba8970e6c1a729dd872cf228376fddd5f3fe))
15
+
* introduce /admin API for stack administration and operations ([2c9e2ab](https://github.com/llamastack/llama-stack-client-typescript/commit/2c9e2ab11a42bb2192370880781e2faee633c17c))
16
+
* migrate Inspect API to FastAPI router ([79f8d87](https://github.com/llamastack/llama-stack-client-typescript/commit/79f8d87b64a243c782c5a9eb5b62d31378781f36))
17
+
* migrate Providers API to FastAPI router pattern ([22f7cf6](https://github.com/llamastack/llama-stack-client-typescript/commit/22f7cf60f463db6091bf213a630ac48bb1f12e49))
18
+
19
+
20
+
### Bug Fixes
21
+
22
+
***mcp:** correct code tool API endpoint ([6006307](https://github.com/llamastack/llama-stack-client-typescript/commit/60063077b65f31a31dabf254dbcfae50909cd692))
23
+
***mcp:** return correct lines on typescript errors ([368f4b5](https://github.com/llamastack/llama-stack-client-typescript/commit/368f4b50eb87213ab27f43a161df688d3cba4f62))
24
+
25
+
26
+
### Chores
27
+
28
+
* break long lines in snippets into multiline ([a3f9a49](https://github.com/llamastack/llama-stack-client-typescript/commit/a3f9a49ec9ae6ce575a355888d0332643b314fff))
* clarify use of yarn for development and npm/yarn/pnpm for users ([#51](https://github.com/llamastack/llama-stack-client-typescript/issues/51)) ([b413eed](https://github.com/llamastack/llama-stack-client-typescript/commit/b413eedc57a6666df5aa98af4c8726a468cb77ec))
31
+
***internal:** codegen related update ([c12b19b](https://github.com/llamastack/llama-stack-client-typescript/commit/c12b19b37e47e9982a99ea1f4ba7d0a92ff61f1f))
32
+
***internal:** codegen related update ([db8b76f](https://github.com/llamastack/llama-stack-client-typescript/commit/db8b76f2ca7761bf0b71fcf548d24e93b83014e0))
33
+
***internal:** codegen related update ([9d4ee0f](https://github.com/llamastack/llama-stack-client-typescript/commit/9d4ee0f21db979f28ac2008f37b02a70e72094ff))
34
+
***internal:** codegen related update ([b5ea21d](https://github.com/llamastack/llama-stack-client-typescript/commit/b5ea21d0dcf0a71a49420efdf721f21254b9a0ce))
35
+
***internal:** codegen related update ([d199aff](https://github.com/llamastack/llama-stack-client-typescript/commit/d199aff3d638854e58ae5575979d2c7f57eebc10))
36
+
***internal:** update `actions/checkout` version ([fe86770](https://github.com/llamastack/llama-stack-client-typescript/commit/fe867703d0446b015c6c59a62ae9e9b29161aca3))
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright 2025 llama-stack-client
1
+
Copyright 2026 llama-stack-client
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
0 commit comments