|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-25) |
| 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 ([8b9255f](https://github.com/Finch-API/finch-api-node/commit/8b9255ff6af6fc7317fabebb91d5aa2c4ed0462b)) |
| 10 | +* **api:** api update ([53426e1](https://github.com/Finch-API/finch-api-node/commit/53426e1036c2193885410eab57c0333c1a72f685)) |
| 11 | +* **api:** api update ([7933ab2](https://github.com/Finch-API/finch-api-node/commit/7933ab2cc87fac5c03f9302c58deb84d01e76de4)) |
| 12 | +* **api:** manual updates ([6f2dd4d](https://github.com/Finch-API/finch-api-node/commit/6f2dd4d843346421c67277b0638f2498d03026c6)) |
| 13 | +* **api:** move node to typescript generator ([550dbf1](https://github.com/Finch-API/finch-api-node/commit/550dbf16759413ce73f1b25cb7d869e31854e523)) |
| 14 | +* **api:** update automated code reviewer selection ([bdf45d8](https://github.com/Finch-API/finch-api-node/commit/bdf45d8233e0b80b3058b398414ccff3a6e7689d)) |
| 15 | +* **mcp:** add detail field to docs search tool ([2923a85](https://github.com/Finch-API/finch-api-node/commit/2923a8577e79aafbeb00e919b9e6f8e6f5a933c7)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([12dac64](https://github.com/Finch-API/finch-api-node/commit/12dac64cc58819e3e0bb18535e8c35bb811b971f)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([ab2bf54](https://github.com/Finch-API/finch-api-node/commit/ab2bf5471f8dad373b17b92cd76521b3d420ec90)) |
| 22 | +* **api:** resolve build issues ([07c2d68](https://github.com/Finch-API/finch-api-node/commit/07c2d68ff17531dfaf2f8deadae82eb636ea0749)) |
| 23 | +* **java:** Resolve name collisions ([11a54ef](https://github.com/Finch-API/finch-api-node/commit/11a54efb2e88164fff95ab7d438cac577c89d403)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([1fe19bb](https://github.com/Finch-API/finch-api-node/commit/1fe19bbecb40a1991cb7733d32499b3ee96e3bea)) |
| 25 | +* **tests:** fix tests ([6746a56](https://github.com/Finch-API/finch-api-node/commit/6746a56af352b70418e8b832a335b39b9a49ebdf)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([3c95b17](https://github.com/Finch-API/finch-api-node/commit/3c95b17a7c58fb0ae1924f055dc22d5a6af21e48)) |
| 31 | +* **internal:** codegen related update ([4355569](https://github.com/Finch-API/finch-api-node/commit/435556980ccc370390118d4a4859754970f15ba0)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([3585624](https://github.com/Finch-API/finch-api-node/commit/358562448a4250247a460ce2fac0c3b30f5f3355)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([b3e1025](https://github.com/Finch-API/finch-api-node/commit/b3e1025bc2b56aeadd9995f6f035eb3965009cf3)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([c935449](https://github.com/Finch-API/finch-api-node/commit/c935449a1027137c7bb797efc2542b6f028eb050)) |
| 35 | +* **mcp:** clarify http auth error ([e08655f](https://github.com/Finch-API/finch-api-node/commit/e08655f159054d9f9665ba68126c7976f19cbc8c)) |
| 36 | +* **mcp:** upgrade jq-web ([a3bddaf](https://github.com/Finch-API/finch-api-node/commit/a3bddafac0dcaca3316ff553211f192353c00779)) |
| 37 | +* sync repo ([030da43](https://github.com/Finch-API/finch-api-node/commit/030da43db06d5c149b116bcb7244025b02796ec2)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([19df3b3](https://github.com/Finch-API/finch-api-node/commit/19df3b39e607ff5d415aa5c146e35f6eec02871a)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([49f8411](https://github.com/Finch-API/finch-api-node/commit/49f841173e7d3fd2b735c75e396abef5028d955f)) |
| 44 | + |
3 | 45 | ## 6.38.0 (2025-10-27) |
4 | 46 |
|
5 | 47 | 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