|
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 ([0700edc](https://github.com/Finch-API/finch-api-node/commit/0700edc7843b721f2c6afae0d361202034fcb03c)) |
| 10 | +* **api:** api update ([a478f63](https://github.com/Finch-API/finch-api-node/commit/a478f63396cfc46e659a6dce87aff5def140b002)) |
| 11 | +* **api:** api update ([8cf920d](https://github.com/Finch-API/finch-api-node/commit/8cf920ddc3b131790cad01b557b14493c18033ea)) |
| 12 | +* **api:** manual updates ([d56da10](https://github.com/Finch-API/finch-api-node/commit/d56da10e4010bd072df1fec14019f9b5f7711350)) |
| 13 | +* **api:** move node to typescript generator ([a19e930](https://github.com/Finch-API/finch-api-node/commit/a19e930e07c2e39c9034c4b5533405571d33dda6)) |
| 14 | +* **api:** update automated code reviewer selection ([55059d4](https://github.com/Finch-API/finch-api-node/commit/55059d4e25f54336e734e4e85f541253a98251f8)) |
| 15 | +* **mcp:** add detail field to docs search tool ([984c813](https://github.com/Finch-API/finch-api-node/commit/984c81398e46a14a582478ee90e97ecae88859d5)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([1665365](https://github.com/Finch-API/finch-api-node/commit/16653659db8c3bea0eb4b7aeceaf1984ca1c1646)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([73c5a7c](https://github.com/Finch-API/finch-api-node/commit/73c5a7c721b91f537a095c71a81f8d5aee2ff9e5)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([7c3397a](https://github.com/Finch-API/finch-api-node/commit/7c3397a1766070e347134e3139db600b4ec34ad2)) |
| 19 | +* **mcp:** return logs on code tool errors ([77605e2](https://github.com/Finch-API/finch-api-node/commit/77605e2240e0de9f9ae10e62f4b794ec5891ea6c)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([9d511f8](https://github.com/Finch-API/finch-api-node/commit/9d511f80391885f717c49a382aa4dda1b73f1ce2)) |
| 25 | +* **api:** resolve build issues ([a7e5497](https://github.com/Finch-API/finch-api-node/commit/a7e5497ab01df6a8bfde72985b8b645c831d0a2c)) |
| 26 | +* **java:** Resolve name collisions ([9ee5b54](https://github.com/Finch-API/finch-api-node/commit/9ee5b54e167d1b59e0785ab893296a95a77e115e)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([1f31ca9](https://github.com/Finch-API/finch-api-node/commit/1f31ca95cbb4383bec076e2b1be96a1c5564d940)) |
| 28 | +* **mcp:** correct code tool API endpoint ([620bf8f](https://github.com/Finch-API/finch-api-node/commit/620bf8fd491a14b6f5548bf4d57e8c1e7e827363)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([48f2149](https://github.com/Finch-API/finch-api-node/commit/48f2149326e58f549a87bd667b0ab79440dde0b5)) |
| 30 | +* **mcp:** return tool execution error on api error ([36c8156](https://github.com/Finch-API/finch-api-node/commit/36c815608e445b3535632594d71ea0cfa8fc8853)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([588b026](https://github.com/Finch-API/finch-api-node/commit/588b0262232e8cd2e84fd01c909903b645058591)) |
| 32 | +* **tests:** fix tests ([fec87c7](https://github.com/Finch-API/finch-api-node/commit/fec87c7550dd8f7554a8aaac365684aa1f48d657)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([1ab4342](https://github.com/Finch-API/finch-api-node/commit/1ab4342a9f20ed5315361df3fd0919946e498862)) |
| 38 | +* **internal:** codegen related update ([8192a0d](https://github.com/Finch-API/finch-api-node/commit/8192a0d6001ac40a04d5f7c80701c29a6ccb7df6)) |
| 39 | +* **internal:** codegen related update ([7442278](https://github.com/Finch-API/finch-api-node/commit/744227887a36ffff7feffb452b1be2a2b5ba52ac)) |
| 40 | +* **internal:** codegen related update ([992a143](https://github.com/Finch-API/finch-api-node/commit/992a1439928cba58b87d06cdf5393d55e6b21da0)) |
| 41 | +* **internal:** codegen related update ([f430d05](https://github.com/Finch-API/finch-api-node/commit/f430d05eb0998e2ecb4a93cb3ba8d33b82157c62)) |
| 42 | +* **internal:** upgrade eslint ([ca33d75](https://github.com/Finch-API/finch-api-node/commit/ca33d75a9429c3c39b0b3990ae47562eebaec15a)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([86c35d7](https://github.com/Finch-API/finch-api-node/commit/86c35d74a943197c3b4df3e1ed12d9c12b4821c0)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1366432](https://github.com/Finch-API/finch-api-node/commit/1366432a87055fbd80f3111f16f65ce01fe86820)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([e88356d](https://github.com/Finch-API/finch-api-node/commit/e88356d57dff9b12824472b741f85b1a89a14ad0)) |
| 46 | +* **mcp:** clarify http auth error ([124c3c7](https://github.com/Finch-API/finch-api-node/commit/124c3c7898e45e7209adae3116d68f634c44fc7d)) |
| 47 | +* **mcp:** update lockfile ([9493f96](https://github.com/Finch-API/finch-api-node/commit/9493f96a7574f0cefe150510a590a25f93cf8ee5)) |
| 48 | +* **mcp:** upgrade jq-web ([bfa6503](https://github.com/Finch-API/finch-api-node/commit/bfa6503e7dd179bf12ffa2517c8fe07a3f3d04f2)) |
| 49 | +* sync repo ([f66fd55](https://github.com/Finch-API/finch-api-node/commit/f66fd55f010087e13d87a87b6c56536e6333fb7c)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([7c87914](https://github.com/Finch-API/finch-api-node/commit/7c879148db887bbbcdac76fc4e2a6f4ff9f18cae)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([4a70a11](https://github.com/Finch-API/finch-api-node/commit/4a70a11a82b9eed82de082037199be66ba023fa8)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([6fbbdfe](https://github.com/Finch-API/finch-api-node/commit/6fbbdfe03a6a5e411f746d5c2a0da799324b0c32)) |
| 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