|
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 ([0dbea22](https://github.com/Finch-API/finch-api-node/commit/0dbea22df19c696eb07323cf4d8dc13a926921ea)) |
| 10 | +* **api:** api update ([ca1e798](https://github.com/Finch-API/finch-api-node/commit/ca1e798638a9fd5ce5e4d2d91599d5177d61a002)) |
| 11 | +* **api:** api update ([5b88784](https://github.com/Finch-API/finch-api-node/commit/5b88784c546079f0e10bb6fd4e52ce8c41d87c17)) |
| 12 | +* **api:** manual updates ([300ad62](https://github.com/Finch-API/finch-api-node/commit/300ad62ebd53a49e5326d5f597b7ea41e963c805)) |
| 13 | +* **api:** move node to typescript generator ([f25e60d](https://github.com/Finch-API/finch-api-node/commit/f25e60dd058d8181b3d6f14d01b9ad0e68bc9677)) |
| 14 | +* **api:** update automated code reviewer selection ([16529b9](https://github.com/Finch-API/finch-api-node/commit/16529b910353294bc27dfff8129f9151da454376)) |
| 15 | +* **mcp:** add detail field to docs search tool ([ac6390d](https://github.com/Finch-API/finch-api-node/commit/ac6390dceccd87303d052e8e16fbf4506a3b7956)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([76b2d53](https://github.com/Finch-API/finch-api-node/commit/76b2d531ccf6ec68c94be7ff12d3e3a4f2f650d7)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([c77dc96](https://github.com/Finch-API/finch-api-node/commit/c77dc96a7b474efe213022fc7c67bf907df5d36a)) |
| 22 | +* **api:** resolve build issues ([94c0204](https://github.com/Finch-API/finch-api-node/commit/94c02048a46332165a807079345a6ba94d92377a)) |
| 23 | +* **java:** Resolve name collisions ([747b70e](https://github.com/Finch-API/finch-api-node/commit/747b70e5c549f66ad74dd529ca3298fbab52ac8e)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([a039146](https://github.com/Finch-API/finch-api-node/commit/a03914608b1be6a8149003ccdcc0ce512dfc4fb2)) |
| 25 | +* **tests:** fix tests ([93bf151](https://github.com/Finch-API/finch-api-node/commit/93bf151f14d21628e43588e2ef1f8af354852cd5)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([d8707d9](https://github.com/Finch-API/finch-api-node/commit/d8707d91d5d4f11a693859abc96898657f21d4c8)) |
| 31 | +* **internal:** codegen related update ([f1bdf9d](https://github.com/Finch-API/finch-api-node/commit/f1bdf9d3f0e0c1c5ecd88edc40e68a0432cd9fca)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([3e973c7](https://github.com/Finch-API/finch-api-node/commit/3e973c7679747646c987072dfe65f5e9fd261cdf)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5d1dc57](https://github.com/Finch-API/finch-api-node/commit/5d1dc57742acbae235c89c5335bc11981a7327fe)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([f4556e4](https://github.com/Finch-API/finch-api-node/commit/f4556e4880299c5db5746bfb4936eceade6b6429)) |
| 35 | +* **mcp:** clarify http auth error ([aca75c0](https://github.com/Finch-API/finch-api-node/commit/aca75c016fafb4e0a106084b405eab9022587a9f)) |
| 36 | +* **mcp:** upgrade jq-web ([bd2cbdb](https://github.com/Finch-API/finch-api-node/commit/bd2cbdb9006b91fa21f01aa584076ac5483db2d6)) |
| 37 | +* sync repo ([f3f9f88](https://github.com/Finch-API/finch-api-node/commit/f3f9f88436adb60890b39cc088f2e5f8d697f959)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([2a8c70e](https://github.com/Finch-API/finch-api-node/commit/2a8c70e11772fe9b6a4bbf3490c72384f1e35307)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([d4f9224](https://github.com/Finch-API/finch-api-node/commit/d4f9224a0982ef667daac11e0464a54ae0c3e4d0)) |
| 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