|
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 ([3b84967](https://github.com/Finch-API/finch-api-node/commit/3b84967ae114b43523684a2b9539a9033fa2097e)) |
| 10 | +* **api:** api update ([4962875](https://github.com/Finch-API/finch-api-node/commit/49628752325f1cb8afc67929757e03250c04065f)) |
| 11 | +* **api:** api update ([4260dfa](https://github.com/Finch-API/finch-api-node/commit/4260dfa1deef4aa04d1fe07c35d3ddc7ce84495e)) |
| 12 | +* **api:** manual updates ([8edd7df](https://github.com/Finch-API/finch-api-node/commit/8edd7dfeceab683e105f350fa8108be4198d3dc1)) |
| 13 | +* **api:** move node to typescript generator ([c7ffe6d](https://github.com/Finch-API/finch-api-node/commit/c7ffe6d29569412d69175ab09f0fe81891c52678)) |
| 14 | +* **api:** update automated code reviewer selection ([e7561a4](https://github.com/Finch-API/finch-api-node/commit/e7561a4a656d465737ff506493a3ceda724cf03d)) |
| 15 | +* **mcp:** add detail field to docs search tool ([e9dbfe0](https://github.com/Finch-API/finch-api-node/commit/e9dbfe07cce3505ca92f3cbd4cf15fdb7058e59c)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([17728ba](https://github.com/Finch-API/finch-api-node/commit/17728ba5689f2e6fc40666192db549a85a3aa6ec)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([3b48fa6](https://github.com/Finch-API/finch-api-node/commit/3b48fa6d5db7c5de985bf3f492f572ee6809f403)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([aafcff1](https://github.com/Finch-API/finch-api-node/commit/aafcff1f84d741e06f803651b158d2fd5a3be275)) |
| 19 | +* **mcp:** return logs on code tool errors ([3b09832](https://github.com/Finch-API/finch-api-node/commit/3b098324b6771a0a96c020a1c5cb694ed6c3d709)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([1f95c93](https://github.com/Finch-API/finch-api-node/commit/1f95c93075a08eea964e5bf3f0239c4d6f9d994a)) |
| 25 | +* **api:** resolve build issues ([611ce04](https://github.com/Finch-API/finch-api-node/commit/611ce047aa0833c06f6a269f80f4fd8c26e3e40c)) |
| 26 | +* **java:** Resolve name collisions ([338c209](https://github.com/Finch-API/finch-api-node/commit/338c2095cb4b1cf78dd443522d3ff680800d47f6)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([a70f660](https://github.com/Finch-API/finch-api-node/commit/a70f660b6afb0538353a25aa22671a8f9f254990)) |
| 28 | +* **mcp:** correct code tool API endpoint ([56c4eda](https://github.com/Finch-API/finch-api-node/commit/56c4edab8204d358334a839f4f41aece469b6953)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([ce444b8](https://github.com/Finch-API/finch-api-node/commit/ce444b8ed15e7ee0b60aca1389f51dc5fcd5de58)) |
| 30 | +* **mcp:** return tool execution error on api error ([dce0fc7](https://github.com/Finch-API/finch-api-node/commit/dce0fc79e1e66d7420fb0f8f42ce0332a543c33e)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([f98e8e3](https://github.com/Finch-API/finch-api-node/commit/f98e8e348f18061685aecf6a4f5b8ae056dc8a36)) |
| 32 | +* **tests:** fix tests ([e40affe](https://github.com/Finch-API/finch-api-node/commit/e40affe10cb2a2aa98d2bea6135774eeda38e1d0)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([02f544c](https://github.com/Finch-API/finch-api-node/commit/02f544c667f2d2daab199e48c0a17ded7ffd93ef)) |
| 38 | +* **internal:** codegen related update ([30cc31a](https://github.com/Finch-API/finch-api-node/commit/30cc31a33abec87f0aac624bd9d45449bdc5edef)) |
| 39 | +* **internal:** codegen related update ([5c56887](https://github.com/Finch-API/finch-api-node/commit/5c56887a3e542b26fadd0271b56af25041c222f1)) |
| 40 | +* **internal:** codegen related update ([3127a23](https://github.com/Finch-API/finch-api-node/commit/3127a2390b37ca1a29ea704825261b4a7f7950b9)) |
| 41 | +* **internal:** codegen related update ([87e60d9](https://github.com/Finch-API/finch-api-node/commit/87e60d9b9b3962bb4d1425c207809396fe84011e)) |
| 42 | +* **internal:** upgrade eslint ([2ae7401](https://github.com/Finch-API/finch-api-node/commit/2ae740149d98cd365d4651d037c975a4d5c2a760)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([173b2c7](https://github.com/Finch-API/finch-api-node/commit/173b2c727770bfc140bc98dc8f8ca76f729bc8be)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([2e5ea26](https://github.com/Finch-API/finch-api-node/commit/2e5ea269fa6081f0e224bce38f9578a47211f82a)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([e1764df](https://github.com/Finch-API/finch-api-node/commit/e1764df90e75c25261c4103513a1d63c813abd6b)) |
| 46 | +* **mcp:** clarify http auth error ([6da0030](https://github.com/Finch-API/finch-api-node/commit/6da0030ef1c4ecedf1f924b4cd155332d9ec1471)) |
| 47 | +* **mcp:** update lockfile ([741b3ad](https://github.com/Finch-API/finch-api-node/commit/741b3ad71a43cfe319c37bc0d6429ea07764288f)) |
| 48 | +* **mcp:** upgrade jq-web ([a3ecc79](https://github.com/Finch-API/finch-api-node/commit/a3ecc7987ebbb33730dd918e4bc0e9515cef9cf7)) |
| 49 | +* sync repo ([5898ff4](https://github.com/Finch-API/finch-api-node/commit/5898ff49d40659c5347de6dc4afad39d370c1e01)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([7f80a06](https://github.com/Finch-API/finch-api-node/commit/7f80a06983f75d1854317ec54e92e556a6a71a2c)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([4cd503a](https://github.com/Finch-API/finch-api-node/commit/4cd503a5312ae4592a87c7bd20d20831a07f33be)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([725e99b](https://github.com/Finch-API/finch-api-node/commit/725e99bd33e83efd6c71dafcc55f8941720acad3)) |
| 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