|
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 ([52c9893](https://github.com/Finch-API/finch-api-node/commit/52c9893ee01c4cbe996fe39afcc809da2ebcf34c)) |
| 10 | +* **api:** api update ([60c0a6b](https://github.com/Finch-API/finch-api-node/commit/60c0a6b66a4135b6c781e7f1e6d6d11b7037bd02)) |
| 11 | +* **api:** api update ([c23cda0](https://github.com/Finch-API/finch-api-node/commit/c23cda03c2a966c6c1cf2cc17aca5192fd5631a1)) |
| 12 | +* **api:** manual updates ([398f08d](https://github.com/Finch-API/finch-api-node/commit/398f08d40962b9dd42f8c4101c4acebd65a94ba0)) |
| 13 | +* **api:** move node to typescript generator ([c395daa](https://github.com/Finch-API/finch-api-node/commit/c395daac8162669e1f7b8ade3d120dbbca75766f)) |
| 14 | +* **api:** update automated code reviewer selection ([4d6b216](https://github.com/Finch-API/finch-api-node/commit/4d6b2166f8ddba5f4472bdc5cdaf7e0a77b9da33)) |
| 15 | +* **mcp:** add detail field to docs search tool ([d85fc35](https://github.com/Finch-API/finch-api-node/commit/d85fc35d59eb79c0cd5cbc4cb2ed697b842cb86d)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([a23d127](https://github.com/Finch-API/finch-api-node/commit/a23d127b636d0f301c28dc6e29897943e5b58113)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([5a9a4fe](https://github.com/Finch-API/finch-api-node/commit/5a9a4fe4a769c5f4e8d837ca709ae274c7f4cd0a)) |
| 22 | +* **api:** resolve build issues ([a185439](https://github.com/Finch-API/finch-api-node/commit/a1854399b903c624ff8773623edf988e89b948ef)) |
| 23 | +* **java:** Resolve name collisions ([1b654c0](https://github.com/Finch-API/finch-api-node/commit/1b654c03b4754049c7ea33f659c4bc8742005a20)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([7b92747](https://github.com/Finch-API/finch-api-node/commit/7b92747122f66a77660534a473ba3e2e72f6aeb4)) |
| 25 | +* **tests:** fix tests ([87f46a1](https://github.com/Finch-API/finch-api-node/commit/87f46a1119be5cd49d371181a1425c4c01273a57)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([01887b6](https://github.com/Finch-API/finch-api-node/commit/01887b653d2745f009713abf83323a1e3c553081)) |
| 31 | +* **internal:** codegen related update ([1c08b06](https://github.com/Finch-API/finch-api-node/commit/1c08b066809b063c506430ccdf5388ceb08ffa90)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([ff4c74a](https://github.com/Finch-API/finch-api-node/commit/ff4c74a429fa85e1be2e03f383f538a3dc4eed12)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([18118ae](https://github.com/Finch-API/finch-api-node/commit/18118aed1c0f3d34eda0d3995fa930c1d1003afc)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([641e62e](https://github.com/Finch-API/finch-api-node/commit/641e62e88106eef9dd287c53faac33939139d1c3)) |
| 35 | +* **mcp:** clarify http auth error ([70a0d6f](https://github.com/Finch-API/finch-api-node/commit/70a0d6fe35315ab141c0f271d306bc3d1e90a55a)) |
| 36 | +* **mcp:** upgrade jq-web ([b157822](https://github.com/Finch-API/finch-api-node/commit/b157822f837778b74d8b8de3cfd69211da3bb541)) |
| 37 | +* sync repo ([e122867](https://github.com/Finch-API/finch-api-node/commit/e122867a3143a28510eba3e8e4113b0eec44f6e0)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([480ec13](https://github.com/Finch-API/finch-api-node/commit/480ec137fd4d86cc7175c191830b2c834358e0f5)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([fa5a77f](https://github.com/Finch-API/finch-api-node/commit/fa5a77f9e8c56f8ed0d9b3848f0e26bae607fb35)) |
| 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