|
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 ([7a322ff](https://github.com/Finch-API/finch-api-node/commit/7a322ff5740ab28666e66cfd1c0fc2cde2bb1f9e)) |
| 10 | +* **api:** api update ([bd84e9e](https://github.com/Finch-API/finch-api-node/commit/bd84e9e2a16ba20cb6b326649a19d88814f40654)) |
| 11 | +* **api:** api update ([d77cdb9](https://github.com/Finch-API/finch-api-node/commit/d77cdb9385c1d1f38be3cdc248328a7c322e6ed0)) |
| 12 | +* **api:** manual updates ([27ef0ad](https://github.com/Finch-API/finch-api-node/commit/27ef0ad2f76b9b1d6f1ff90595304e0ab5c6a74b)) |
| 13 | +* **api:** move node to typescript generator ([b575b75](https://github.com/Finch-API/finch-api-node/commit/b575b75d10ab94293c6e3e79d11ad8c7fd268dde)) |
| 14 | +* **api:** update automated code reviewer selection ([b35dc3d](https://github.com/Finch-API/finch-api-node/commit/b35dc3d2dae4a30ecc8904f387e102be6b13bfea)) |
| 15 | +* **mcp:** enable optional code execution tool on http mcp servers ([d1be429](https://github.com/Finch-API/finch-api-node/commit/d1be4290729cbe5c028c5f51196db51b9471484a)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* **api:** migrate custom code to TypeScript ([ff51914](https://github.com/Finch-API/finch-api-node/commit/ff519145c9926660213fcb0e5455fd2a99a23212)) |
| 21 | +* **api:** resolve build issues ([0de2504](https://github.com/Finch-API/finch-api-node/commit/0de25044cbba6da6ecefc62ff0459a5f4eac28c8)) |
| 22 | +* **java:** Resolve name collisions ([b73e60a](https://github.com/Finch-API/finch-api-node/commit/b73e60ab8f1595c3b5eaf165e1b46e18a64f1f13)) |
| 23 | +* **mcp:** return tool execution error on jq failure ([48f0290](https://github.com/Finch-API/finch-api-node/commit/48f0290be983b021e7139b9233d54d0c0cc56f43)) |
| 24 | +* **tests:** fix tests ([278e1c6](https://github.com/Finch-API/finch-api-node/commit/278e1c675c50c0c1237c7720d3047b2ec6ec036f)) |
| 25 | + |
| 26 | + |
| 27 | +### Chores |
| 28 | + |
| 29 | +* **internal:** codegen related update ([e3aa0c0](https://github.com/Finch-API/finch-api-node/commit/e3aa0c0c5f8b6321586cf2352178a54b8f41e73b)) |
| 30 | +* **internal:** codegen related update ([af00e6d](https://github.com/Finch-API/finch-api-node/commit/af00e6df5750a02bda57e71e09f868f73747702e)) |
| 31 | +* mcp code tool explicit error message when missing a run function ([1eccc66](https://github.com/Finch-API/finch-api-node/commit/1eccc660caf22e56268e6a53b829f103b8fb2544)) |
| 32 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([6a8308c](https://github.com/Finch-API/finch-api-node/commit/6a8308c732c7492a1aa66e57d34332c08d8c6955)) |
| 33 | +* **mcp:** add line numbers to code tool errors ([14714f0](https://github.com/Finch-API/finch-api-node/commit/14714f0a3bb496bd08f566021743cabcdaccb37c)) |
| 34 | +* **mcp:** clarify http auth error ([2aec61d](https://github.com/Finch-API/finch-api-node/commit/2aec61d543405f6fcfd3a7ab8b9f714a48eec6b1)) |
| 35 | +* **mcp:** upgrade jq-web ([11f353e](https://github.com/Finch-API/finch-api-node/commit/11f353e8da02e1e071222d5f8bd6fb7b65d73e44)) |
| 36 | +* sync repo ([26bfae7](https://github.com/Finch-API/finch-api-node/commit/26bfae7c26a1a09b0f56e513657b0a2aa4f98b54)) |
| 37 | + |
| 38 | + |
| 39 | +### Documentation |
| 40 | + |
| 41 | +* **mcp:** add a README button for one-click add to Cursor ([0003fb4](https://github.com/Finch-API/finch-api-node/commit/0003fb4138b1166bcb492ae3f9339792ca9c60ec)) |
| 42 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([25bbf95](https://github.com/Finch-API/finch-api-node/commit/25bbf952e28a758419ddd1ae54e64071b19f1b2f)) |
| 43 | + |
3 | 44 | ## 6.38.0 (2025-10-27) |
4 | 45 |
|
5 | 46 | 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