|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-27) |
| 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 ([ba42324](https://github.com/Finch-API/finch-api-node/commit/ba4232442473b6b336eb03b613cebcfd1b173235)) |
| 10 | +* **api:** api update ([555346c](https://github.com/Finch-API/finch-api-node/commit/555346c6467a5eff655f5fe7b7ba961f680d7aff)) |
| 11 | +* **api:** api update ([b277b42](https://github.com/Finch-API/finch-api-node/commit/b277b428403231f6f9e5293d8c419bb00b1eaf64)) |
| 12 | +* **api:** manual updates ([28df74a](https://github.com/Finch-API/finch-api-node/commit/28df74a3b52d8c84b329077543ca0491a8db5e1f)) |
| 13 | +* **api:** move node to typescript generator ([86a253e](https://github.com/Finch-API/finch-api-node/commit/86a253ebb5dba60b0a39a3dc35e100576ea29f5c)) |
| 14 | +* **api:** update automated code reviewer selection ([35a2ad7](https://github.com/Finch-API/finch-api-node/commit/35a2ad73083e0ea09d602332deb2eab00d381979)) |
| 15 | +* **mcp:** add detail field to docs search tool ([cfd8e0e](https://github.com/Finch-API/finch-api-node/commit/cfd8e0ef5c0bd31ffffa47ee9d07bd12d4dbe4f1)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([33f257b](https://github.com/Finch-API/finch-api-node/commit/33f257b0cd7aaebe5caa092e16e695f134e97dd7)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([e5c2159](https://github.com/Finch-API/finch-api-node/commit/e5c215961ce3e0c6683df5fedf056ceacef234e7)) |
| 22 | +* **api:** resolve build issues ([fe1fb52](https://github.com/Finch-API/finch-api-node/commit/fe1fb5264a1daa66ed72e4425ccdf46a394c4827)) |
| 23 | +* **java:** Resolve name collisions ([4ea21fe](https://github.com/Finch-API/finch-api-node/commit/4ea21fe656446af06a58545c60f4eca438a2f1d2)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([63cfdb8](https://github.com/Finch-API/finch-api-node/commit/63cfdb880f860dea5041cbe6ae3d302113073404)) |
| 25 | +* **tests:** fix tests ([74fe5d2](https://github.com/Finch-API/finch-api-node/commit/74fe5d2fa5a0b7c430130f25f90ddfaf9af8635e)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([b957b4b](https://github.com/Finch-API/finch-api-node/commit/b957b4b6b1b2aa07cf2153ffdc3d66157ba5439e)) |
| 31 | +* **internal:** codegen related update ([9d8ca21](https://github.com/Finch-API/finch-api-node/commit/9d8ca21110e76cdff948797a46312f2d22c3cbac)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([e8db387](https://github.com/Finch-API/finch-api-node/commit/e8db3874f378ea7c6a6e7dae5be1aefe9fefa60b)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f681c07](https://github.com/Finch-API/finch-api-node/commit/f681c072ad32037f040f1d6db501ac3c985ea652)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([694a29c](https://github.com/Finch-API/finch-api-node/commit/694a29c177c502b0b2e39ad8faf6057d04061ceb)) |
| 35 | +* **mcp:** clarify http auth error ([dc5f4ed](https://github.com/Finch-API/finch-api-node/commit/dc5f4ed9104b80a53db16d379be40a60f560efc7)) |
| 36 | +* **mcp:** upgrade jq-web ([80e258e](https://github.com/Finch-API/finch-api-node/commit/80e258e49860abbbffea485d5fdf28fa12e1b291)) |
| 37 | +* sync repo ([d185c49](https://github.com/Finch-API/finch-api-node/commit/d185c49209924d1217b2e6fab27cc78754f13482)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([6e1d41f](https://github.com/Finch-API/finch-api-node/commit/6e1d41f8cd6e3e9bf92b828a08073fc7b03210e2)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([79ddfbe](https://github.com/Finch-API/finch-api-node/commit/79ddfbe3bbb4956f6fccf720addfd649c37763ac)) |
| 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