|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-16) |
| 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 ([72ed787](https://github.com/Finch-API/finch-api-node/commit/72ed787fb5a92fa8969967939c04c05a1872045a)) |
| 10 | +* **api:** api update ([158f6c2](https://github.com/Finch-API/finch-api-node/commit/158f6c2adb33006d3961ef8b20cea4e488c6f9a3)) |
| 11 | +* **api:** api update ([ee30738](https://github.com/Finch-API/finch-api-node/commit/ee307387ae37105b136bc9cf5a237d81fef1540a)) |
| 12 | +* **api:** manual updates ([c36d34c](https://github.com/Finch-API/finch-api-node/commit/c36d34c3cdfecf213c0cc09662cba680a743eaf6)) |
| 13 | +* **api:** move node to typescript generator ([39257ac](https://github.com/Finch-API/finch-api-node/commit/39257ac4946a689e699be617dc4e785c26e7e7d9)) |
| 14 | +* **api:** update automated code reviewer selection ([93549c5](https://github.com/Finch-API/finch-api-node/commit/93549c5d98568c8ee3be4963b7f14ef38a29a8ca)) |
| 15 | +* **mcp:** add detail field to docs search tool ([b79c87a](https://github.com/Finch-API/finch-api-node/commit/b79c87ace311f16ea7390ad20ae8fc523240650e)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([71f9cf6](https://github.com/Finch-API/finch-api-node/commit/71f9cf60b1094cd97a4f2dc719ee51f4fd23c792)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([1057c7c](https://github.com/Finch-API/finch-api-node/commit/1057c7c1c04598276e0c3fd73383f485d6b1a9a5)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([b43cdd6](https://github.com/Finch-API/finch-api-node/commit/b43cdd6b5fb560c64be3380c5cbf19e39f2d33bb)) |
| 19 | +* **mcp:** return logs on code tool errors ([bf8befc](https://github.com/Finch-API/finch-api-node/commit/bf8befcead1c4c09cad864876cd663960eafd93c)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([5c76c02](https://github.com/Finch-API/finch-api-node/commit/5c76c027eb0636e38b5ac4c7bdfded8d3bc80fc4)) |
| 25 | +* **api:** resolve build issues ([2ea0591](https://github.com/Finch-API/finch-api-node/commit/2ea05910a522937ac858a0902c951d994b30f282)) |
| 26 | +* **java:** Resolve name collisions ([1660f2f](https://github.com/Finch-API/finch-api-node/commit/1660f2fea0a79728a242499576215073cae5faf1)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([8956c68](https://github.com/Finch-API/finch-api-node/commit/8956c685458d24e2e6f368fc53000d84c721f369)) |
| 28 | +* **mcp:** correct code tool API endpoint ([9059f78](https://github.com/Finch-API/finch-api-node/commit/9059f786ffba2d1048b39a994c6fb80fa6849045)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([a70ce07](https://github.com/Finch-API/finch-api-node/commit/a70ce07b1e9349c1837386b181f9fd496c91a50a)) |
| 30 | +* **mcp:** return tool execution error on api error ([0ac9ecb](https://github.com/Finch-API/finch-api-node/commit/0ac9ecb140982301ccfd3e3db94fb24b3c5af8a3)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([1c40ec1](https://github.com/Finch-API/finch-api-node/commit/1c40ec1ee35d0d185a1a99b88c9b18e3a1c71c75)) |
| 32 | +* **tests:** fix tests ([7e338fd](https://github.com/Finch-API/finch-api-node/commit/7e338fd54c9f56db6b21e14f12e47cae6ca3fa64)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([af599a7](https://github.com/Finch-API/finch-api-node/commit/af599a72b2c66d66516490a247008b9b1ac9dac6)) |
| 38 | +* **internal:** codegen related update ([87ee5bf](https://github.com/Finch-API/finch-api-node/commit/87ee5bf80dc6278ff4b18ac2132c30e63bf2bff7)) |
| 39 | +* **internal:** codegen related update ([3709bf0](https://github.com/Finch-API/finch-api-node/commit/3709bf05e79e404a766c27c33d541998e162ac2a)) |
| 40 | +* **internal:** codegen related update ([9dba72c](https://github.com/Finch-API/finch-api-node/commit/9dba72ca1e8d252d40335d0194a7a2e0592d8ac3)) |
| 41 | +* **internal:** codegen related update ([b7d8691](https://github.com/Finch-API/finch-api-node/commit/b7d8691115e72735fb7726916205df6b7e21fa3a)) |
| 42 | +* **internal:** upgrade eslint ([eef062a](https://github.com/Finch-API/finch-api-node/commit/eef062a8b48df7ef8a85fc4b0cffc7c2f066fccf)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([7fc3724](https://github.com/Finch-API/finch-api-node/commit/7fc3724fa0bba2c6c9651629a8b6d2b179e2a301)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([33515da](https://github.com/Finch-API/finch-api-node/commit/33515da87850e1dd8e42ec9676441f6bd2966f3b)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([b3fc7c0](https://github.com/Finch-API/finch-api-node/commit/b3fc7c0607e826929c84e41a3d186af063cea8da)) |
| 46 | +* **mcp:** clarify http auth error ([19dcd4d](https://github.com/Finch-API/finch-api-node/commit/19dcd4da3c663eee2725fab1aa4a2d85fcdfe821)) |
| 47 | +* **mcp:** update lockfile ([d567b0a](https://github.com/Finch-API/finch-api-node/commit/d567b0a23305cd26b3ea9092e1e802a2f8a7ef45)) |
| 48 | +* **mcp:** upgrade jq-web ([aaa2e5a](https://github.com/Finch-API/finch-api-node/commit/aaa2e5ac1d781fb7f0ee0643607b7691b5f3d63d)) |
| 49 | +* sync repo ([0972744](https://github.com/Finch-API/finch-api-node/commit/097274476048bdbc382c343b386723fb02ff241e)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([e2a73ff](https://github.com/Finch-API/finch-api-node/commit/e2a73ffafeca8c828c75e1cc541c83c9d2cb6935)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([4caad42](https://github.com/Finch-API/finch-api-node/commit/4caad4248d268eb0a749da024d34ba5882e4a706)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([fd829bc](https://github.com/Finch-API/finch-api-node/commit/fd829bce3a5da57d0008625945b7c14559494f56)) |
| 57 | + |
3 | 58 | ## 6.38.0 (2025-10-27) |
4 | 59 |
|
5 | 60 | 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