|
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 ([a6e6eee](https://github.com/Finch-API/finch-api-node/commit/a6e6eee0f69ddee1ac3a549574f4cd6922c5a5ce)) |
| 10 | +* **api:** api update ([4674f25](https://github.com/Finch-API/finch-api-node/commit/4674f259702f452339d7c123225dc88ed6a8f368)) |
| 11 | +* **api:** api update ([b97024f](https://github.com/Finch-API/finch-api-node/commit/b97024fdc1f28de959a53681005dd8f5e51f665d)) |
| 12 | +* **api:** manual updates ([288f878](https://github.com/Finch-API/finch-api-node/commit/288f8780de8a86803a6d8a9c5a7a31e02e54ffc7)) |
| 13 | +* **api:** move node to typescript generator ([2976eb6](https://github.com/Finch-API/finch-api-node/commit/2976eb634912243c33af4e8aa1fae1583e503af7)) |
| 14 | +* **api:** update automated code reviewer selection ([e3839b1](https://github.com/Finch-API/finch-api-node/commit/e3839b18a5ddc4e2fefe02d2923fdb9ed4c2fd6b)) |
| 15 | +* **mcp:** add detail field to docs search tool ([a267cff](https://github.com/Finch-API/finch-api-node/commit/a267cffaabf5994ec80d6bba7e2f84daeb19328a)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([23032ee](https://github.com/Finch-API/finch-api-node/commit/23032ee6438b95c9113a28f795a40e768c4aea5e)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([a45e157](https://github.com/Finch-API/finch-api-node/commit/a45e15776617145f28272c160663627a76b06125)) |
| 22 | +* **api:** resolve build issues ([892c5bc](https://github.com/Finch-API/finch-api-node/commit/892c5bc100d04b457d6075fef9e6edd119882764)) |
| 23 | +* **java:** Resolve name collisions ([7e65c3a](https://github.com/Finch-API/finch-api-node/commit/7e65c3a4b9fa3ea01d1b27f1fb9f37e5e5c50029)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([e85fc6d](https://github.com/Finch-API/finch-api-node/commit/e85fc6db16508c4294c3e6a2a1f3e6fd5fcdca32)) |
| 25 | +* **tests:** fix tests ([cb34144](https://github.com/Finch-API/finch-api-node/commit/cb341448e3b156abdec7675135310af262ed2a7d)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([d3aad76](https://github.com/Finch-API/finch-api-node/commit/d3aad76f6a6275cb59a582eb79a639c15f3445ef)) |
| 31 | +* **internal:** codegen related update ([e1b22ad](https://github.com/Finch-API/finch-api-node/commit/e1b22adef78a3a233b869a9bab05a63fdb4bd955)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([f4c91f4](https://github.com/Finch-API/finch-api-node/commit/f4c91f4bfffefef2425ce8345801f8f962eff39c)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([fe68a71](https://github.com/Finch-API/finch-api-node/commit/fe68a710e2724d083a527c77e2e0365c2f21f44d)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([5556398](https://github.com/Finch-API/finch-api-node/commit/55563989b7681fa53fe54e1a464ab870fcafccca)) |
| 35 | +* **mcp:** clarify http auth error ([fbf6fc2](https://github.com/Finch-API/finch-api-node/commit/fbf6fc2060444d62772dbb846f78f22c48079235)) |
| 36 | +* **mcp:** upgrade jq-web ([61b79af](https://github.com/Finch-API/finch-api-node/commit/61b79af083a5f3e6279310f51d9cf73eeb9dbecd)) |
| 37 | +* sync repo ([91ad817](https://github.com/Finch-API/finch-api-node/commit/91ad817316d6c3d1e602a548f09472f24f58a797)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([14831e2](https://github.com/Finch-API/finch-api-node/commit/14831e27d0f1e15154e73333ed91fa8dee9e0e50)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([19985d1](https://github.com/Finch-API/finch-api-node/commit/19985d1373e024719ce909f4631891f614d8e2e6)) |
| 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