|
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 ([e7bbff6](https://github.com/Finch-API/finch-api-node/commit/e7bbff60bfdaa87d4964c85acd91c5c47842f314)) |
| 10 | +* **api:** api update ([38c0b3a](https://github.com/Finch-API/finch-api-node/commit/38c0b3a96e63d3ceb9be289e391e66e60214efa4)) |
| 11 | +* **api:** api update ([d5b5da9](https://github.com/Finch-API/finch-api-node/commit/d5b5da9ea9f9c968ebf860f443af100373d46d56)) |
| 12 | +* **api:** manual updates ([4c7a9ed](https://github.com/Finch-API/finch-api-node/commit/4c7a9ed44413bb8e5b238787a7db9a43e7657699)) |
| 13 | +* **api:** move node to typescript generator ([d507702](https://github.com/Finch-API/finch-api-node/commit/d507702ded7abf1e9a5814e103b867e906834203)) |
| 14 | +* **api:** update automated code reviewer selection ([e9e86dc](https://github.com/Finch-API/finch-api-node/commit/e9e86dcd371756637be95615aea4907ce76299aa)) |
| 15 | +* **mcp:** add detail field to docs search tool ([a1f9417](https://github.com/Finch-API/finch-api-node/commit/a1f9417d08829db9ae5c67dca9f7e88a47b0de3c)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([754a8c0](https://github.com/Finch-API/finch-api-node/commit/754a8c0b0bcdec624f6c3e52f21c6045588d6237)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([2ece951](https://github.com/Finch-API/finch-api-node/commit/2ece9511d10f8337448b419d6f91eaec2bc80bbc)) |
| 22 | +* **api:** resolve build issues ([106806b](https://github.com/Finch-API/finch-api-node/commit/106806b6678767c799007b72a4e5650c621f4bca)) |
| 23 | +* **java:** Resolve name collisions ([af2a991](https://github.com/Finch-API/finch-api-node/commit/af2a991f340b2c241e568132745e964d53bbef38)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([db17fe9](https://github.com/Finch-API/finch-api-node/commit/db17fe9eb402847974610c2f44bd28c7701c9c09)) |
| 25 | +* **tests:** fix tests ([2207627](https://github.com/Finch-API/finch-api-node/commit/2207627e234804bd17e12bec258f574e6485da87)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([126d7f7](https://github.com/Finch-API/finch-api-node/commit/126d7f758de228ab465b3adc65146427434f5360)) |
| 31 | +* **internal:** codegen related update ([ea89198](https://github.com/Finch-API/finch-api-node/commit/ea8919833996ebb89fe3d45128eb24f42ac8583c)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([9a3ae76](https://github.com/Finch-API/finch-api-node/commit/9a3ae763f0c33188431566e6473e888145ef0895)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([eb95a06](https://github.com/Finch-API/finch-api-node/commit/eb95a065f39c8924bd447ace4029c5aa62d249ec)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([6745f02](https://github.com/Finch-API/finch-api-node/commit/6745f02776452639fbc8c0cdf60c0fd2a227fa3e)) |
| 35 | +* **mcp:** clarify http auth error ([dd05b79](https://github.com/Finch-API/finch-api-node/commit/dd05b7924a0e42eb92291d2dbc19db7b1ec4493a)) |
| 36 | +* **mcp:** upgrade jq-web ([a931d52](https://github.com/Finch-API/finch-api-node/commit/a931d528c52f5b2d7a3785e35952cc2fbf4a0201)) |
| 37 | +* sync repo ([58b9a7f](https://github.com/Finch-API/finch-api-node/commit/58b9a7f884935dd2b2819dd4ee2c52575365a53b)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([b5debc5](https://github.com/Finch-API/finch-api-node/commit/b5debc5c7d5d68a7869ed569cd67f943a877e637)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([483c07d](https://github.com/Finch-API/finch-api-node/commit/483c07df25c4c15b6cd473db7ba6e68bb577c376)) |
| 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