|
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 ([0040451](https://github.com/Finch-API/finch-api-node/commit/0040451e380d4f1a1691d633f328a6c7932ebcfb)) |
| 10 | +* **api:** api update ([1388b6d](https://github.com/Finch-API/finch-api-node/commit/1388b6dc31d2048697e20bc173d32aaa92d38666)) |
| 11 | +* **api:** api update ([30b0da5](https://github.com/Finch-API/finch-api-node/commit/30b0da5ba3293f2f2325f12b305e4a9a235c0897)) |
| 12 | +* **api:** manual updates ([8a02fc1](https://github.com/Finch-API/finch-api-node/commit/8a02fc1ffc5ee6769b20e46161ea3e59e8db17f2)) |
| 13 | +* **api:** move node to typescript generator ([67bc2a0](https://github.com/Finch-API/finch-api-node/commit/67bc2a02e68864951f1ca446a9c8ed649636181d)) |
| 14 | +* **api:** update automated code reviewer selection ([26f08cd](https://github.com/Finch-API/finch-api-node/commit/26f08cd4ff1ba7bd7b978fb142aef15584dace4f)) |
| 15 | +* **mcp:** add detail field to docs search tool ([5956295](https://github.com/Finch-API/finch-api-node/commit/5956295b21d5fdd5ba9d088d0bc4cc193e918b07)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([105e4c5](https://github.com/Finch-API/finch-api-node/commit/105e4c52dbdf685fda2e14d85b0e177b8ad63e40)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([a66edc0](https://github.com/Finch-API/finch-api-node/commit/a66edc0fa6852f63d876d3a785f5cc1f87277695)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([0ea328a](https://github.com/Finch-API/finch-api-node/commit/0ea328a03116d7479541749ea0db9b501b27c5c8)) |
| 19 | +* **mcp:** return logs on code tool errors ([8b69d8a](https://github.com/Finch-API/finch-api-node/commit/8b69d8ad7431087f3cc9dd62155a1b75dbda7a84)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([d5a8999](https://github.com/Finch-API/finch-api-node/commit/d5a89991d3a0a0603556329a23115a0d064a4672)) |
| 25 | +* **api:** resolve build issues ([67013aa](https://github.com/Finch-API/finch-api-node/commit/67013aafeefc97b59949ccd0adb853d7cbe21a42)) |
| 26 | +* **java:** Resolve name collisions ([5f3a2c1](https://github.com/Finch-API/finch-api-node/commit/5f3a2c1f0690040208f1a8886818aacc0a1c3765)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([b138ec7](https://github.com/Finch-API/finch-api-node/commit/b138ec716b6cd981fcd4708728c89ba0a6e33cf0)) |
| 28 | +* **mcp:** correct code tool API endpoint ([1b2690a](https://github.com/Finch-API/finch-api-node/commit/1b2690a1576333b806daa708a661f434ac540673)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([52dfa04](https://github.com/Finch-API/finch-api-node/commit/52dfa0435128c0b27dddb530634a267879cd9594)) |
| 30 | +* **mcp:** return tool execution error on api error ([e4a2526](https://github.com/Finch-API/finch-api-node/commit/e4a2526171b23e1cf530a9a07a4bbdd570d6a060)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([dc5e091](https://github.com/Finch-API/finch-api-node/commit/dc5e0919b2eb7f634a265332c3d756d78b46ae0d)) |
| 32 | +* **tests:** fix tests ([51a21c1](https://github.com/Finch-API/finch-api-node/commit/51a21c132f33401da78deadddc28a435088282cd)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([c4b5699](https://github.com/Finch-API/finch-api-node/commit/c4b5699570b9356c61aa45f4e0f89bdb4053d4ef)) |
| 38 | +* **internal:** codegen related update ([e50b633](https://github.com/Finch-API/finch-api-node/commit/e50b6334377156acb77437ba756ca1351069ff3f)) |
| 39 | +* **internal:** codegen related update ([ea5677b](https://github.com/Finch-API/finch-api-node/commit/ea5677b6eb831fbcf59764d87266f56e6118b543)) |
| 40 | +* **internal:** codegen related update ([c7415fe](https://github.com/Finch-API/finch-api-node/commit/c7415fe74e4fb16c53297941a4b58e6853a88104)) |
| 41 | +* **internal:** codegen related update ([37cb3cc](https://github.com/Finch-API/finch-api-node/commit/37cb3ccb9d19b3fecdb6df6520be29706fbe6c79)) |
| 42 | +* **internal:** upgrade eslint ([eafbefd](https://github.com/Finch-API/finch-api-node/commit/eafbefd84ecf11f020167708404d937fe4f80f43)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([43198db](https://github.com/Finch-API/finch-api-node/commit/43198db6af4229963df9f633f384b7abea279aa6)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([55a2ef3](https://github.com/Finch-API/finch-api-node/commit/55a2ef38d80d72823422d4d43130986973480da4)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([0655d87](https://github.com/Finch-API/finch-api-node/commit/0655d871d2536d440a408c957ae3d3c9b9efc8e8)) |
| 46 | +* **mcp:** clarify http auth error ([81b5f2d](https://github.com/Finch-API/finch-api-node/commit/81b5f2d28e03aec8956f07d415a2b2ef055480aa)) |
| 47 | +* **mcp:** update lockfile ([8e72b5d](https://github.com/Finch-API/finch-api-node/commit/8e72b5d2a4cd28abf3ec2f1fd00b82ee3165dbfa)) |
| 48 | +* **mcp:** upgrade jq-web ([d4d5838](https://github.com/Finch-API/finch-api-node/commit/d4d5838250d552e0a66c4e2ea216fe6ead4d3698)) |
| 49 | +* sync repo ([b37289a](https://github.com/Finch-API/finch-api-node/commit/b37289abc7bd16f18c2aca350c63ecbf0306b2f0)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([a0c3ed2](https://github.com/Finch-API/finch-api-node/commit/a0c3ed27efb31cb10776891322a47099933f071d)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([8cd8e82](https://github.com/Finch-API/finch-api-node/commit/8cd8e82a516cfeb76107a85ceafcd1ad62784863)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([93fb06d](https://github.com/Finch-API/finch-api-node/commit/93fb06dceacf9a1c3cf1c1137fcc7c45b68804a3)) |
| 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