File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.21 .0"
2+ "." : " 0.22 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.22.0 (2026-03-11)
4+
5+ Full Changelog: [ v0.21.0...v0.22.0] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.21.0...v0.22.0 )
6+
7+ ### Features
8+
9+ * ** api:** add kanon-2-reranker ([ 6874725] ( https://github.com/isaacus-dev/isaacus-typescript/commit/68747257c2b6c34baa76d78e9c889d240189a83b ) )
10+ * ** api:** drop mini models ([ f08dc45] ( https://github.com/isaacus-dev/isaacus-typescript/commit/f08dc4595a60ced58c376960be99d73cfcf1658c ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** client:** preserve URL params already embedded in path ([ 2acb447] ( https://github.com/isaacus-dev/isaacus-typescript/commit/2acb447b0308ed21983f1c8d665016e8bcf802a4 ) )
16+
17+
18+ ### Chores
19+
20+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ ade18ff] ( https://github.com/isaacus-dev/isaacus-typescript/commit/ade18ffd5cf57d9c38e54665cf418dc54a56fd3c ) )
21+ * ** internal:** codegen related update ([ 77a4e10] ( https://github.com/isaacus-dev/isaacus-typescript/commit/77a4e109763c99585dacdc0e5786f8bf214f173e ) )
22+ * ** internal:** codegen related update ([ 61d1a70] ( https://github.com/isaacus-dev/isaacus-typescript/commit/61d1a70e6af2ff3c1c0f16517bca200f162cf9c1 ) )
23+ * ** internal:** update dependencies to address dependabot vulnerabilities ([ 625f523] ( https://github.com/isaacus-dev/isaacus-typescript/commit/625f523f36e1935b253dc3b7258b2f8e5cd866fd ) )
24+ * ** internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([ e372066] ( https://github.com/isaacus-dev/isaacus-typescript/commit/e372066ae02d0ffcf5fae210ba027c9b13950141 ) )
25+ * ** mcp-server:** improve instructions ([ 381ce99] ( https://github.com/isaacus-dev/isaacus-typescript/commit/381ce99950e4220f5c7ca5f20faabcdc5252ec8a ) )
26+ * ** mcp-server:** return access instructions for 404 without API key ([ 8d188e6] ( https://github.com/isaacus-dev/isaacus-typescript/commit/8d188e6a165648c20580f15c5f4ce8febc7acab1 ) )
27+
28+
29+ ### Documentation
30+
31+ * ** api:** reworded descriptions ([ d3924ec] ( https://github.com/isaacus-dev/isaacus-typescript/commit/d3924ec55f712b7df79847049c7f6e4ea07352a2 ) )
32+
333## 0.21.0 (2026-03-03)
434
535Full Changelog: [ v0.20.2...v0.21.0] ( https://github.com/isaacus-dev/isaacus-typescript/compare/v0.20.2...v0.21.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " isaacus" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " The official TypeScript library for the Isaacus API" ,
55 "author" : " Isaacus <support@isaacus.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "dxt_version" : " 0.2" ,
33 "name" : " isaacus-mcp" ,
4- "version" : " 0.21 .0" ,
4+ "version" : " 0.22 .0" ,
55 "description" : " The official MCP Server for the Isaacus API" ,
66 "author" : {
77 "name" : " Isaacus" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " isaacus-mcp" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .0" ,
44 "description" : " The official MCP Server for the Isaacus API" ,
55 "author" : " Isaacus <support@isaacus.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020 new McpServer (
2121 {
2222 name : 'isaacus_api' ,
23- version : '0.21 .0' ,
23+ version : '0.22 .0' ,
2424 } ,
2525 {
2626 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.21 .0' ; // x-release-please-version
1+ export const VERSION = '0.22 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments