|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-04) |
| 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 ([3c0dc26](https://github.com/Finch-API/finch-api-node/commit/3c0dc2659c951829157934bb91dd6e30a7306a43)) |
| 10 | +* **api:** api update ([5de5d0a](https://github.com/Finch-API/finch-api-node/commit/5de5d0a55d1b86a3b0f1f2558c5b5d2e7a2e016a)) |
| 11 | +* **api:** api update ([1bbe64e](https://github.com/Finch-API/finch-api-node/commit/1bbe64e8c3185ceb9760749acf1f5d9e67e6c0d5)) |
| 12 | +* **api:** manual updates ([7427f38](https://github.com/Finch-API/finch-api-node/commit/7427f38f78859a29232022320247ef97023b458e)) |
| 13 | +* **api:** move node to typescript generator ([b40364b](https://github.com/Finch-API/finch-api-node/commit/b40364ba456fdac1785bed55c2137527c85084ad)) |
| 14 | +* **api:** update automated code reviewer selection ([3889ee9](https://github.com/Finch-API/finch-api-node/commit/3889ee95aada637c292adf6dd74922157cc99a45)) |
| 15 | +* **mcp:** add detail field to docs search tool ([33c6b01](https://github.com/Finch-API/finch-api-node/commit/33c6b014b11d49d8aec55b695072fe4f2a572a43)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([2767c6f](https://github.com/Finch-API/finch-api-node/commit/2767c6ff12e5e39dbfea0f3e46ae90152994eb82)) |
| 17 | +* **mcp:** return logs on code tool errors ([f5f5342](https://github.com/Finch-API/finch-api-node/commit/f5f5342b1d794063d84957f292eb6c7b6d69d5e2)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([6f0e743](https://github.com/Finch-API/finch-api-node/commit/6f0e743857eff23bad01acfe2500b3a28494bc3e)) |
| 23 | +* **api:** resolve build issues ([b2c4d0f](https://github.com/Finch-API/finch-api-node/commit/b2c4d0f20afde0d5c9dba6c7b7a21ff3c9c68097)) |
| 24 | +* **java:** Resolve name collisions ([0145141](https://github.com/Finch-API/finch-api-node/commit/01451415a0bb74c2098ac6f13601b7f86a1ad621)) |
| 25 | +* **mcp:** return tool execution error on api error ([7d9a809](https://github.com/Finch-API/finch-api-node/commit/7d9a8092a09d0ff918764001447996d18f0266e9)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([4395174](https://github.com/Finch-API/finch-api-node/commit/43951746f4565f31fd87d0e166e69ec74a486719)) |
| 27 | +* **tests:** fix tests ([00f1370](https://github.com/Finch-API/finch-api-node/commit/00f1370ac365495df0671be02c64e73f5263c1b1)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([128267b](https://github.com/Finch-API/finch-api-node/commit/128267b1ea398f6d1b09e9f3abf6389bb3813492)) |
| 33 | +* **internal:** codegen related update ([a194375](https://github.com/Finch-API/finch-api-node/commit/a1943753653bc1401799c86c316a0b72abf98457)) |
| 34 | +* **internal:** codegen related update ([c221e49](https://github.com/Finch-API/finch-api-node/commit/c221e49a19922ca18f748b584765f44773e72f50)) |
| 35 | +* **internal:** upgrade eslint ([591af93](https://github.com/Finch-API/finch-api-node/commit/591af9326256d80ec34abcb57f50741b7a605f05)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([79f6791](https://github.com/Finch-API/finch-api-node/commit/79f679110cda11d11aa2cf1c461d80753386abd4)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([4d4ee74](https://github.com/Finch-API/finch-api-node/commit/4d4ee745018eee3e95264bedbda30cdf4da7c82a)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([d51c6b8](https://github.com/Finch-API/finch-api-node/commit/d51c6b815adc090e893f486072de3eeb13bb89b8)) |
| 39 | +* **mcp:** clarify http auth error ([7bbe375](https://github.com/Finch-API/finch-api-node/commit/7bbe3757584c7b464498ab27a0590b78a2a0ee85)) |
| 40 | +* **mcp:** upgrade jq-web ([fcc3341](https://github.com/Finch-API/finch-api-node/commit/fcc334166f00aa80ccc4cc5076f4a6037bbed10e)) |
| 41 | +* sync repo ([b42f68c](https://github.com/Finch-API/finch-api-node/commit/b42f68c4ad297620c6bc709c700d3713284d9d30)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([92992cc](https://github.com/Finch-API/finch-api-node/commit/92992ccaaea21f92d44be7498618206c14664ff4)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([0dd41df](https://github.com/Finch-API/finch-api-node/commit/0dd41df376db7eef506e432f1d5b02af6b7809f5)) |
| 48 | + |
3 | 49 | ## 6.38.0 (2025-10-27) |
4 | 50 |
|
5 | 51 | 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