|
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 ([a21692c](https://github.com/Finch-API/finch-api-node/commit/a21692ce73a33ceba9252113aefe68a243b3890a)) |
| 10 | +* **api:** api update ([5e40308](https://github.com/Finch-API/finch-api-node/commit/5e4030865e31c7c8c233c900795831bfd08cb1ca)) |
| 11 | +* **api:** api update ([98f7524](https://github.com/Finch-API/finch-api-node/commit/98f7524dc3e64f29fc807017e269131105b871c6)) |
| 12 | +* **api:** manual updates ([a1cf9c2](https://github.com/Finch-API/finch-api-node/commit/a1cf9c283250d7a656249a846acc7ed8499ca28d)) |
| 13 | +* **api:** move node to typescript generator ([6632610](https://github.com/Finch-API/finch-api-node/commit/663261005e2c2d1778866d3df3053cf4ff9348ef)) |
| 14 | +* **api:** update automated code reviewer selection ([1cde674](https://github.com/Finch-API/finch-api-node/commit/1cde674e5680365a46e5de889e478fddc9a90d63)) |
| 15 | +* **mcp:** add detail field to docs search tool ([8a75c5e](https://github.com/Finch-API/finch-api-node/commit/8a75c5e5e580f39897b10da8a00f9d86866757b3)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([c5bde63](https://github.com/Finch-API/finch-api-node/commit/c5bde63a52572b58514b61a7bfaf07b42b3d4f8e)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([f6e07d5](https://github.com/Finch-API/finch-api-node/commit/f6e07d55af3292e71b3c1a9d5af8cfe290795864)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([7528cc6](https://github.com/Finch-API/finch-api-node/commit/7528cc6d4fee073780cc6d2d10271ea420477de7)) |
| 19 | +* **mcp:** return logs on code tool errors ([51755f2](https://github.com/Finch-API/finch-api-node/commit/51755f289f24fb968dc3ccc6589fbf06475e257c)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([f8cbe29](https://github.com/Finch-API/finch-api-node/commit/f8cbe299ed29d276c70fcc10cea5e0087b000066)) |
| 25 | +* **api:** resolve build issues ([dcd04ab](https://github.com/Finch-API/finch-api-node/commit/dcd04abee5003b49f65ac37356db42ff027b1f41)) |
| 26 | +* **java:** Resolve name collisions ([02b83e2](https://github.com/Finch-API/finch-api-node/commit/02b83e2547587f84461d9607c37c6a22af3a3e0f)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([5ea209d](https://github.com/Finch-API/finch-api-node/commit/5ea209d3c987cd635162fdea558f43713ecac91d)) |
| 28 | +* **mcp:** correct code tool API endpoint ([b239d69](https://github.com/Finch-API/finch-api-node/commit/b239d6968b02854718f9ca170fc187a2639c1f5d)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([eb442bb](https://github.com/Finch-API/finch-api-node/commit/eb442bb5e5c84429b9e34a37146daa38e8503234)) |
| 30 | +* **mcp:** return tool execution error on api error ([511aa59](https://github.com/Finch-API/finch-api-node/commit/511aa595e4321fd34983b4cf74f372cb78bb1a7c)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([c78f73a](https://github.com/Finch-API/finch-api-node/commit/c78f73a085abd2303460ca7e827035304f0d31e3)) |
| 32 | +* **tests:** fix tests ([8f32c0f](https://github.com/Finch-API/finch-api-node/commit/8f32c0f2b95a9532f18c1c3e6841701b29249d3e)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([5d81b06](https://github.com/Finch-API/finch-api-node/commit/5d81b0696d54c7375d6803b2f0cb35e1a72eea5b)) |
| 38 | +* **internal:** codegen related update ([eb3d4d8](https://github.com/Finch-API/finch-api-node/commit/eb3d4d8ddc2b38cbe126d128044d6ae07e63835e)) |
| 39 | +* **internal:** codegen related update ([6d45b1b](https://github.com/Finch-API/finch-api-node/commit/6d45b1b750f28434751dea988b2e0512e7503e77)) |
| 40 | +* **internal:** codegen related update ([07ef44d](https://github.com/Finch-API/finch-api-node/commit/07ef44de75bcb6a1fdf36b0626bde78200b20ec4)) |
| 41 | +* **internal:** codegen related update ([01707e3](https://github.com/Finch-API/finch-api-node/commit/01707e375424ad16627362a06fac701adfc14293)) |
| 42 | +* **internal:** upgrade eslint ([564d92c](https://github.com/Finch-API/finch-api-node/commit/564d92cf3a57a5f1360a62aa1d6a2712b31bbd07)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([d200e82](https://github.com/Finch-API/finch-api-node/commit/d200e8257e1eb91502268f5d14a99c65a242eb83)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([34a68fd](https://github.com/Finch-API/finch-api-node/commit/34a68fdb37b9da92d2ebe11150a33c0fe314dba1)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([d266abf](https://github.com/Finch-API/finch-api-node/commit/d266abf95f1b2520233d77e38d0d332491cc9612)) |
| 46 | +* **mcp:** clarify http auth error ([cb722c7](https://github.com/Finch-API/finch-api-node/commit/cb722c706f9e1f2437c346d9aa575ccfd34959f0)) |
| 47 | +* **mcp:** update lockfile ([f3fba1d](https://github.com/Finch-API/finch-api-node/commit/f3fba1d118cf9e99d96c2b8055c39e822a4ae99b)) |
| 48 | +* **mcp:** upgrade jq-web ([43234ba](https://github.com/Finch-API/finch-api-node/commit/43234baee9df2eec358b7c37952e78e24771e2bd)) |
| 49 | +* sync repo ([1fe3631](https://github.com/Finch-API/finch-api-node/commit/1fe3631ebe653cf0d24996e773c9311b6fd3211d)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([2720278](https://github.com/Finch-API/finch-api-node/commit/272027885a20fe36bf26e480e077306dfa8395cb)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([8d108cf](https://github.com/Finch-API/finch-api-node/commit/8d108cf9f39d687d02f5b6ddf710be5a7cce74c1)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([8b62e67](https://github.com/Finch-API/finch-api-node/commit/8b62e6712462f1041f4064fc531cc36013e997a2)) |
| 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