|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-26) |
| 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 ([bfdbd51](https://github.com/Finch-API/finch-api-node/commit/bfdbd51a8ae42437e6d6aff5904bdc1a97fae4a2)) |
| 10 | +* **api:** api update ([a246456](https://github.com/Finch-API/finch-api-node/commit/a246456a78e625e4d03a82ee965401fffdb46b26)) |
| 11 | +* **api:** api update ([c9603c3](https://github.com/Finch-API/finch-api-node/commit/c9603c3b10e7689bb6d55f686fb7dc35194f8b29)) |
| 12 | +* **api:** manual updates ([9d268ce](https://github.com/Finch-API/finch-api-node/commit/9d268ceee2ece4d527b738c07f2aedbf63b27f8a)) |
| 13 | +* **api:** move node to typescript generator ([4785f19](https://github.com/Finch-API/finch-api-node/commit/4785f193277f22772b24b47b0929e4db3595f3e0)) |
| 14 | +* **api:** update automated code reviewer selection ([80cae30](https://github.com/Finch-API/finch-api-node/commit/80cae300845b6ffa9e34c8e1821f1d881271f28e)) |
| 15 | +* **mcp:** add detail field to docs search tool ([4f73bd6](https://github.com/Finch-API/finch-api-node/commit/4f73bd6546099d5fd5be8ce7a9729baa5130ee50)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([774949c](https://github.com/Finch-API/finch-api-node/commit/774949ca59a7fcc0aba166ec0d4f7b460fb027cb)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([d265ac6](https://github.com/Finch-API/finch-api-node/commit/d265ac6edd6537e50169e8842501ec197a5cee86)) |
| 22 | +* **api:** resolve build issues ([e690a33](https://github.com/Finch-API/finch-api-node/commit/e690a33dd22d74d4dc5133168df2f1f0f194597c)) |
| 23 | +* **java:** Resolve name collisions ([0a22f56](https://github.com/Finch-API/finch-api-node/commit/0a22f56d623f9958f46e61984a27c972d575cf7d)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([b30fd95](https://github.com/Finch-API/finch-api-node/commit/b30fd95fec8e6e7d29c49a728c71b5caca6d2064)) |
| 25 | +* **tests:** fix tests ([178f521](https://github.com/Finch-API/finch-api-node/commit/178f5213ae1453c7bd10b017f09b2fa2030685c4)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([969866b](https://github.com/Finch-API/finch-api-node/commit/969866ba15434feb18867da064b9ba606dd5fee4)) |
| 31 | +* **internal:** codegen related update ([208ca19](https://github.com/Finch-API/finch-api-node/commit/208ca19f1f71cd7aa6a1ab12255d3690ec444ac7)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([bf88752](https://github.com/Finch-API/finch-api-node/commit/bf88752d8eeed666d7eebb761572afde1ee2f098)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3f65b47](https://github.com/Finch-API/finch-api-node/commit/3f65b479e01cc82c996972880e6d63a807b374cf)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([68d49cb](https://github.com/Finch-API/finch-api-node/commit/68d49cba0edeb0b876c05e8489993d64cb4fceba)) |
| 35 | +* **mcp:** clarify http auth error ([9166f6e](https://github.com/Finch-API/finch-api-node/commit/9166f6eb75e58d0823977c51b68fc5f8d700ab38)) |
| 36 | +* **mcp:** upgrade jq-web ([28706cc](https://github.com/Finch-API/finch-api-node/commit/28706ccd86a8e169ce934618b734e04407078c5a)) |
| 37 | +* sync repo ([7510147](https://github.com/Finch-API/finch-api-node/commit/751014704c98f91bac8c9a134e9f80006958993f)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([da2ec37](https://github.com/Finch-API/finch-api-node/commit/da2ec37e6c373209e6bbca53293db40f24751dd9)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([0e5b1fc](https://github.com/Finch-API/finch-api-node/commit/0e5b1fc6cb868a20954b3220eb42021d82875dd2)) |
| 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