|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-21) |
| 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 ([4540009](https://github.com/Finch-API/finch-api-node/commit/4540009a69d798d08deb29f243b79507daf9e80a)) |
| 10 | +* **api:** api update ([ea4ff78](https://github.com/Finch-API/finch-api-node/commit/ea4ff78334e17048fcc78573c9f75d8796748285)) |
| 11 | +* **api:** manual updates ([fa95a39](https://github.com/Finch-API/finch-api-node/commit/fa95a392943b3ebe96c666f859e0ad805f990dda)) |
| 12 | +* **api:** move node to typescript generator ([94ab028](https://github.com/Finch-API/finch-api-node/commit/94ab0283918d958033e1525d678d752b0bf0df46)) |
| 13 | +* **api:** update automated code reviewer selection ([28bf05b](https://github.com/Finch-API/finch-api-node/commit/28bf05b6c193379f8938eed2413016456d307838)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([e5e0a45](https://github.com/Finch-API/finch-api-node/commit/e5e0a450cd4dbf097f06e42d8b65ebd010801492)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([bc0479e](https://github.com/Finch-API/finch-api-node/commit/bc0479e384faa7f512d70f49ed651096e6e30ce4)) |
| 20 | +* **api:** resolve build issues ([f0c2c5d](https://github.com/Finch-API/finch-api-node/commit/f0c2c5da19febe9f64621bdddeacb70b46858443)) |
| 21 | +* **java:** Resolve name collisions ([cd10c0f](https://github.com/Finch-API/finch-api-node/commit/cd10c0f7903c28e449e6a5c93699a993abf44653)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([752ab2e](https://github.com/Finch-API/finch-api-node/commit/752ab2e560824440c612de137601cb8f081454e4)) |
| 23 | +* **tests:** fix tests ([8000a38](https://github.com/Finch-API/finch-api-node/commit/8000a38165558cb626f68d92b7150513666ba011)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([1896686](https://github.com/Finch-API/finch-api-node/commit/189668613bdd2f0bca92bca3d211af7bb17e3747)) |
| 29 | +* **internal:** codegen related update ([12b58dd](https://github.com/Finch-API/finch-api-node/commit/12b58dd17351ba4c4a5bd97576f9d897fab2169b)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([dfba9c6](https://github.com/Finch-API/finch-api-node/commit/dfba9c63f9f202b1ee7d7e183ddfa43b7cf3131f)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f4b8e66](https://github.com/Finch-API/finch-api-node/commit/f4b8e668d12cc0d4bbd66be0f1c26c3799d00228)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([60deb4d](https://github.com/Finch-API/finch-api-node/commit/60deb4d19e8f5cc5e8fce77988c9400ed92567d3)) |
| 33 | +* **mcp:** clarify http auth error ([2ddfe70](https://github.com/Finch-API/finch-api-node/commit/2ddfe702558486ecbbe6686612f3874cbfbd61e0)) |
| 34 | +* **mcp:** upgrade jq-web ([ca067c9](https://github.com/Finch-API/finch-api-node/commit/ca067c9e9db9dc5b095cb036dfadb3d50ef06c4a)) |
| 35 | +* sync repo ([b484771](https://github.com/Finch-API/finch-api-node/commit/b484771c3b98e1bfd12bdd0c9a5247b984b3a2df)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([e053884](https://github.com/Finch-API/finch-api-node/commit/e053884cbba214bc5779a7f52dd8d9faa45585f9)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([337281c](https://github.com/Finch-API/finch-api-node/commit/337281ce76dc9401f784d6ad2152eadaf9bfc377)) |
| 42 | + |
3 | 43 | ## 6.38.0 (2025-10-27) |
4 | 44 |
|
5 | 45 | 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