|
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 ([2cb0f68](https://github.com/Finch-API/finch-api-node/commit/2cb0f68f0968fb7db03643dbce487e01a67bb8d9)) |
| 10 | +* **api:** api update ([6e21009](https://github.com/Finch-API/finch-api-node/commit/6e21009e75c5dc8759fda90f8f5713579153f02c)) |
| 11 | +* **api:** manual updates ([e14628d](https://github.com/Finch-API/finch-api-node/commit/e14628d4ef4cd78b700681df094bcc49f4cfadd9)) |
| 12 | +* **api:** move node to typescript generator ([a9d3440](https://github.com/Finch-API/finch-api-node/commit/a9d3440ffaa05232c9ac137f91b87bdd919ba4cc)) |
| 13 | +* **api:** update automated code reviewer selection ([a1f1aa8](https://github.com/Finch-API/finch-api-node/commit/a1f1aa87fcb0fd8247d7c336a61d3b21b9cb69b1)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([61797f9](https://github.com/Finch-API/finch-api-node/commit/61797f948d9e7758ea6c22e8a695fc934cc8c19d)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([a9b03af](https://github.com/Finch-API/finch-api-node/commit/a9b03af44c45eea400192ee7f9406069140bad4c)) |
| 20 | +* **api:** resolve build issues ([bc79a82](https://github.com/Finch-API/finch-api-node/commit/bc79a82731e6efbfe98fe16f1c9722f8363c44fc)) |
| 21 | +* **java:** Resolve name collisions ([088f44d](https://github.com/Finch-API/finch-api-node/commit/088f44d2adf0a2a098bd410083b166d0a8d9bae4)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([ff27a05](https://github.com/Finch-API/finch-api-node/commit/ff27a059a588017f55daa363523c19e5ba3ce24c)) |
| 23 | +* **tests:** fix tests ([b2b7dd1](https://github.com/Finch-API/finch-api-node/commit/b2b7dd1c7910a85047ca6f522c4fcbdccccf4947)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([3a034e1](https://github.com/Finch-API/finch-api-node/commit/3a034e17aa4b2d65b496e3efc983fa2f2b5cb5c9)) |
| 29 | +* **internal:** codegen related update ([3dab7ed](https://github.com/Finch-API/finch-api-node/commit/3dab7ed341882b55236125fe1b0a0b0489cc7e1c)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([efbdaf7](https://github.com/Finch-API/finch-api-node/commit/efbdaf7b94e2c70bec787d6f5866120ccf7b3043)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([e278298](https://github.com/Finch-API/finch-api-node/commit/e278298c8acdc93c8613bc5a06d9e1c65f3c1161)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([873c4dc](https://github.com/Finch-API/finch-api-node/commit/873c4dcc1580362dc6d8fca8ac51f2fcccde5d0f)) |
| 33 | +* **mcp:** clarify http auth error ([69e5de4](https://github.com/Finch-API/finch-api-node/commit/69e5de4bbee721e68a034c1def9519473644195f)) |
| 34 | +* **mcp:** upgrade jq-web ([74c389b](https://github.com/Finch-API/finch-api-node/commit/74c389b00d23d29a9185f2680777d2baf1083170)) |
| 35 | +* sync repo ([284b770](https://github.com/Finch-API/finch-api-node/commit/284b7709d656375e1b7eb742aea4cdefc54a1138)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([becef0b](https://github.com/Finch-API/finch-api-node/commit/becef0bf62931b032b77043522659638ed33df40)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([8cca9c1](https://github.com/Finch-API/finch-api-node/commit/8cca9c102667b1f03f05c3bfc1e0eb4d9c1c317f)) |
| 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