|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-25) |
| 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 ([967f7af](https://github.com/Finch-API/finch-api-node/commit/967f7af018758e527681d25bbcbc984271e15777)) |
| 10 | +* **api:** api update ([4408714](https://github.com/Finch-API/finch-api-node/commit/4408714b3be3f65fa246999d993558f5f1fcc137)) |
| 11 | +* **api:** manual updates ([18a8929](https://github.com/Finch-API/finch-api-node/commit/18a89293e325e9e136ae5063fe6ce35ec9da2a57)) |
| 12 | +* **api:** move node to typescript generator ([f3524ca](https://github.com/Finch-API/finch-api-node/commit/f3524cadd70def624b8d340dae106d07f218c03c)) |
| 13 | +* **api:** update automated code reviewer selection ([8ce9f0c](https://github.com/Finch-API/finch-api-node/commit/8ce9f0cc054c695260467b435ae9a51d8843d695)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([c3dd3ac](https://github.com/Finch-API/finch-api-node/commit/c3dd3ac465ce59ca5f84d4cd19650359e8b410d9)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([7b61d1b](https://github.com/Finch-API/finch-api-node/commit/7b61d1b6d1e389efdb235434ea1274ac408db728)) |
| 20 | +* **api:** resolve build issues ([5f0ec34](https://github.com/Finch-API/finch-api-node/commit/5f0ec34bcf214f2c5a037a08017603ea1109c9d8)) |
| 21 | +* **java:** Resolve name collisions ([4f285b7](https://github.com/Finch-API/finch-api-node/commit/4f285b7ac55df21106fb736dc959549144aec4e5)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([a17ac8b](https://github.com/Finch-API/finch-api-node/commit/a17ac8bb4c9679e3d7f06dbf0adcd8d14a393271)) |
| 23 | +* **tests:** fix tests ([d4160e0](https://github.com/Finch-API/finch-api-node/commit/d4160e02bba907cd593e306a8c04c87807ab9575)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([fb927c0](https://github.com/Finch-API/finch-api-node/commit/fb927c0cf78aa5edb5fa7c767ed66359449a3237)) |
| 29 | +* **internal:** codegen related update ([55d3396](https://github.com/Finch-API/finch-api-node/commit/55d33966cba8bd0304874aefd653bc547a0f0de7)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([6991471](https://github.com/Finch-API/finch-api-node/commit/69914714a52a974f374053ce3328ae733310bd2a)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0b2ad3f](https://github.com/Finch-API/finch-api-node/commit/0b2ad3f7e80a1c0c76f4347de476971b24822ea6)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([c9f699c](https://github.com/Finch-API/finch-api-node/commit/c9f699c54d505baed666dfc3ef7e79fc42fb8e0e)) |
| 33 | +* **mcp:** clarify http auth error ([a6da6f2](https://github.com/Finch-API/finch-api-node/commit/a6da6f2269ef92d2b42ec212d626e43fa2aadf63)) |
| 34 | +* **mcp:** upgrade jq-web ([6603f2b](https://github.com/Finch-API/finch-api-node/commit/6603f2b6ffc5a64ecf746dfabdb45f2cb02b02a5)) |
| 35 | +* sync repo ([718a8e6](https://github.com/Finch-API/finch-api-node/commit/718a8e68fa366d78f1dd07857042656a5ff48035)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([6ae9a05](https://github.com/Finch-API/finch-api-node/commit/6ae9a05b221d252492668c3de369cbb5288abb66)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([10e58b1](https://github.com/Finch-API/finch-api-node/commit/10e58b1ff2a84853b18f4cf7e19caf977eea1db4)) |
| 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