|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-01) |
| 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 ([cae1312](https://github.com/Finch-API/finch-api-node/commit/cae13123b8171a91979aee2f00cff1adf286bfdb)) |
| 10 | +* **api:** api update ([000590b](https://github.com/Finch-API/finch-api-node/commit/000590bce7b26d16334ad13c9b52af206060349f)) |
| 11 | +* **api:** api update ([e953a67](https://github.com/Finch-API/finch-api-node/commit/e953a67ad78a39cd376ef8bc528f92300797b360)) |
| 12 | +* **api:** manual updates ([1a408a1](https://github.com/Finch-API/finch-api-node/commit/1a408a16649351296f430f6c2c352b46588145f1)) |
| 13 | +* **api:** move node to typescript generator ([98301c7](https://github.com/Finch-API/finch-api-node/commit/98301c726e78ab145e15cca49c40568fb72b9f54)) |
| 14 | +* **api:** update automated code reviewer selection ([b400fa5](https://github.com/Finch-API/finch-api-node/commit/b400fa5782b3000727f866af37b2154b1013f36f)) |
| 15 | +* **mcp:** add detail field to docs search tool ([4cef90c](https://github.com/Finch-API/finch-api-node/commit/4cef90c67958f084c770a6514fbe34730624544c)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([017a0ce](https://github.com/Finch-API/finch-api-node/commit/017a0cec9e249f0a52ba87f02476a272378ceae4)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([f325074](https://github.com/Finch-API/finch-api-node/commit/f3250744526245c405b17e85873d94f161a856d0)) |
| 22 | +* **api:** resolve build issues ([e6d0982](https://github.com/Finch-API/finch-api-node/commit/e6d09827fa501affc632024c155b5301dde6f309)) |
| 23 | +* **java:** Resolve name collisions ([f672305](https://github.com/Finch-API/finch-api-node/commit/f6723050aaf885ec5be893f88c8bb1ea59c46bc0)) |
| 24 | +* **mcp:** return tool execution error on api error ([629bccc](https://github.com/Finch-API/finch-api-node/commit/629bcccd1f14c849ff2378166f5a4658a75a443c)) |
| 25 | +* **mcp:** return tool execution error on jq failure ([ddbed3a](https://github.com/Finch-API/finch-api-node/commit/ddbed3aec5aeaa0ad2300315c04d42d4f2757bcb)) |
| 26 | +* **tests:** fix tests ([10ec2e7](https://github.com/Finch-API/finch-api-node/commit/10ec2e73e9cc1a5b34c4690141b947770e7bad06)) |
| 27 | + |
| 28 | + |
| 29 | +### Chores |
| 30 | + |
| 31 | +* **client:** fix logger property type ([5d63cfa](https://github.com/Finch-API/finch-api-node/commit/5d63cfacf1699a1b44db9b70907e9ad7bfef1433)) |
| 32 | +* **internal:** codegen related update ([ffe9de6](https://github.com/Finch-API/finch-api-node/commit/ffe9de6d9e99a3b90cd497639be699f549c3d538)) |
| 33 | +* **internal:** codegen related update ([6b259dd](https://github.com/Finch-API/finch-api-node/commit/6b259dd23f8a00247c97aa6db4453396258367e7)) |
| 34 | +* mcp code tool explicit error message when missing a run function ([36ecb7a](https://github.com/Finch-API/finch-api-node/commit/36ecb7acbc47ee7d7189dee441c2b88fc2e71f4d)) |
| 35 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d61e746](https://github.com/Finch-API/finch-api-node/commit/d61e74646b827e4ebafe7c2cfaa8d88db082fd5d)) |
| 36 | +* **mcp:** add line numbers to code tool errors ([1c06460](https://github.com/Finch-API/finch-api-node/commit/1c06460115439a2281bf1006dc37b2688df73c8a)) |
| 37 | +* **mcp:** clarify http auth error ([4ccbfe3](https://github.com/Finch-API/finch-api-node/commit/4ccbfe31b1be0c3129824587abc416eaa7ed816e)) |
| 38 | +* **mcp:** upgrade jq-web ([c77e2ca](https://github.com/Finch-API/finch-api-node/commit/c77e2cab7addfe2a3d581b7fde6077eca2c21b49)) |
| 39 | +* sync repo ([b3b2fdc](https://github.com/Finch-API/finch-api-node/commit/b3b2fdc31f029e2f174c744fe07c53f14e93c1aa)) |
| 40 | + |
| 41 | + |
| 42 | +### Documentation |
| 43 | + |
| 44 | +* **mcp:** add a README button for one-click add to Cursor ([3f72fe6](https://github.com/Finch-API/finch-api-node/commit/3f72fe66cc46a6930961ec69a602872c59c54a56)) |
| 45 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([3d01dbb](https://github.com/Finch-API/finch-api-node/commit/3d01dbbb5ed3d5e592beebd8403bd20b616cdeae)) |
| 46 | + |
3 | 47 | ## 6.38.0 (2025-10-27) |
4 | 48 |
|
5 | 49 | 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