|
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 ([450cfd0](https://github.com/Finch-API/finch-api-node/commit/450cfd0228d482fff209ff0a2613fae1f1e27f5a)) |
| 10 | +* **api:** api update ([3c39258](https://github.com/Finch-API/finch-api-node/commit/3c392587e5a42d9b7463fb11b106ea0b2eefda61)) |
| 11 | +* **api:** api update ([d959e1f](https://github.com/Finch-API/finch-api-node/commit/d959e1f65e741cc5fda6dad3fd9a1d0769de8a1e)) |
| 12 | +* **api:** manual updates ([3956e2d](https://github.com/Finch-API/finch-api-node/commit/3956e2d02492fbf48005695688c962bb46997628)) |
| 13 | +* **api:** move node to typescript generator ([ec32919](https://github.com/Finch-API/finch-api-node/commit/ec32919e28fef6bb560083805e7315f53188cb79)) |
| 14 | +* **api:** update automated code reviewer selection ([10e6331](https://github.com/Finch-API/finch-api-node/commit/10e63318cc89356107c682b2f587b8af04078ef5)) |
| 15 | +* **mcp:** add detail field to docs search tool ([4bdcf8a](https://github.com/Finch-API/finch-api-node/commit/4bdcf8a2d13e85527f14b31cb6f9591086a85bae)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([e29d02b](https://github.com/Finch-API/finch-api-node/commit/e29d02bf4ce1e190267a0fd5d7e7fd7b28060ada)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([cfb2309](https://github.com/Finch-API/finch-api-node/commit/cfb23096957e5bf576c7e82a03f7e2533d1a707d)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([8142e9d](https://github.com/Finch-API/finch-api-node/commit/8142e9d4b543cdc2d7943bc3465898bec8939f01)) |
| 19 | +* **mcp:** return logs on code tool errors ([2413087](https://github.com/Finch-API/finch-api-node/commit/2413087be1adb51e6d840cc1f391b8f588e0fdeb)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([98f31c5](https://github.com/Finch-API/finch-api-node/commit/98f31c56a08470ef0f34296d1233ae70a92de157)) |
| 25 | +* **api:** resolve build issues ([89e6c25](https://github.com/Finch-API/finch-api-node/commit/89e6c258dd203339733cd67fcb73739694e8fcd3)) |
| 26 | +* **java:** Resolve name collisions ([f9312e7](https://github.com/Finch-API/finch-api-node/commit/f9312e74eef0b9d20e1ef3479dfa2bb02ad9a348)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([933bc37](https://github.com/Finch-API/finch-api-node/commit/933bc37564925dbf2952b19cb0ef3059a85f486b)) |
| 28 | +* **mcp:** correct code tool API endpoint ([73ecf06](https://github.com/Finch-API/finch-api-node/commit/73ecf06dfbece9d0657190d2544be838d9fcd020)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([8ab16a8](https://github.com/Finch-API/finch-api-node/commit/8ab16a863e80ecb446043b5413d0ea67eca03aee)) |
| 30 | +* **mcp:** return tool execution error on api error ([268e343](https://github.com/Finch-API/finch-api-node/commit/268e343f932e157d3d7b40eacb50bca785ff8182)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([33b9fb8](https://github.com/Finch-API/finch-api-node/commit/33b9fb80c1867e7530d0c49e14069b364753cff7)) |
| 32 | +* **tests:** fix tests ([8ac0106](https://github.com/Finch-API/finch-api-node/commit/8ac0106a5ea4a6216f4bc0c20761e41af7f741e6)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([7369a60](https://github.com/Finch-API/finch-api-node/commit/7369a605d5e7264d27dd2208521490a6962ca6d6)) |
| 38 | +* **internal:** codegen related update ([c6c70e5](https://github.com/Finch-API/finch-api-node/commit/c6c70e5dee53d400be55f7e059c7b8d06aece871)) |
| 39 | +* **internal:** codegen related update ([f17098c](https://github.com/Finch-API/finch-api-node/commit/f17098cfe274a638a9120369de25c7f1dbbe764c)) |
| 40 | +* **internal:** codegen related update ([80c50ed](https://github.com/Finch-API/finch-api-node/commit/80c50ed02ff8948069ff4d67f6d0e88ed497b3b8)) |
| 41 | +* **internal:** codegen related update ([24b0c57](https://github.com/Finch-API/finch-api-node/commit/24b0c57074bfc393e2bd0273020c623c8cabea61)) |
| 42 | +* **internal:** upgrade eslint ([af55c25](https://github.com/Finch-API/finch-api-node/commit/af55c25baee7af8ff8b209f5d025e6d026b8e577)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([222b200](https://github.com/Finch-API/finch-api-node/commit/222b200173db383a3f4900f2a00b930bad05f993)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([280dd03](https://github.com/Finch-API/finch-api-node/commit/280dd03140304ca997b6f36dc288e0b3cf743f20)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([54d30c9](https://github.com/Finch-API/finch-api-node/commit/54d30c94a30f56a2f86619ca6894c9be0fef8557)) |
| 46 | +* **mcp:** clarify http auth error ([a39f2b3](https://github.com/Finch-API/finch-api-node/commit/a39f2b36bcc263b5dc52a70fe7fe09d8fe0f647a)) |
| 47 | +* **mcp:** update lockfile ([216bdc1](https://github.com/Finch-API/finch-api-node/commit/216bdc154927952622924c57a7b221538ffdfa96)) |
| 48 | +* **mcp:** upgrade jq-web ([96a7de4](https://github.com/Finch-API/finch-api-node/commit/96a7de47086810285c0fa914346e6b23db7ca19c)) |
| 49 | +* sync repo ([5daaf70](https://github.com/Finch-API/finch-api-node/commit/5daaf708052d061d7531b6900c6c697b3c1f671c)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([105173b](https://github.com/Finch-API/finch-api-node/commit/105173b061d4689486ace38dfba95433d6550260)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([02eead9](https://github.com/Finch-API/finch-api-node/commit/02eead908e2d19f8dde150ecfbde1f2a211bbafa)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([0a5635b](https://github.com/Finch-API/finch-api-node/commit/0a5635b314e637f863f6af45e19244437fd17ff3)) |
| 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