-
Notifications
You must be signed in to change notification settings - Fork 7
release: 0.23.0 #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
stainless-app
merged 30 commits into
main
from
release-please--branches--main--changes--next--components--together-ai
Oct 16, 2025
Merged
release: 0.23.0 #189
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f1839e8
chore(deps): update dependency @types/node to v20.17.58
stainless-app[bot] 0282025
chore(internal): formatting change
stainless-app[bot] c768bb9
feat(mcp): add code execution tool
stainless-app[bot] 72025f2
chore: add package to package.json
stainless-app[bot] a3ead04
codegen metadata
stainless-app[bot] a9f7b6f
chore(client): qualify global Blob
stainless-app[bot] 99cae2f
chore: update CI script
stainless-app[bot] e53b252
chore(internal): update global Error reference
stainless-app[bot] ce742fc
feat(api): add evals api to config
stainless-app[bot] 915a226
feat(api): api update
stainless-app[bot] a0085ed
codegen metadata
stainless-app[bot] 0f37b32
chore: ci build action
stainless-app[bot] f6c7e43
fix: coerce nullable values to undefined
stainless-app[bot] 15ba5cf
codegen metadata
stainless-app[bot] 9a5bfb7
feat(api): api update
stainless-app[bot] b4c3c0a
feat(api): api update
stainless-app[bot] 1050534
chore: do not install brew dependencies in ./scripts/bootstrap by def…
stainless-app[bot] fa62f35
codegen metadata
stainless-app[bot] c25ec03
perf: faster formatting
stainless-app[bot] 446dff9
chore(internal): remove deprecated `compilerOptions.baseUrl` from tsc…
stainless-app[bot] 5a42924
chore(internal): fix incremental formatting in some cases
stainless-app[bot] 0ca46c4
chore(internal): codegen related update
stainless-app[bot] 5752a33
chore(internal): ignore .eslintcache
stainless-app[bot] b41b509
chore(internal): remove .eslintcache
stainless-app[bot] ef766cd
codegen metadata
stainless-app[bot] 6b54b1d
chore(jsdoc): fix @link annotations to refer only to parts of the pac…
stainless-app[bot] 246a904
chore(internal): use npm pack for build uploads
stainless-app[bot] 437cce9
feat(api): api update
stainless-app[bot] 24e7fc8
feat(api): api update
stainless-app[bot] b8dbe3d
release: 0.23.0
stainless-app[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,5 @@ dist | |
| dist-deno | ||
| /*.tgz | ||
| .idea/ | ||
| .eslintcache | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "0.22.0" | ||
| ".": "0.23.0" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| configured_endpoints: 35 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-f95d7f3aa4164abb82f5ba3a1ccc44105e9ce85c5d2bb8f0ac58f8ef18ffc254.yml | ||
| openapi_spec_hash: 0b0cac750868ea6ba74b338888169518 | ||
| config_hash: 2887483246d24a361689cbd1258db7cf | ||
| configured_endpoints: 39 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-c726068d4924b141db32af3b6780cfdb4adf6201eb5b73cc48f22e85be84bd94.yml | ||
| openapi_spec_hash: 98eafd4bc6d118e15f1f59e0f7f5e18d | ||
| config_hash: e2d1be538fd1fb65bfc566a2a168cc16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| set -euo pipefail | ||
|
|
||
| echo "Script started with $# arguments" | ||
| echo "Arguments: $*" | ||
| echo "Script location: $(dirname "$0")" | ||
|
|
||
| cd "$(dirname "$0")/.." | ||
| echo "Changed to directory: $(pwd)" | ||
|
|
||
| if [ $# -eq 0 ]; then | ||
| echo "Usage: $0 <file-with-paths> [additional-formatter-args...]" | ||
| echo "The file should contain one file path per line" | ||
| exit 1 | ||
| fi | ||
|
|
||
| FILE_LIST="$1" | ||
|
|
||
| echo "Looking for file: $FILE_LIST" | ||
|
|
||
| if [ ! -f "$FILE_LIST" ]; then | ||
| echo "Error: File '$FILE_LIST' not found" | ||
| exit 1 | ||
| fi | ||
|
|
||
| echo "==> Running eslint --fix" | ||
| ESLINT_FILES="$(grep '\.ts$' "$FILE_LIST" || true)" | ||
| if ! [ -z "$ESLINT_FILES" ]; then | ||
| echo "$ESLINT_FILES" | xargs ./node_modules/.bin/eslint --cache --fix | ||
| fi | ||
|
|
||
| echo "==> Running prettier --write" | ||
| # format things eslint didn't | ||
| PRETTIER_FILES="$(grep '\.\(js\|json\)$' "$FILE_LIST" || true)" | ||
| if ! [ -z "$PRETTIER_FILES" ]; then | ||
| echo "$PRETTIER_FILES" | xargs ./node_modules/.bin/prettier \ | ||
| --write --cache --cache-strategy metadata --no-error-on-unmatched-pattern \ | ||
| '!**/dist' '!**/*.ts' '!**/*.mts' '!**/*.cts' '!**/*.js' '!**/*.mjs' '!**/*.cjs' | ||
| fi | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Prettier Script Conflicts with Command Exclusions
The script selects JavaScript and JSON files for Prettier, but the
prettiercommand then explicitly excludes JavaScript files (e.g.,!**/*.js). This contradictory logic means JavaScript files won't be formatted as intended.