|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-21) |
| 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 ([8a500b2](https://github.com/Finch-API/finch-api-node/commit/8a500b265df5d823c94d681190e578eb82a056a9)) |
| 10 | +* **api:** api update ([544e1bf](https://github.com/Finch-API/finch-api-node/commit/544e1bf59ef54fcc3d06599fe3fc4c70a71c1b0a)) |
| 11 | +* **api:** move node to typescript generator ([682cc9f](https://github.com/Finch-API/finch-api-node/commit/682cc9f93b5910eee2ef73f903cb1eb277580054)) |
| 12 | +* **api:** update automated code reviewer selection ([5f52580](https://github.com/Finch-API/finch-api-node/commit/5f52580e7558e1a8db3428a308b60eb1e889167d)) |
| 13 | +* **mcp:** enable optional code execution tool on http mcp servers ([259de3c](https://github.com/Finch-API/finch-api-node/commit/259de3ca6fd0d17809daa7e40c0b4b606dbf47fc)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **api:** migrate custom code to TypeScript ([4cec4fd](https://github.com/Finch-API/finch-api-node/commit/4cec4fd9898fc0946191d32d9dbe40e636dd531b)) |
| 19 | +* **api:** resolve build issues ([acddfe0](https://github.com/Finch-API/finch-api-node/commit/acddfe07fe604b4b4cf6388d2c0cda4dc2a99722)) |
| 20 | +* **java:** Resolve name collisions ([e8861f4](https://github.com/Finch-API/finch-api-node/commit/e8861f4cb05d44fd105c72b92f5b8640f27172d1)) |
| 21 | +* **mcp:** return tool execution error on jq failure ([217de52](https://github.com/Finch-API/finch-api-node/commit/217de52c6f8e84dddd62435d98d74f63a43387e7)) |
| 22 | +* **tests:** fix tests ([9dd308e](https://github.com/Finch-API/finch-api-node/commit/9dd308ec403cd4c507d1e0d7ef64246a2d6fa46a)) |
| 23 | + |
| 24 | + |
| 25 | +### Chores |
| 26 | + |
| 27 | +* **internal:** codegen related update ([58bdade](https://github.com/Finch-API/finch-api-node/commit/58bdade675e6a9389e9ababfc62a49d1b64ea13b)) |
| 28 | +* **internal:** codegen related update ([5378925](https://github.com/Finch-API/finch-api-node/commit/537892501ade7650ab60cbbc85b6700ed8d306f8)) |
| 29 | +* mcp code tool explicit error message when missing a run function ([a5030e2](https://github.com/Finch-API/finch-api-node/commit/a5030e2be74eb990e068bc432e23f9dbd602cd89)) |
| 30 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d77d989](https://github.com/Finch-API/finch-api-node/commit/d77d9896302fb5c06afcdcb6aa625b42ebcd2e67)) |
| 31 | +* **mcp:** add line numbers to code tool errors ([b3e3205](https://github.com/Finch-API/finch-api-node/commit/b3e3205e261b24d43f04616379fd1ab8cc41c64f)) |
| 32 | +* **mcp:** clarify http auth error ([0f65dca](https://github.com/Finch-API/finch-api-node/commit/0f65dca884df716b30f3210ba4fa8fd3fef4583a)) |
| 33 | +* **mcp:** upgrade jq-web ([0783f16](https://github.com/Finch-API/finch-api-node/commit/0783f16a5b6999f25eb66a8b9615b02107f97f73)) |
| 34 | +* sync repo ([6e14a1b](https://github.com/Finch-API/finch-api-node/commit/6e14a1b83da414395302fd46e2793bc8f2f9b6fc)) |
| 35 | + |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | +* **mcp:** add a README button for one-click add to Cursor ([49efe9a](https://github.com/Finch-API/finch-api-node/commit/49efe9abff6fc5d083f7d7258a0b4247610333d0)) |
| 40 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([430e0f0](https://github.com/Finch-API/finch-api-node/commit/430e0f087197d92add409a8026f27b49b744b1a3)) |
| 41 | + |
3 | 42 | ## 6.38.0 (2025-10-27) |
4 | 43 |
|
5 | 44 | 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