|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-09) |
| 4 | + |
| 5 | +Full Changelog: [v6.38.0...v7.0.0](https://github.com/Finch-API/finch-api-node/compare/v6.38.0...v7.0.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **api:** api update ([fc3795e](https://github.com/Finch-API/finch-api-node/commit/fc3795eb406e986aa2e5848b1b7a31577da52fb1)) |
| 10 | +* **api:** api update ([a94aa89](https://github.com/Finch-API/finch-api-node/commit/a94aa89ee9118f66160d40ca3364c663d65fdf09)) |
| 11 | +* **api:** api update ([1a95475](https://github.com/Finch-API/finch-api-node/commit/1a954753b528651a93cda1cffb840699fdd7c859)) |
| 12 | +* **api:** manual updates ([f3683c7](https://github.com/Finch-API/finch-api-node/commit/f3683c71d66ffdf63a31da5d26e4a7a14feafcd9)) |
| 13 | +* **api:** move node to typescript generator ([9663277](https://github.com/Finch-API/finch-api-node/commit/9663277b543cdfc2b8d99ddfec38fb6d61ced198)) |
| 14 | +* **api:** update automated code reviewer selection ([e633753](https://github.com/Finch-API/finch-api-node/commit/e6337531b40d7855356eab2a15996089d9fae92f)) |
| 15 | +* **mcp:** add detail field to docs search tool ([b588583](https://github.com/Finch-API/finch-api-node/commit/b58858352294d1a9f8974e86f1207b3641044773)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([fa3a04e](https://github.com/Finch-API/finch-api-node/commit/fa3a04e9b2fe74f1b56b5dbcfd540c8408e86536)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([6fffec4](https://github.com/Finch-API/finch-api-node/commit/6fffec426bc0ad644a68c6d398786c0c79753ced)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([cc23558](https://github.com/Finch-API/finch-api-node/commit/cc235588faac8750b9e28ae8441224533151b13c)) |
| 19 | +* **mcp:** return logs on code tool errors ([a129a54](https://github.com/Finch-API/finch-api-node/commit/a129a541ea48c076403ecfa3dcd62c7a438ebb02)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([cb164ec](https://github.com/Finch-API/finch-api-node/commit/cb164ec4357e1d1dbf64f00b3d6373f426714c02)) |
| 25 | +* **api:** resolve build issues ([7fdf319](https://github.com/Finch-API/finch-api-node/commit/7fdf31975529162cc61a00cdf26b6acae452ab83)) |
| 26 | +* **java:** Resolve name collisions ([fe8e355](https://github.com/Finch-API/finch-api-node/commit/fe8e3558d4bee54b79dc0cb119ace9297c021f1b)) |
| 27 | +* **mcp:** correct code tool API endpoint ([84ed405](https://github.com/Finch-API/finch-api-node/commit/84ed405f23ff3d54e1eb2e8f1af01255f0c00fd5)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([c005c53](https://github.com/Finch-API/finch-api-node/commit/c005c530db7f2de300613f7a00c3d395a781d3e4)) |
| 29 | +* **mcp:** return tool execution error on api error ([a745e13](https://github.com/Finch-API/finch-api-node/commit/a745e1315a6b9c8a972d39155805f409306aedfe)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([4e6ce5c](https://github.com/Finch-API/finch-api-node/commit/4e6ce5cc750f41b63a0622dba08674266c604f25)) |
| 31 | +* **tests:** fix tests ([51596fb](https://github.com/Finch-API/finch-api-node/commit/51596fb6c8fc7dc9b715b1e79aa78910b3ef8c8c)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([4cab17e](https://github.com/Finch-API/finch-api-node/commit/4cab17e63980ec9caef930d17c88f580050fa15d)) |
| 37 | +* **internal:** codegen related update ([7e41b08](https://github.com/Finch-API/finch-api-node/commit/7e41b08ffc5bf086ebbe101968886d0aa55f59ed)) |
| 38 | +* **internal:** codegen related update ([9fe36fd](https://github.com/Finch-API/finch-api-node/commit/9fe36fdeac9470c8679235822168316f25a57c1e)) |
| 39 | +* **internal:** codegen related update ([7f462f5](https://github.com/Finch-API/finch-api-node/commit/7f462f54f50759b3e876ec7e7f3dc607756fedc7)) |
| 40 | +* **internal:** codegen related update ([f364b91](https://github.com/Finch-API/finch-api-node/commit/f364b919ae70aa45ac229f5606ed58a5886efe7d)) |
| 41 | +* **internal:** upgrade eslint ([99caa6c](https://github.com/Finch-API/finch-api-node/commit/99caa6cb2bc52d947891ef219f864772ecd4e05f)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([9db75d1](https://github.com/Finch-API/finch-api-node/commit/9db75d1283ed7b45b68747111907e670a6f9193f)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([986baca](https://github.com/Finch-API/finch-api-node/commit/986bacac5eaadf8d09d5a3a95e0365c83e69eff3)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([a919d96](https://github.com/Finch-API/finch-api-node/commit/a919d9657a214a8ed6bed74300daf1f1b94d58bd)) |
| 45 | +* **mcp:** clarify http auth error ([ea849b3](https://github.com/Finch-API/finch-api-node/commit/ea849b3bf25bd26baa88af7e168e70703184b0db)) |
| 46 | +* **mcp:** upgrade jq-web ([0d936ba](https://github.com/Finch-API/finch-api-node/commit/0d936ba57152ef412613086ccf47d2ec6ebbd9c1)) |
| 47 | +* sync repo ([18cf92a](https://github.com/Finch-API/finch-api-node/commit/18cf92aa6f61a8b951f52c24d569557fd9457fca)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([bf594fb](https://github.com/Finch-API/finch-api-node/commit/bf594fbb12321772a5339126ce4745fbb48ced24)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([f790003](https://github.com/Finch-API/finch-api-node/commit/f790003321999b9bbcd52fbee5a43ea881ed4238)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([c8d6b21](https://github.com/Finch-API/finch-api-node/commit/c8d6b214ba0af078a3b619817fdb3131b341c846)) |
| 55 | + |
3 | 56 | ## 6.38.0 (2025-10-27) |
4 | 57 |
|
5 | 58 | Full Changelog: [v6.37.0...v6.38.0](https://github.com/Finch-API/finch-api-node/compare/v6.37.0...v6.38.0) |
|
0 commit comments