|
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 ([edf8bbd](https://github.com/Finch-API/finch-api-node/commit/edf8bbdd9141620c44f82218207e431c7dbcfd3f)) |
| 10 | +* **api:** api update ([e414698](https://github.com/Finch-API/finch-api-node/commit/e414698839156542e9a688d0e6a7709074a66c70)) |
| 11 | +* **api:** api update ([092a918](https://github.com/Finch-API/finch-api-node/commit/092a918fadb6f9b7415a48fe0de1e7d673a3c22b)) |
| 12 | +* **api:** manual updates ([60cec0b](https://github.com/Finch-API/finch-api-node/commit/60cec0b0bf82181134deb3ad9a8f94c686746ecd)) |
| 13 | +* **api:** move node to typescript generator ([7b2928d](https://github.com/Finch-API/finch-api-node/commit/7b2928d39d710a88a4ebd6251a3a06b015fe0950)) |
| 14 | +* **api:** update automated code reviewer selection ([da5d68b](https://github.com/Finch-API/finch-api-node/commit/da5d68bc8648f653f7fc6bda9129c4596bceb1fb)) |
| 15 | +* **mcp:** add detail field to docs search tool ([9530332](https://github.com/Finch-API/finch-api-node/commit/953033268a0075cefbd061be447647d0a99af2af)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([0221e0f](https://github.com/Finch-API/finch-api-node/commit/0221e0fffd356b1431f6b6aa68e0a7f6c78e8ae0)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([6149fa7](https://github.com/Finch-API/finch-api-node/commit/6149fa7ee61e5c219fa5ff356e197a3a1bee3646)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([631eaf0](https://github.com/Finch-API/finch-api-node/commit/631eaf084a103661b8f2edaefd1fc815f22a0379)) |
| 19 | +* **mcp:** return logs on code tool errors ([5b6ae14](https://github.com/Finch-API/finch-api-node/commit/5b6ae14e0f43da6fbda45f3721cf26d5c8411e9c)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([9b4671e](https://github.com/Finch-API/finch-api-node/commit/9b4671ea028ce18e0e556f5025ba1b8fff478428)) |
| 25 | +* **api:** resolve build issues ([e427c26](https://github.com/Finch-API/finch-api-node/commit/e427c26b97e9360a5f6743366a4ca671f8c950f8)) |
| 26 | +* **java:** Resolve name collisions ([3cc5c94](https://github.com/Finch-API/finch-api-node/commit/3cc5c94317449a5d861923a2c37f2cfdef879410)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([529d33c](https://github.com/Finch-API/finch-api-node/commit/529d33c68409ec89b72da64fb875c823442b7d0c)) |
| 28 | +* **mcp:** correct code tool API endpoint ([ad17b0c](https://github.com/Finch-API/finch-api-node/commit/ad17b0c9875f1f314dcab069cd3ce7f3b0075b28)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([052f3cf](https://github.com/Finch-API/finch-api-node/commit/052f3cfed90c5863e83e71f8496a0fe48f99af23)) |
| 30 | +* **mcp:** return tool execution error on api error ([835bac2](https://github.com/Finch-API/finch-api-node/commit/835bac2c21d12db7aac176ace2119cc02a80ffaf)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([6c415db](https://github.com/Finch-API/finch-api-node/commit/6c415db994cfee48965274c11ee5b27ec6f305d1)) |
| 32 | +* **tests:** fix tests ([f05ce54](https://github.com/Finch-API/finch-api-node/commit/f05ce543ff46c3b1d428b91eae830c4ae36066f2)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([4283201](https://github.com/Finch-API/finch-api-node/commit/4283201f47011b1e66b90332a5e7b0842d5ad5f3)) |
| 38 | +* **internal:** codegen related update ([1eb4fcc](https://github.com/Finch-API/finch-api-node/commit/1eb4fcc0d94ccf27bed49df4b3e41cd8e820efd1)) |
| 39 | +* **internal:** codegen related update ([d3d3a49](https://github.com/Finch-API/finch-api-node/commit/d3d3a49938af2f85e4e90328d84e03118d7c21e4)) |
| 40 | +* **internal:** codegen related update ([0bb0433](https://github.com/Finch-API/finch-api-node/commit/0bb043307e83ec0f044477be3f89ab9a993ff6ed)) |
| 41 | +* **internal:** codegen related update ([bd419a0](https://github.com/Finch-API/finch-api-node/commit/bd419a0f8cd82f56e3a2fa30eb67ddf445734988)) |
| 42 | +* **internal:** upgrade eslint ([6322f75](https://github.com/Finch-API/finch-api-node/commit/6322f75ce8fef66734669e998035f2b0e9258b9d)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([8a497be](https://github.com/Finch-API/finch-api-node/commit/8a497bea39b2f6937020bd5c345010142a03169d)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([e3f12f3](https://github.com/Finch-API/finch-api-node/commit/e3f12f3f1fe50ea69c81a87d09b10ae6e060a9ee)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([02fe1dc](https://github.com/Finch-API/finch-api-node/commit/02fe1dce739277f2cebe096f7f18b3fb611646aa)) |
| 46 | +* **mcp:** clarify http auth error ([9874e9f](https://github.com/Finch-API/finch-api-node/commit/9874e9f25288b4b5463980f9adf8abd1b014b33d)) |
| 47 | +* **mcp:** update lockfile ([74c82f6](https://github.com/Finch-API/finch-api-node/commit/74c82f685d7f33912890d02144cd3b0c9f4c2d39)) |
| 48 | +* **mcp:** upgrade jq-web ([d5e4992](https://github.com/Finch-API/finch-api-node/commit/d5e49929bd3d6751be7876d7a23848897b82af59)) |
| 49 | +* sync repo ([1e69740](https://github.com/Finch-API/finch-api-node/commit/1e697404e029ccedbb6493ef4cba2af5fc3dd7bb)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([e7eee62](https://github.com/Finch-API/finch-api-node/commit/e7eee62681f11f9fe3df4245cd3ceb69a625db6f)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([d12ddcb](https://github.com/Finch-API/finch-api-node/commit/d12ddcb37ac25ac1481a75d2fca0babc05611c05)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([a06a648](https://github.com/Finch-API/finch-api-node/commit/a06a648fb529d9f682abfc5c211d9134f31b0c2d)) |
| 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