|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-08) |
| 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 ([96868ac](https://github.com/Finch-API/finch-api-node/commit/96868ac808713dc78748e05dbbacfec66fc8bc9f)) |
| 10 | +* **api:** api update ([8c3487f](https://github.com/Finch-API/finch-api-node/commit/8c3487f09f39eabfccfd6c3f530234dd32c2019c)) |
| 11 | +* **api:** api update ([a91bb63](https://github.com/Finch-API/finch-api-node/commit/a91bb63e35229feea983176f3015bb24f16674f4)) |
| 12 | +* **api:** manual updates ([73b2310](https://github.com/Finch-API/finch-api-node/commit/73b2310243fa415b51ee0f8edf849d4b06a7fb71)) |
| 13 | +* **api:** move node to typescript generator ([99fbbaf](https://github.com/Finch-API/finch-api-node/commit/99fbbaffe88bbc1e69d9fc07466ef58079e99f43)) |
| 14 | +* **api:** update automated code reviewer selection ([e8235e0](https://github.com/Finch-API/finch-api-node/commit/e8235e073968bd2c187e4c7fec3e02496c20737f)) |
| 15 | +* **mcp:** add detail field to docs search tool ([65e6cc0](https://github.com/Finch-API/finch-api-node/commit/65e6cc0532fb44d082b0fa21d285c327fe214e43)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([364335b](https://github.com/Finch-API/finch-api-node/commit/364335b1374a2bebe7cb3954e01aee141a985eab)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([aae3dba](https://github.com/Finch-API/finch-api-node/commit/aae3dba2c6a4999a1e5d6272c197fe0b8d65098c)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([bbff4be](https://github.com/Finch-API/finch-api-node/commit/bbff4be9433a00391dc9702b4ad424e686566c17)) |
| 19 | +* **mcp:** return logs on code tool errors ([c942b19](https://github.com/Finch-API/finch-api-node/commit/c942b19c145990e2d135115265ae70a77929b17f)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([47820bf](https://github.com/Finch-API/finch-api-node/commit/47820bf7e96b6829f1411885b7324025c8ceec3b)) |
| 25 | +* **api:** resolve build issues ([dfdb12b](https://github.com/Finch-API/finch-api-node/commit/dfdb12bf5a23cf32f929d83dee98eed4b88c0d72)) |
| 26 | +* **java:** Resolve name collisions ([e216073](https://github.com/Finch-API/finch-api-node/commit/e216073445f20e363cebfb2d5ec89486a4c78989)) |
| 27 | +* **mcp:** correct code tool API endpoint ([f35fe0f](https://github.com/Finch-API/finch-api-node/commit/f35fe0fecf62e56f122f61226cdf5e27bd1deb30)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([b1c27bb](https://github.com/Finch-API/finch-api-node/commit/b1c27bbbe3737a72b2cd02854e09194d393c3b5c)) |
| 29 | +* **mcp:** return tool execution error on api error ([88b6af8](https://github.com/Finch-API/finch-api-node/commit/88b6af82e2f86b6c01e03c2e6d81ea96e604803e)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([b279bf7](https://github.com/Finch-API/finch-api-node/commit/b279bf74360ab93c77483a52eb54e107881e375e)) |
| 31 | +* **tests:** fix tests ([72b3d5d](https://github.com/Finch-API/finch-api-node/commit/72b3d5dbf1ed81c6f1999f36079e8a6a1167a222)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([315ed4d](https://github.com/Finch-API/finch-api-node/commit/315ed4d9c78130c1620319f8d4a00b94fcfab4e8)) |
| 37 | +* **internal:** codegen related update ([0f6c040](https://github.com/Finch-API/finch-api-node/commit/0f6c040878c1bdc0c29db279de6f49b4169d4bf2)) |
| 38 | +* **internal:** codegen related update ([13bb66b](https://github.com/Finch-API/finch-api-node/commit/13bb66bc538a01cb13101bc3e450b7d3e79337eb)) |
| 39 | +* **internal:** codegen related update ([abdf549](https://github.com/Finch-API/finch-api-node/commit/abdf549a9c1534c182f2c0ec3227b4d70a5bb175)) |
| 40 | +* **internal:** codegen related update ([8cf8b6d](https://github.com/Finch-API/finch-api-node/commit/8cf8b6d5f8429cde1ccd4026a9d13ecbd7651835)) |
| 41 | +* **internal:** upgrade eslint ([c813efc](https://github.com/Finch-API/finch-api-node/commit/c813efc5dcfc57b74cb3433b4d1625b6cd9a82a3)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([5738b86](https://github.com/Finch-API/finch-api-node/commit/5738b863f4bc56b498749b64bd424196da65cb1c)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([fba311a](https://github.com/Finch-API/finch-api-node/commit/fba311a0a4b0d48344f06f01bd179b8f0a70c809)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([1c71e29](https://github.com/Finch-API/finch-api-node/commit/1c71e290ec265f0c5db6a50976456332376fe70a)) |
| 45 | +* **mcp:** clarify http auth error ([6dab6e8](https://github.com/Finch-API/finch-api-node/commit/6dab6e8eeeec010667443dda4f0b03fb26e27e56)) |
| 46 | +* **mcp:** upgrade jq-web ([9beb155](https://github.com/Finch-API/finch-api-node/commit/9beb155719f86e340011ea31220f2c5f24b5b87e)) |
| 47 | +* sync repo ([789d2f7](https://github.com/Finch-API/finch-api-node/commit/789d2f735c5a2d9ebc0cc158ca08be4d797af01c)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([8944f15](https://github.com/Finch-API/finch-api-node/commit/8944f1583ca674bdd7aaae7e4976148e6b3c5e52)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([27d28bd](https://github.com/Finch-API/finch-api-node/commit/27d28bdacd7fb4fcbc1f3d09f8cd21b9c004123a)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([5b3559f](https://github.com/Finch-API/finch-api-node/commit/5b3559f359c855093c1fb519a29512c9384fca43)) |
| 55 | + |
3 | 56 | ## 6.38.0 (2025-10-27) |
4 | 57 |
|
5 | 58 | 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