|
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 ([2a2c7c8](https://github.com/Finch-API/finch-api-node/commit/2a2c7c8ff4e46aa5faefeca7671bc497e774540a)) |
| 10 | +* **api:** api update ([50a2eff](https://github.com/Finch-API/finch-api-node/commit/50a2eff9cb3515ca75368971344d6b339c6ac1d5)) |
| 11 | +* **api:** api update ([35eb696](https://github.com/Finch-API/finch-api-node/commit/35eb69682a9801cf9793d215cf6706ca9d9c63e6)) |
| 12 | +* **api:** manual updates ([35bec64](https://github.com/Finch-API/finch-api-node/commit/35bec64885bb908cac11129ba249d010b518910a)) |
| 13 | +* **api:** move node to typescript generator ([c6e2900](https://github.com/Finch-API/finch-api-node/commit/c6e29007c4832a4d002591bafed8813e2e8c477d)) |
| 14 | +* **api:** update automated code reviewer selection ([243d3d4](https://github.com/Finch-API/finch-api-node/commit/243d3d42f543d95b9a1e5001d4f9448757c9851c)) |
| 15 | +* **mcp:** add detail field to docs search tool ([576de27](https://github.com/Finch-API/finch-api-node/commit/576de2759d10ea18a7f2cdac05b6bbfe0466e275)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([f63e9a0](https://github.com/Finch-API/finch-api-node/commit/f63e9a0b07fc80c521b6d0dd06cbb3f3ea77ce39)) |
| 17 | +* **mcp:** return logs on code tool errors ([08665a8](https://github.com/Finch-API/finch-api-node/commit/08665a8ce293cb1fc210d876b23b062aabbde6e4)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([aa5539f](https://github.com/Finch-API/finch-api-node/commit/aa5539f0ba446d06be9abb8ecfe44d2b96f9474b)) |
| 23 | +* **api:** resolve build issues ([2aac939](https://github.com/Finch-API/finch-api-node/commit/2aac939cb5c2681f198b5c580834dee69a461ea3)) |
| 24 | +* **java:** Resolve name collisions ([2a34537](https://github.com/Finch-API/finch-api-node/commit/2a345373eb3b03a56f8d09296ca6643afc706f66)) |
| 25 | +* **mcp:** return tool execution error on api error ([a9fefa1](https://github.com/Finch-API/finch-api-node/commit/a9fefa184361b93d3d3605e8429a8a820e745a17)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([bb70776](https://github.com/Finch-API/finch-api-node/commit/bb707762e5471f186df0e19dd5b5675dc9ab8646)) |
| 27 | +* **tests:** fix tests ([73cbc14](https://github.com/Finch-API/finch-api-node/commit/73cbc149ac805ba485434aec9329c4818acbaedd)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([627b4f2](https://github.com/Finch-API/finch-api-node/commit/627b4f261bade9ed37289b7aaf8ecc70863aa268)) |
| 33 | +* **internal:** codegen related update ([6c5fac8](https://github.com/Finch-API/finch-api-node/commit/6c5fac8b60b1b8f7b4e021f85346af9e4300708a)) |
| 34 | +* **internal:** codegen related update ([3ad29bc](https://github.com/Finch-API/finch-api-node/commit/3ad29bc0a14d8b71437cf4ea6d07c03f61cea965)) |
| 35 | +* **internal:** upgrade eslint ([f657263](https://github.com/Finch-API/finch-api-node/commit/f6572631003b7a02849183e46c737047006013e3)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([98ccf5f](https://github.com/Finch-API/finch-api-node/commit/98ccf5fb761fdb248ef195e31f6ad8ae175411c6)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d693d6a](https://github.com/Finch-API/finch-api-node/commit/d693d6ad2bd58905f3340443a41b4dfb224e6f3a)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([9c1825e](https://github.com/Finch-API/finch-api-node/commit/9c1825e8a70c26e4a6d81c3f97cf7d8b05a938ee)) |
| 39 | +* **mcp:** clarify http auth error ([6834614](https://github.com/Finch-API/finch-api-node/commit/68346145297dd0217e1d7a7a7dc2b451295f97fd)) |
| 40 | +* **mcp:** upgrade jq-web ([ad7eaca](https://github.com/Finch-API/finch-api-node/commit/ad7eaca47053a4369dcdddfdc0297cc8e36848db)) |
| 41 | +* sync repo ([ed8f65e](https://github.com/Finch-API/finch-api-node/commit/ed8f65e480fd63acd4a9db0138ed4baf715c5898)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([96f0c92](https://github.com/Finch-API/finch-api-node/commit/96f0c92f14f3b348943298f5f6fb5726c1f2a0a5)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([35d9e58](https://github.com/Finch-API/finch-api-node/commit/35d9e5801a6c32b7b98d7617579de0e3fe2dc217)) |
| 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