|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-02) |
| 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 ([66635bc](https://github.com/Finch-API/finch-api-node/commit/66635bc3847aa7b9e6dd510ccd82c529222e28cb)) |
| 10 | +* **api:** api update ([319b1f4](https://github.com/Finch-API/finch-api-node/commit/319b1f42d8a793fae6407f9e447773d1e45db621)) |
| 11 | +* **api:** api update ([fda40ea](https://github.com/Finch-API/finch-api-node/commit/fda40eaad16cd267a9afa1e8ea7baeffc2e634c3)) |
| 12 | +* **api:** manual updates ([b225760](https://github.com/Finch-API/finch-api-node/commit/b22576098a1f6ed8dc6e4cdeb73142637d19b7aa)) |
| 13 | +* **api:** move node to typescript generator ([3d71a71](https://github.com/Finch-API/finch-api-node/commit/3d71a71b8cb22eaa08b123c778daad519d363645)) |
| 14 | +* **api:** update automated code reviewer selection ([9207293](https://github.com/Finch-API/finch-api-node/commit/92072934c7ccb5574305f2a556c7350021c554a6)) |
| 15 | +* **mcp:** add detail field to docs search tool ([100a574](https://github.com/Finch-API/finch-api-node/commit/100a57461467f2ff0f25ce420a2dd4c46d6ac3e8)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([d6e94d0](https://github.com/Finch-API/finch-api-node/commit/d6e94d0d1d352c396bde209592144e162ec83608)) |
| 17 | +* **mcp:** return logs on code tool errors ([6e7ef70](https://github.com/Finch-API/finch-api-node/commit/6e7ef70fe82bfa142b53f4199c0f2e47c14bc0ec)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([809d5e5](https://github.com/Finch-API/finch-api-node/commit/809d5e59e01b7c5055851e1fc0545df9364494ac)) |
| 23 | +* **api:** resolve build issues ([e223c2c](https://github.com/Finch-API/finch-api-node/commit/e223c2cda74852644d1e86763073511c4274d4dd)) |
| 24 | +* **java:** Resolve name collisions ([2ce896d](https://github.com/Finch-API/finch-api-node/commit/2ce896d15d43cc0991eab2fe3e23fa843f3fae5a)) |
| 25 | +* **mcp:** return tool execution error on api error ([0c6f72f](https://github.com/Finch-API/finch-api-node/commit/0c6f72fa5b88399a1ea01c3db87928a28e7855c4)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([cbac017](https://github.com/Finch-API/finch-api-node/commit/cbac017b74f3ad8a38c1a5f8dee62132378cdd79)) |
| 27 | +* **tests:** fix tests ([00f6770](https://github.com/Finch-API/finch-api-node/commit/00f67709a0fcc19ca3ebba52f2855a4c12981a1b)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([45b21f6](https://github.com/Finch-API/finch-api-node/commit/45b21f619cb44e0ea56b37b7184d1fb034686551)) |
| 33 | +* **internal:** codegen related update ([c82dfa8](https://github.com/Finch-API/finch-api-node/commit/c82dfa8481d2d142efbfac5c52665fb82b377c5f)) |
| 34 | +* **internal:** codegen related update ([845d2ef](https://github.com/Finch-API/finch-api-node/commit/845d2efacd80257b5afe3095727eb9e719407fd8)) |
| 35 | +* **internal:** upgrade eslint ([887160d](https://github.com/Finch-API/finch-api-node/commit/887160dddd80b3d2b5615185a2b3e20748f67695)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([8301820](https://github.com/Finch-API/finch-api-node/commit/83018209a987ac920abc3338ca11f3c1fb4da4b5)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1f0cad6](https://github.com/Finch-API/finch-api-node/commit/1f0cad6d94fe2dc365ed594d5bddb7a36eec49f9)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([d888fcd](https://github.com/Finch-API/finch-api-node/commit/d888fcd55a2cca227249bb46f5e48e4119ddf5a7)) |
| 39 | +* **mcp:** clarify http auth error ([c74b0f9](https://github.com/Finch-API/finch-api-node/commit/c74b0f99dcbfcf58fbb5a0e674ada422ea503ecc)) |
| 40 | +* **mcp:** upgrade jq-web ([5ccf71a](https://github.com/Finch-API/finch-api-node/commit/5ccf71a290b0b2c8f4182acdaf541dc53da8a796)) |
| 41 | +* sync repo ([eaf5ded](https://github.com/Finch-API/finch-api-node/commit/eaf5ded280043d05e3cd69aa8eea2399c520b9dd)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([a76fe51](https://github.com/Finch-API/finch-api-node/commit/a76fe51a6680baa480b5466441c6b30151f1a43c)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([8626619](https://github.com/Finch-API/finch-api-node/commit/86266195c3bd5fba6849c97d52bbf0b114626919)) |
| 48 | + |
3 | 49 | ## 6.38.0 (2025-10-27) |
4 | 50 |
|
5 | 51 | 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