|
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 ([6ea600b](https://github.com/Finch-API/finch-api-node/commit/6ea600b53e847e34ccc7c613646eb3bc3afb8722)) |
| 10 | +* **api:** api update ([5533397](https://github.com/Finch-API/finch-api-node/commit/5533397cbf92ed15c567d3a3dd5374d5994267b1)) |
| 11 | +* **api:** api update ([0c23773](https://github.com/Finch-API/finch-api-node/commit/0c23773e1e367695f5d697ad5396477361ba4542)) |
| 12 | +* **api:** manual updates ([5e10cb8](https://github.com/Finch-API/finch-api-node/commit/5e10cb8b302cebcb863803348a76da7a6f2ffe06)) |
| 13 | +* **api:** move node to typescript generator ([3298c3a](https://github.com/Finch-API/finch-api-node/commit/3298c3a86d4b43b95c0b7f04b17081177b69b9bf)) |
| 14 | +* **api:** update automated code reviewer selection ([c0e31ea](https://github.com/Finch-API/finch-api-node/commit/c0e31ead6886282eee0c3580edbf9b78bd4fe5a6)) |
| 15 | +* **mcp:** add detail field to docs search tool ([c145263](https://github.com/Finch-API/finch-api-node/commit/c14526351997b3337b2851bc6bef641e1a9ee9d5)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([06a8cf4](https://github.com/Finch-API/finch-api-node/commit/06a8cf47edea8d6f01bc8718ec0e59566552e2de)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([7f14efa](https://github.com/Finch-API/finch-api-node/commit/7f14efad08e9aafaf762dfd1e51858c67cbf51bd)) |
| 22 | +* **api:** resolve build issues ([ed12cfe](https://github.com/Finch-API/finch-api-node/commit/ed12cfe400a25658bb59576b5331e495fd3e80cd)) |
| 23 | +* **java:** Resolve name collisions ([25b7c5e](https://github.com/Finch-API/finch-api-node/commit/25b7c5e44cd165659d5a90c8097059b6cbeccb3e)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([f1c2c8c](https://github.com/Finch-API/finch-api-node/commit/f1c2c8c4de97ddc39bb71fb8ebc38d32b707612a)) |
| 25 | +* **tests:** fix tests ([82bdba9](https://github.com/Finch-API/finch-api-node/commit/82bdba9272af283d49bed42b9e35cdc84a13e613)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([69de368](https://github.com/Finch-API/finch-api-node/commit/69de368cbf59f5419e05998f37313a31df7ee3cb)) |
| 31 | +* **internal:** codegen related update ([5e155d4](https://github.com/Finch-API/finch-api-node/commit/5e155d4d6d7078e6126eef93a828aa1fde0cd789)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([80d11c4](https://github.com/Finch-API/finch-api-node/commit/80d11c4ade299f2dfa39da2243043a6f29ac7131)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7fc06c9](https://github.com/Finch-API/finch-api-node/commit/7fc06c9a50e387efa1e252bb49f9d75bed0dc5fb)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([64db93d](https://github.com/Finch-API/finch-api-node/commit/64db93ded8371c8920f43994b64260862e3341e9)) |
| 35 | +* **mcp:** clarify http auth error ([6e117b6](https://github.com/Finch-API/finch-api-node/commit/6e117b605d315ed14303d2b545db668b437f66f2)) |
| 36 | +* **mcp:** upgrade jq-web ([07a71d4](https://github.com/Finch-API/finch-api-node/commit/07a71d40537772a0f84f2c5bac9b1f85fd1289c2)) |
| 37 | +* sync repo ([3733527](https://github.com/Finch-API/finch-api-node/commit/37335275c7328b5ccf379dd9332dc33bac9f782a)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([125e6fa](https://github.com/Finch-API/finch-api-node/commit/125e6fabe8a6e2e4b1122f124263458d59f6cd4c)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([43f422b](https://github.com/Finch-API/finch-api-node/commit/43f422b02b9053c697807faa3bc89c76916cc9e1)) |
| 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