|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-11) |
| 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 ([e3d2a30](https://github.com/Finch-API/finch-api-node/commit/e3d2a308e3069aeb940fbd29c34f3815a92cba4d)) |
| 10 | +* **api:** api update ([3bd16a8](https://github.com/Finch-API/finch-api-node/commit/3bd16a8f5648c64a5da7eb3fcd265a6ac0e06350)) |
| 11 | +* **api:** api update ([5e2d3f1](https://github.com/Finch-API/finch-api-node/commit/5e2d3f18d2ec5225f5ef95762f3eda75dfd36d00)) |
| 12 | +* **api:** manual updates ([99fe2e2](https://github.com/Finch-API/finch-api-node/commit/99fe2e2c1d1156881f715f3b2b177c4e3e00aa18)) |
| 13 | +* **api:** move node to typescript generator ([4dcd6de](https://github.com/Finch-API/finch-api-node/commit/4dcd6de1d6c3b2d44a0eb910c83342b1c713254f)) |
| 14 | +* **api:** update automated code reviewer selection ([deac990](https://github.com/Finch-API/finch-api-node/commit/deac9902dce69a920cd1c731159ddf94b02cf261)) |
| 15 | +* **mcp:** add detail field to docs search tool ([a340308](https://github.com/Finch-API/finch-api-node/commit/a3403080e01f6d3181a2799b464187f1a1591de8)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([58f2fe2](https://github.com/Finch-API/finch-api-node/commit/58f2fe2ef6268274ef4160c9fcf842cf97c55975)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([13e9f64](https://github.com/Finch-API/finch-api-node/commit/13e9f6414e37bf1c80b0fea2aebd4cb2c68b853f)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([3bed91f](https://github.com/Finch-API/finch-api-node/commit/3bed91f71b58ab0f8bf042c370222a1f4a51aeef)) |
| 19 | +* **mcp:** return logs on code tool errors ([93f4c74](https://github.com/Finch-API/finch-api-node/commit/93f4c74894684cffc20284977c90f947ba993dc8)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([b657e05](https://github.com/Finch-API/finch-api-node/commit/b657e051a1bff456db675f7caa8680f9be579acd)) |
| 25 | +* **api:** resolve build issues ([c16e8eb](https://github.com/Finch-API/finch-api-node/commit/c16e8eb2a1eb32ba681ea92ee19927934264d79e)) |
| 26 | +* **java:** Resolve name collisions ([e62bead](https://github.com/Finch-API/finch-api-node/commit/e62beadd86424514fa063c9ddd486835c36a9d43)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([3d2adbb](https://github.com/Finch-API/finch-api-node/commit/3d2adbb85d7cacb65337ea9648fec69af16cdd31)) |
| 28 | +* **mcp:** correct code tool API endpoint ([099ac5f](https://github.com/Finch-API/finch-api-node/commit/099ac5f84626d7de265fd6fb90cd3c4b903d9a15)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([9511c04](https://github.com/Finch-API/finch-api-node/commit/9511c0404b9514a0a2e70be6dc50f842075fd3cc)) |
| 30 | +* **mcp:** return tool execution error on api error ([679a931](https://github.com/Finch-API/finch-api-node/commit/679a9318e25086cbc7087d89119b55f5612700a4)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([402814f](https://github.com/Finch-API/finch-api-node/commit/402814f434330e2d6ff686c3bc40872c630c4791)) |
| 32 | +* **tests:** fix tests ([3429dae](https://github.com/Finch-API/finch-api-node/commit/3429dae64bf67fce02760bbdf55102b78f6a973a)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([cdd90c1](https://github.com/Finch-API/finch-api-node/commit/cdd90c168b5ae39b5dd9e5d62e6791c9248cf73c)) |
| 38 | +* **internal:** codegen related update ([7c927fc](https://github.com/Finch-API/finch-api-node/commit/7c927fc859873042bc5ec826977095648dcb8b46)) |
| 39 | +* **internal:** codegen related update ([8ba9be4](https://github.com/Finch-API/finch-api-node/commit/8ba9be4147fc66e3db48c57e59bfe4e433856947)) |
| 40 | +* **internal:** codegen related update ([280307c](https://github.com/Finch-API/finch-api-node/commit/280307c104f419f57d43e34456753d6e70ca5a3d)) |
| 41 | +* **internal:** codegen related update ([2e20c42](https://github.com/Finch-API/finch-api-node/commit/2e20c42cbf77c521e2a3826a3daf28afdb74f6c1)) |
| 42 | +* **internal:** upgrade eslint ([39b5e08](https://github.com/Finch-API/finch-api-node/commit/39b5e0865b6657dc053e078bbafd2426b04e8372)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([1cea5c6](https://github.com/Finch-API/finch-api-node/commit/1cea5c6438fa66be2f8fb4218fdbec16ba37841a)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3a754f5](https://github.com/Finch-API/finch-api-node/commit/3a754f54ade68a997c2ed38220745338ce0d3025)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([e2b265b](https://github.com/Finch-API/finch-api-node/commit/e2b265b9c96823557281bf4bf26cffaff938dc15)) |
| 46 | +* **mcp:** clarify http auth error ([44fc932](https://github.com/Finch-API/finch-api-node/commit/44fc93273f3d2a7061e9eb79e9644bce3e75e4ba)) |
| 47 | +* **mcp:** update lockfile ([0a56f41](https://github.com/Finch-API/finch-api-node/commit/0a56f41bc43fa0379dfb6f0315dd48925028970a)) |
| 48 | +* **mcp:** upgrade jq-web ([cd8aebc](https://github.com/Finch-API/finch-api-node/commit/cd8aebce7cbb9a006f12d4ea7a39a3e063706a40)) |
| 49 | +* sync repo ([23597c4](https://github.com/Finch-API/finch-api-node/commit/23597c4ef627db47173152edad9ec3841a04a88f)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([5f85875](https://github.com/Finch-API/finch-api-node/commit/5f85875e3c5384be2a9a246503eea55159ea4f2e)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([6d89d75](https://github.com/Finch-API/finch-api-node/commit/6d89d751f2daccb9e287191bc000ee28d0d941a2)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([360ed0b](https://github.com/Finch-API/finch-api-node/commit/360ed0bb41fb89f862b1ead5c1c471f99f1c7b45)) |
| 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