|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-09) |
| 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 ([7e927eb](https://github.com/Finch-API/finch-api-node/commit/7e927ebbed3e138284b01d9716e08907e2c21446)) |
| 10 | +* **api:** api update ([6481949](https://github.com/Finch-API/finch-api-node/commit/648194919f50069e3939337ff93c34ad1671fbb8)) |
| 11 | +* **api:** api update ([2f5587b](https://github.com/Finch-API/finch-api-node/commit/2f5587b66ef88dad4864d586b7964a9ebe7de809)) |
| 12 | +* **api:** manual updates ([6c3eafb](https://github.com/Finch-API/finch-api-node/commit/6c3eafb896926940f19d3a89f29ed532bab3ce82)) |
| 13 | +* **api:** move node to typescript generator ([c5725a5](https://github.com/Finch-API/finch-api-node/commit/c5725a5be0f30822f8fd7976f3a96b99fb13fb32)) |
| 14 | +* **api:** update automated code reviewer selection ([3ed12c7](https://github.com/Finch-API/finch-api-node/commit/3ed12c771d12701f3947481a10a39415dccc3edc)) |
| 15 | +* **mcp:** add detail field to docs search tool ([e924f51](https://github.com/Finch-API/finch-api-node/commit/e924f51c5ff57992e2cc38efd60d7ad093e556ec)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([e22429b](https://github.com/Finch-API/finch-api-node/commit/e22429ba8bb60142800cf54d4f9216fdbb9d031c)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([ef31d60](https://github.com/Finch-API/finch-api-node/commit/ef31d60b328f4fec4d2649ca459e2740c49a831c)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([74e4c25](https://github.com/Finch-API/finch-api-node/commit/74e4c25e32473ba1fa2f422ef59bce190b83578a)) |
| 19 | +* **mcp:** return logs on code tool errors ([4e30667](https://github.com/Finch-API/finch-api-node/commit/4e3066732d1508b931591fd2a318625177f916e1)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([e69e27f](https://github.com/Finch-API/finch-api-node/commit/e69e27f13909a67e1218cf7fb0030d0ceed367b0)) |
| 25 | +* **api:** resolve build issues ([1d5f1d8](https://github.com/Finch-API/finch-api-node/commit/1d5f1d8424dbd2779e4a1b7d175f1368eee091ae)) |
| 26 | +* **java:** Resolve name collisions ([59bf945](https://github.com/Finch-API/finch-api-node/commit/59bf9459cf55cb9f9b6cfeb16707044711b1c048)) |
| 27 | +* **mcp:** correct code tool API endpoint ([e74ab06](https://github.com/Finch-API/finch-api-node/commit/e74ab06c197ac39f67cb75d5b4f08cd289543e3d)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([f4c7c0f](https://github.com/Finch-API/finch-api-node/commit/f4c7c0f6a73c224a7d2e049422071ee3ea3bce16)) |
| 29 | +* **mcp:** return tool execution error on api error ([b499248](https://github.com/Finch-API/finch-api-node/commit/b499248cb30f6b616a1666d9abd8549a3e486fd9)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([1a3c809](https://github.com/Finch-API/finch-api-node/commit/1a3c809a691504269b56b18415b8bc1fafd96a98)) |
| 31 | +* **tests:** fix tests ([1e07663](https://github.com/Finch-API/finch-api-node/commit/1e07663b36a1507eeaaccf54035386a1d8d7f0fd)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([7487615](https://github.com/Finch-API/finch-api-node/commit/7487615caaf10300591d521ddb25f054d6c6e5c7)) |
| 37 | +* **internal:** codegen related update ([ee5a459](https://github.com/Finch-API/finch-api-node/commit/ee5a45939099e0a201c5e29c1f6f34e0a2289773)) |
| 38 | +* **internal:** codegen related update ([59611bc](https://github.com/Finch-API/finch-api-node/commit/59611bcf4a80f68f5268f43ae2e43e9f01cf3b53)) |
| 39 | +* **internal:** codegen related update ([b608ae6](https://github.com/Finch-API/finch-api-node/commit/b608ae68aa82a3e0e3375f7e2d4279aa46194fe6)) |
| 40 | +* **internal:** codegen related update ([b4631c3](https://github.com/Finch-API/finch-api-node/commit/b4631c38c858dbfb9cc47d04190330689dff1f69)) |
| 41 | +* **internal:** upgrade eslint ([99cf1b5](https://github.com/Finch-API/finch-api-node/commit/99cf1b563cb74a2835168edb1444287e5fab6175)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([948c505](https://github.com/Finch-API/finch-api-node/commit/948c505bd3f3e4d0ae79dff12e4d216078822ebd)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([13bc00e](https://github.com/Finch-API/finch-api-node/commit/13bc00e0a29bfe314c6e08cc6e903e6fa4d2095a)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([e4d70a7](https://github.com/Finch-API/finch-api-node/commit/e4d70a7a87a679feff3103f199c7a57e2f565a6c)) |
| 45 | +* **mcp:** clarify http auth error ([d53e686](https://github.com/Finch-API/finch-api-node/commit/d53e68602ea983e35e085a8a224286064dd0abeb)) |
| 46 | +* **mcp:** upgrade jq-web ([b117e03](https://github.com/Finch-API/finch-api-node/commit/b117e0381b2bd47d35ecd39629e9ff5b04c59510)) |
| 47 | +* sync repo ([690e3f8](https://github.com/Finch-API/finch-api-node/commit/690e3f8807ea45ec465152f3ef9c51d1fba3b39e)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([35fcd23](https://github.com/Finch-API/finch-api-node/commit/35fcd23bd971aadd6c0e8c7ee2a2183c80fcf791)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([eaa8bda](https://github.com/Finch-API/finch-api-node/commit/eaa8bda1c1bb0e6b496f069cb6b08379b6afd2d2)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([f50e48d](https://github.com/Finch-API/finch-api-node/commit/f50e48d92e870acddbe7ee641674e56e3191e132)) |
| 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