|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-17) |
| 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 ([5cd5ef2](https://github.com/Finch-API/finch-api-node/commit/5cd5ef2722dbdc099e88db99717e41ba83fe7c85)) |
| 10 | +* **api:** api update ([9a9c4c2](https://github.com/Finch-API/finch-api-node/commit/9a9c4c2db054098c4e198c2a84e21bd3d71a52c0)) |
| 11 | +* **api:** api update ([c0ef772](https://github.com/Finch-API/finch-api-node/commit/c0ef7721c37f2f4e9e65452af79f8a0a1c2d92d6)) |
| 12 | +* **api:** manual updates ([f2d58d7](https://github.com/Finch-API/finch-api-node/commit/f2d58d788f1869552e10840e5f9d657b22598887)) |
| 13 | +* **api:** move node to typescript generator ([20f47e1](https://github.com/Finch-API/finch-api-node/commit/20f47e1e034b69c04010a0c285ecc45eb8b9c6ea)) |
| 14 | +* **api:** update automated code reviewer selection ([3a795be](https://github.com/Finch-API/finch-api-node/commit/3a795be182276d45aba0a86dcdcf4eefa8b43503)) |
| 15 | +* **mcp:** add detail field to docs search tool ([87dd7fc](https://github.com/Finch-API/finch-api-node/commit/87dd7fc7e7df294f7697cbc09b234a49f1ca6122)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([77ea312](https://github.com/Finch-API/finch-api-node/commit/77ea312c3b14b951065ea4d50e8300ef8b747d45)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([d4f1bbe](https://github.com/Finch-API/finch-api-node/commit/d4f1bbe4aad8de805356d0580e968af130663bab)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([00de816](https://github.com/Finch-API/finch-api-node/commit/00de816717cb7bb4486aeb32faa5e00cf17cf4e5)) |
| 19 | +* **mcp:** return logs on code tool errors ([635dc9b](https://github.com/Finch-API/finch-api-node/commit/635dc9ba1df75ee6136161837629dbe4f7686957)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([396a4bb](https://github.com/Finch-API/finch-api-node/commit/396a4bbeb8851579b2d8f787e10b865a605bd445)) |
| 25 | +* **api:** resolve build issues ([3a55468](https://github.com/Finch-API/finch-api-node/commit/3a55468c904035862cf022ea1c3b5219462273c4)) |
| 26 | +* **java:** Resolve name collisions ([e22f207](https://github.com/Finch-API/finch-api-node/commit/e22f207f81569b63022c25c00d0f318eacde33cb)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([e82f393](https://github.com/Finch-API/finch-api-node/commit/e82f3932c1b6348cb75efba317b6567fa7dd110b)) |
| 28 | +* **mcp:** correct code tool API endpoint ([cfafc0a](https://github.com/Finch-API/finch-api-node/commit/cfafc0a5f550202ff88a52f30456544bc0a36056)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([185ef50](https://github.com/Finch-API/finch-api-node/commit/185ef5059d4a93d792bee632bdc994d302d6d545)) |
| 30 | +* **mcp:** return tool execution error on api error ([e3c26bd](https://github.com/Finch-API/finch-api-node/commit/e3c26bd794217d2cbfb760c6d5053cdf32b0107d)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([d51c1e3](https://github.com/Finch-API/finch-api-node/commit/d51c1e3865dfe9819f091ed351054b35277a7865)) |
| 32 | +* **tests:** fix tests ([bdf92b7](https://github.com/Finch-API/finch-api-node/commit/bdf92b740c99f08015fcfe6e6a1428b96e337f73)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([769475f](https://github.com/Finch-API/finch-api-node/commit/769475f8b45ba6c1588b38c4700317c21b1b6b8f)) |
| 38 | +* **internal:** codegen related update ([4ab2853](https://github.com/Finch-API/finch-api-node/commit/4ab2853c5351bbca126835e87ab1149f7c9006cf)) |
| 39 | +* **internal:** codegen related update ([c0af147](https://github.com/Finch-API/finch-api-node/commit/c0af1478a1ee54b50f6417493c31014a4a35cc5e)) |
| 40 | +* **internal:** codegen related update ([dee5d56](https://github.com/Finch-API/finch-api-node/commit/dee5d568fd7c4e60853afffe6df2a23f5d9853d2)) |
| 41 | +* **internal:** codegen related update ([903d412](https://github.com/Finch-API/finch-api-node/commit/903d412e6d6f741d1faf0fa4a2a2abc73cb13779)) |
| 42 | +* **internal:** upgrade eslint ([7c9fbb3](https://github.com/Finch-API/finch-api-node/commit/7c9fbb36e706c0f4667fc313dc09e79a3571a6c5)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([e4af761](https://github.com/Finch-API/finch-api-node/commit/e4af7612ed018d30594a9928ac4f8d44318dc0df)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([48f6017](https://github.com/Finch-API/finch-api-node/commit/48f6017907d2b195ac56bd512944946521dfbfd0)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([e1d9a7f](https://github.com/Finch-API/finch-api-node/commit/e1d9a7fc5f25d0834bac497424401a5135a51222)) |
| 46 | +* **mcp:** clarify http auth error ([d20fc72](https://github.com/Finch-API/finch-api-node/commit/d20fc72215ad8499ae03d65c38555c6c913e4cf0)) |
| 47 | +* **mcp:** update lockfile ([04bd6f7](https://github.com/Finch-API/finch-api-node/commit/04bd6f7f94bdf1e0f3fda8659fc93a8ce963e4aa)) |
| 48 | +* **mcp:** upgrade jq-web ([cf3b85d](https://github.com/Finch-API/finch-api-node/commit/cf3b85d86d38c7c4829415bfa2eec4e8fc85e7ff)) |
| 49 | +* sync repo ([817ef2f](https://github.com/Finch-API/finch-api-node/commit/817ef2f6f1000c2bcdf66913547325821c025c49)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([284942f](https://github.com/Finch-API/finch-api-node/commit/284942f3c714a03a0f18960c792f35fbe00a799c)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([11875b4](https://github.com/Finch-API/finch-api-node/commit/11875b4fb2ef0dc66101418109795c5ad9cdcc49)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([6bb3c32](https://github.com/Finch-API/finch-api-node/commit/6bb3c322ba223be08d1665d5471cc69a1a9089f3)) |
| 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