|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-10) |
| 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 ([99d24c1](https://github.com/Finch-API/finch-api-node/commit/99d24c1cb2eac844ac58be37ae23b520272af9e5)) |
| 10 | +* **api:** api update ([707c2bf](https://github.com/Finch-API/finch-api-node/commit/707c2bf0b0c25134817918e189bedce043c6f8ce)) |
| 11 | +* **api:** api update ([68976bf](https://github.com/Finch-API/finch-api-node/commit/68976bfa2dbdebf949c7eab0827fa4e712a6ffb1)) |
| 12 | +* **api:** manual updates ([98f3676](https://github.com/Finch-API/finch-api-node/commit/98f3676fb3d23e5e9ae7adb20e0191b61d861932)) |
| 13 | +* **api:** move node to typescript generator ([e115003](https://github.com/Finch-API/finch-api-node/commit/e1150036b9fa6f5428e6f9c8d519aed755f2d88b)) |
| 14 | +* **api:** update automated code reviewer selection ([824dcc0](https://github.com/Finch-API/finch-api-node/commit/824dcc0d09cef35c2b3b337c56e6a295f57fa4db)) |
| 15 | +* **mcp:** add detail field to docs search tool ([134d659](https://github.com/Finch-API/finch-api-node/commit/134d659e32bf6377c4e2cf3e6b347568c04b12f2)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([6d3210d](https://github.com/Finch-API/finch-api-node/commit/6d3210d9cb169a12ea52a4cb09c39249336d7a78)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([16faced](https://github.com/Finch-API/finch-api-node/commit/16facedc2f361c80ee0f33d90e75795aa4fbc1f8)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([86d49ef](https://github.com/Finch-API/finch-api-node/commit/86d49efaa8001ea99810054c81fee5e13b19477b)) |
| 19 | +* **mcp:** return logs on code tool errors ([cf8e016](https://github.com/Finch-API/finch-api-node/commit/cf8e016d7c75dc7248c63c91dd09ea98a7d485cf)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([15297a9](https://github.com/Finch-API/finch-api-node/commit/15297a977912f9db2b7434c362060b78848552d5)) |
| 25 | +* **api:** resolve build issues ([425cf14](https://github.com/Finch-API/finch-api-node/commit/425cf14fe2075eeb77c83940978280af968eef97)) |
| 26 | +* **java:** Resolve name collisions ([8b87ada](https://github.com/Finch-API/finch-api-node/commit/8b87ada6737e7c9c42c7e91f4c05ca7923d50416)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([8aeada6](https://github.com/Finch-API/finch-api-node/commit/8aeada60870b7ef74d8e068dba118ef8d9191374)) |
| 28 | +* **mcp:** correct code tool API endpoint ([fe601dc](https://github.com/Finch-API/finch-api-node/commit/fe601dcdf377bc26c02a0ec12dcd3a8cc13c5c88)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([750601d](https://github.com/Finch-API/finch-api-node/commit/750601dad8d9d0716edb12bf0d49a24abed9d0e5)) |
| 30 | +* **mcp:** return tool execution error on api error ([970fa66](https://github.com/Finch-API/finch-api-node/commit/970fa66fcb653d244454417ae44724c60b078419)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([579e683](https://github.com/Finch-API/finch-api-node/commit/579e6837beb16ee8e56e5113a971e37a5e0d5bcc)) |
| 32 | +* **tests:** fix tests ([19bdb6e](https://github.com/Finch-API/finch-api-node/commit/19bdb6e3010a8ca86251d84bc385a047f0af3d6f)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([050538a](https://github.com/Finch-API/finch-api-node/commit/050538abb1c02b9913255ecf3262626b77fbaef2)) |
| 38 | +* **internal:** codegen related update ([bd6bac8](https://github.com/Finch-API/finch-api-node/commit/bd6bac8e625169388e05a7c467a0308c3f540157)) |
| 39 | +* **internal:** codegen related update ([22016cc](https://github.com/Finch-API/finch-api-node/commit/22016cc8e7dd826174517852ef304b0ab5010a15)) |
| 40 | +* **internal:** codegen related update ([5cfd063](https://github.com/Finch-API/finch-api-node/commit/5cfd063c3c5be9662949c02483656e130891d1e9)) |
| 41 | +* **internal:** codegen related update ([17b5ddd](https://github.com/Finch-API/finch-api-node/commit/17b5ddd9758fb61f4864b3e43f41fcbbb320d5b3)) |
| 42 | +* **internal:** upgrade eslint ([981e870](https://github.com/Finch-API/finch-api-node/commit/981e87066a689179f4c07ebb0c393c5e1a5b78f7)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([159b962](https://github.com/Finch-API/finch-api-node/commit/159b962a563144290777777c01fe2447998e7d2c)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([45ea63c](https://github.com/Finch-API/finch-api-node/commit/45ea63cd2f3396d72a0e45a16512effbbfd66092)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([beb245e](https://github.com/Finch-API/finch-api-node/commit/beb245ec6f940c725503c8e886808e43f5871b57)) |
| 46 | +* **mcp:** clarify http auth error ([6b39a09](https://github.com/Finch-API/finch-api-node/commit/6b39a09c682f8bec1535827058ef4ac593dcad9b)) |
| 47 | +* **mcp:** update lockfile ([87a8692](https://github.com/Finch-API/finch-api-node/commit/87a86924591ba5538467fbb1f97bfe00ca83f099)) |
| 48 | +* **mcp:** upgrade jq-web ([df6938f](https://github.com/Finch-API/finch-api-node/commit/df6938f93e8ed95a491538bfa1059321131364ea)) |
| 49 | +* sync repo ([62e1664](https://github.com/Finch-API/finch-api-node/commit/62e1664deac9c71aa90ec4b38528a5ad9b13040f)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([457b12e](https://github.com/Finch-API/finch-api-node/commit/457b12e1cf3007fdb55646b9b1ab0dfefdcbb83d)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([4a27191](https://github.com/Finch-API/finch-api-node/commit/4a271917b97da9f0c4d4e823ac793b922b8f5d39)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([b2c1eb7](https://github.com/Finch-API/finch-api-node/commit/b2c1eb7c3b0e0e3c058a63f3f53f216260b5489a)) |
| 57 | + |
3 | 58 | ## 6.38.0 (2025-10-27) |
4 | 59 |
|
5 | 60 | 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