|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-24) |
| 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 ([e5eeee9](https://github.com/Finch-API/finch-api-node/commit/e5eeee95778f38ac0b4156e736ef2ab3fe9aeb2c)) |
| 10 | +* **api:** api update ([082467c](https://github.com/Finch-API/finch-api-node/commit/082467ce0412152b5a7c24f4a344c771e7b00872)) |
| 11 | +* **api:** manual updates ([9d1f9d9](https://github.com/Finch-API/finch-api-node/commit/9d1f9d97837799a0b756cef532d4c442d0785284)) |
| 12 | +* **api:** move node to typescript generator ([4bafc47](https://github.com/Finch-API/finch-api-node/commit/4bafc47dfa40830c7480779a57741aed9ab07abd)) |
| 13 | +* **api:** update automated code reviewer selection ([3770046](https://github.com/Finch-API/finch-api-node/commit/37700464646323482386bcffb1b26d3ea699d53f)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([29f214e](https://github.com/Finch-API/finch-api-node/commit/29f214e757ac6d155d0c1da9aeef1f0dcf832373)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([1833824](https://github.com/Finch-API/finch-api-node/commit/18338243d71c70ace1046edb4eea8eac6dbc5dc5)) |
| 20 | +* **api:** resolve build issues ([0233aa3](https://github.com/Finch-API/finch-api-node/commit/0233aa3d469a9918c1b27e7a3f2f5d96f21ecf51)) |
| 21 | +* **java:** Resolve name collisions ([9809aef](https://github.com/Finch-API/finch-api-node/commit/9809aef2f0ab646445b9b638a8e0c131219e9051)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([36a3861](https://github.com/Finch-API/finch-api-node/commit/36a386174201681179869a93122b3e8834400955)) |
| 23 | +* **tests:** fix tests ([f67af0f](https://github.com/Finch-API/finch-api-node/commit/f67af0f526e65d34565e3415810988c43fa180ab)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([eae630b](https://github.com/Finch-API/finch-api-node/commit/eae630bba842ba606b15470ad82b58ed2121632b)) |
| 29 | +* **internal:** codegen related update ([83ddf24](https://github.com/Finch-API/finch-api-node/commit/83ddf241071ae467ed0fd4a6d9d5f63143bbd1a9)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([55af4b8](https://github.com/Finch-API/finch-api-node/commit/55af4b84bf973cd10fdf54587315cdec4fcda526)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([76876b4](https://github.com/Finch-API/finch-api-node/commit/76876b4a4b6689b21bd01199796906c5c6a9be34)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([c5e4288](https://github.com/Finch-API/finch-api-node/commit/c5e428882af8c66e82eb058c6110dc5dde6f39e5)) |
| 33 | +* **mcp:** clarify http auth error ([74dcfd4](https://github.com/Finch-API/finch-api-node/commit/74dcfd410708c34fffdb6e5781f7dfcaa26ffc4d)) |
| 34 | +* **mcp:** upgrade jq-web ([8853a8d](https://github.com/Finch-API/finch-api-node/commit/8853a8dccf533e1c569aad3c3cb198e7dc373fca)) |
| 35 | +* sync repo ([914831e](https://github.com/Finch-API/finch-api-node/commit/914831e262d1466b0de9c3ad8f23a1ffb8485d60)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([8aee803](https://github.com/Finch-API/finch-api-node/commit/8aee8035678d79d31ee4abec64c13dd5d354202b)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([74f4792](https://github.com/Finch-API/finch-api-node/commit/74f479252ca388126df3e68ad8fc2ad2f5248f52)) |
| 42 | + |
3 | 43 | ## 6.38.0 (2025-10-27) |
4 | 44 |
|
5 | 45 | 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