|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-10) |
| 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 ([a673078](https://github.com/Finch-API/finch-api-node/commit/a6730783cb500b6815b4e1ca6c4d19875462706b)) |
| 10 | +* **api:** api update ([9c880d8](https://github.com/Finch-API/finch-api-node/commit/9c880d838ef8130dd1eebf9765db209bef12ba01)) |
| 11 | +* **api:** api update ([5170ffa](https://github.com/Finch-API/finch-api-node/commit/5170ffaa84dfeb0b3a608bc9bcdae5228978e7e9)) |
| 12 | +* **api:** manual updates ([05926d5](https://github.com/Finch-API/finch-api-node/commit/05926d5d53286c2c687aa51f00debda39ac3e061)) |
| 13 | +* **api:** move node to typescript generator ([509e3c1](https://github.com/Finch-API/finch-api-node/commit/509e3c1f811926e88c94968fc62fc0f4b0a2314b)) |
| 14 | +* **api:** update automated code reviewer selection ([b09490b](https://github.com/Finch-API/finch-api-node/commit/b09490b492f648e4aaf82703fd69cf99b67ad9e0)) |
| 15 | +* **mcp:** add detail field to docs search tool ([33c8739](https://github.com/Finch-API/finch-api-node/commit/33c8739c417d3588145a08bdf47a23cf92404b3a)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([50d4b47](https://github.com/Finch-API/finch-api-node/commit/50d4b47adb4d7480430815fcf8da4cf2cfaaff15)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([095af76](https://github.com/Finch-API/finch-api-node/commit/095af76f28fcfc1885d47c622e8cd67ecc3c5e0b)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([25ed968](https://github.com/Finch-API/finch-api-node/commit/25ed9683cd889c1dcaaef268bd281ab7bb911511)) |
| 19 | +* **mcp:** return logs on code tool errors ([01cc932](https://github.com/Finch-API/finch-api-node/commit/01cc93220425486d5b3b019673899c7c19bf3d2b)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([36e8540](https://github.com/Finch-API/finch-api-node/commit/36e854004c0eeb106498cee52203fecdb81c6f08)) |
| 25 | +* **api:** resolve build issues ([e728753](https://github.com/Finch-API/finch-api-node/commit/e7287536fdebaee4f5d3076e58a74528dee624ed)) |
| 26 | +* **java:** Resolve name collisions ([a339ba6](https://github.com/Finch-API/finch-api-node/commit/a339ba630d8b53a6e7e93a7470ae9c6d6222b04a)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([b23bf35](https://github.com/Finch-API/finch-api-node/commit/b23bf354fd72dc2d875f8a76370b6590bfce1dc8)) |
| 28 | +* **mcp:** correct code tool API endpoint ([00e9126](https://github.com/Finch-API/finch-api-node/commit/00e91263a00432f0d399e460e03d460a6d8bdd60)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([6732a7a](https://github.com/Finch-API/finch-api-node/commit/6732a7a947d39a35e33a092774429bc936a8d2d0)) |
| 30 | +* **mcp:** return tool execution error on api error ([06b939f](https://github.com/Finch-API/finch-api-node/commit/06b939ff55e91f23d10fa4c1e746a0518a22199e)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([e844064](https://github.com/Finch-API/finch-api-node/commit/e8440640e62f0204bcf1eed84c6b12af81e933f1)) |
| 32 | +* **tests:** fix tests ([5cd25bd](https://github.com/Finch-API/finch-api-node/commit/5cd25bdd38b219d3745ac762060b4e53189f136d)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([013c5d9](https://github.com/Finch-API/finch-api-node/commit/013c5d960c255cafbf02edbff707c900d9aff085)) |
| 38 | +* **internal:** codegen related update ([707007b](https://github.com/Finch-API/finch-api-node/commit/707007b3399a83ef74b42478adacbc84122ccb4d)) |
| 39 | +* **internal:** codegen related update ([4dfe5bd](https://github.com/Finch-API/finch-api-node/commit/4dfe5bdc09e78ffb4f97fd61503979f8507a2d9f)) |
| 40 | +* **internal:** codegen related update ([d75f188](https://github.com/Finch-API/finch-api-node/commit/d75f1887dcebfc139e5f873cba1873926358b41e)) |
| 41 | +* **internal:** codegen related update ([2f85109](https://github.com/Finch-API/finch-api-node/commit/2f85109f7821bcb018b589fb84aa0290881e9df7)) |
| 42 | +* **internal:** upgrade eslint ([32e1dd3](https://github.com/Finch-API/finch-api-node/commit/32e1dd3e0c009309c0dbceea3eba9f71352f73d6)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([93a474b](https://github.com/Finch-API/finch-api-node/commit/93a474bf566438976cb334f8dacb26de62a2608c)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0f08c03](https://github.com/Finch-API/finch-api-node/commit/0f08c0361ca5ad65a1a284b5c1f4db7417993c29)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([2394e44](https://github.com/Finch-API/finch-api-node/commit/2394e44bdfad31ccdef9b40d35e72b4526d414e3)) |
| 46 | +* **mcp:** clarify http auth error ([37b6620](https://github.com/Finch-API/finch-api-node/commit/37b662004aaa3fb94bc4127af01bbe6a0014ec8b)) |
| 47 | +* **mcp:** update lockfile ([49d83c7](https://github.com/Finch-API/finch-api-node/commit/49d83c769d502c9fdb0ddec3105a300542680050)) |
| 48 | +* **mcp:** upgrade jq-web ([8f4ba9b](https://github.com/Finch-API/finch-api-node/commit/8f4ba9b7fb0913d53f1915b002032b2f281bb441)) |
| 49 | +* sync repo ([01db2d5](https://github.com/Finch-API/finch-api-node/commit/01db2d57312a3408b31e59eb99e7088895bc0feb)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([4dcd937](https://github.com/Finch-API/finch-api-node/commit/4dcd93771af517bf0e04a66a0435b510292da9c8)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([ab41938](https://github.com/Finch-API/finch-api-node/commit/ab41938f493519751a038d660583c7a07bf9c6de)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([bbb2fed](https://github.com/Finch-API/finch-api-node/commit/bbb2fed716f037f8b76de6941fc5a0f41b8e69ca)) |
| 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