|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-05) |
| 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 ([f94dfb8](https://github.com/Finch-API/finch-api-node/commit/f94dfb878a69fff3a3b1f235e4b1037c4f2421e0)) |
| 10 | +* **api:** api update ([6977e9e](https://github.com/Finch-API/finch-api-node/commit/6977e9ea50dab3bd5271f4d76b3ab576eacc6fb5)) |
| 11 | +* **api:** api update ([69d8d31](https://github.com/Finch-API/finch-api-node/commit/69d8d3125f6e58af224c4b863034ede3bfeb71c3)) |
| 12 | +* **api:** manual updates ([d8eb3ab](https://github.com/Finch-API/finch-api-node/commit/d8eb3abdecc666710a06de9465f32e4e9a7792e1)) |
| 13 | +* **api:** move node to typescript generator ([f5ddc67](https://github.com/Finch-API/finch-api-node/commit/f5ddc6728b9d08a7c4505f5a5be1dd9125c67708)) |
| 14 | +* **api:** update automated code reviewer selection ([39b0ed8](https://github.com/Finch-API/finch-api-node/commit/39b0ed8445e2eda720b5827d80ee5057eb99113b)) |
| 15 | +* **mcp:** add detail field to docs search tool ([f51d52e](https://github.com/Finch-API/finch-api-node/commit/f51d52e9c53074431f2167d69adbb453278fecd6)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([e512f1f](https://github.com/Finch-API/finch-api-node/commit/e512f1f76de9f840293b2803216e210cf99b8be0)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([fea6546](https://github.com/Finch-API/finch-api-node/commit/fea6546e5a8e9b5d9532c5c2d01b5b07170f8514)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([2198507](https://github.com/Finch-API/finch-api-node/commit/2198507f7a4c8c46ef2aabf9ccaeb08d6e820f2c)) |
| 19 | +* **mcp:** return logs on code tool errors ([e1d81b7](https://github.com/Finch-API/finch-api-node/commit/e1d81b7add91d8fc5c06999d2f5a326f47d57dd7)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([ea15e5c](https://github.com/Finch-API/finch-api-node/commit/ea15e5cf2976bc9bd80bd00178d1d4599f1227eb)) |
| 25 | +* **api:** resolve build issues ([522089d](https://github.com/Finch-API/finch-api-node/commit/522089d8a38c2f34f88affd45c393871ddc1f88a)) |
| 26 | +* **java:** Resolve name collisions ([39e4db5](https://github.com/Finch-API/finch-api-node/commit/39e4db54997a2272b3e9e3667b55182c2e13ecb1)) |
| 27 | +* **mcp:** return tool execution error on api error ([151a7ee](https://github.com/Finch-API/finch-api-node/commit/151a7ee2e1a95967d733ce47ff3845897e100219)) |
| 28 | +* **mcp:** return tool execution error on jq failure ([f6e814c](https://github.com/Finch-API/finch-api-node/commit/f6e814c26351d005b8e7e744ed72578b86c261ae)) |
| 29 | +* **tests:** fix tests ([555bc85](https://github.com/Finch-API/finch-api-node/commit/555bc85958f309a7e15678e1a65054722d758fcc)) |
| 30 | + |
| 31 | + |
| 32 | +### Chores |
| 33 | + |
| 34 | +* **client:** fix logger property type ([00e481e](https://github.com/Finch-API/finch-api-node/commit/00e481e69c96205b26cbd07799e006ea32a365f5)) |
| 35 | +* **internal:** codegen related update ([5b51ae3](https://github.com/Finch-API/finch-api-node/commit/5b51ae30c1234d6ddb4bd1fa9f58211e6003d5e8)) |
| 36 | +* **internal:** codegen related update ([9b69102](https://github.com/Finch-API/finch-api-node/commit/9b691026232a6f2f970ad7d7f43e09187fea543b)) |
| 37 | +* **internal:** upgrade eslint ([50cf3fd](https://github.com/Finch-API/finch-api-node/commit/50cf3fd812a8ed7457581be3987a58157aa35281)) |
| 38 | +* mcp code tool explicit error message when missing a run function ([c0af674](https://github.com/Finch-API/finch-api-node/commit/c0af674fed8f922bfa2277889daac973e0f435da)) |
| 39 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5b35ed3](https://github.com/Finch-API/finch-api-node/commit/5b35ed3e0ce429cf4c2b49d19e47de4e052f74a4)) |
| 40 | +* **mcp:** add line numbers to code tool errors ([98d4f70](https://github.com/Finch-API/finch-api-node/commit/98d4f70ce225a4ce4e20f5e347d5a1e22f3870e3)) |
| 41 | +* **mcp:** clarify http auth error ([49019b3](https://github.com/Finch-API/finch-api-node/commit/49019b3cc7ce5446a239cc8a03a5eadf2fdb9d59)) |
| 42 | +* **mcp:** upgrade jq-web ([78ae012](https://github.com/Finch-API/finch-api-node/commit/78ae012ff1c5324919bd1cdcd80e13dff24e06e0)) |
| 43 | +* sync repo ([a23fab7](https://github.com/Finch-API/finch-api-node/commit/a23fab7ab210170ace0c7de8ec4bd704c2aa63e2)) |
| 44 | +* use latest @modelcontextprotocol/sdk ([1660fc6](https://github.com/Finch-API/finch-api-node/commit/1660fc6088d9d86eaee860dc6e2a28a721c83475)) |
| 45 | + |
| 46 | + |
| 47 | +### Documentation |
| 48 | + |
| 49 | +* **mcp:** add a README button for one-click add to Cursor ([9d5493b](https://github.com/Finch-API/finch-api-node/commit/9d5493b8282d52cf30aba7765f68b81e0f1bcd47)) |
| 50 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([099d639](https://github.com/Finch-API/finch-api-node/commit/099d6396bf5a0a86e4b87ce8cfd10e59bd69cb00)) |
| 51 | + |
3 | 52 | ## 6.38.0 (2025-10-27) |
4 | 53 |
|
5 | 54 | 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