|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-26) |
| 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 ([8be1b0a](https://github.com/Finch-API/finch-api-node/commit/8be1b0a4a190fd988f478fdc2ac6cb651ce6a6e9)) |
| 10 | +* **api:** api update ([a298553](https://github.com/Finch-API/finch-api-node/commit/a298553c1939d4aa797627ba6794cc6006f108f9)) |
| 11 | +* **api:** api update ([ff60174](https://github.com/Finch-API/finch-api-node/commit/ff6017409991f775d3c501011bf8851fb5af9ab3)) |
| 12 | +* **api:** manual updates ([5d0f591](https://github.com/Finch-API/finch-api-node/commit/5d0f591ad085d5371510d5bfe54accd4db612992)) |
| 13 | +* **api:** move node to typescript generator ([d67e371](https://github.com/Finch-API/finch-api-node/commit/d67e3714db319a4defbf7312cd98c75b7d74b62b)) |
| 14 | +* **api:** update automated code reviewer selection ([fc9feeb](https://github.com/Finch-API/finch-api-node/commit/fc9feeb048df0d280d7aa679a38735d6808ffeb6)) |
| 15 | +* **mcp:** add detail field to docs search tool ([0ed1f82](https://github.com/Finch-API/finch-api-node/commit/0ed1f82e25ae4057c48a59b0d0ec5ab71f2eae35)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([8af2259](https://github.com/Finch-API/finch-api-node/commit/8af225963521fe7d751c79263a72bc5b16e18f13)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([dd8f460](https://github.com/Finch-API/finch-api-node/commit/dd8f460743bdc5a095ce314f393c23dd5439ad33)) |
| 22 | +* **api:** resolve build issues ([4f9a862](https://github.com/Finch-API/finch-api-node/commit/4f9a8626213e03f6133a666c9f935babd982e027)) |
| 23 | +* **java:** Resolve name collisions ([7e23883](https://github.com/Finch-API/finch-api-node/commit/7e23883aa88974baf029e918b2c9029652cce41a)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([96eaa4d](https://github.com/Finch-API/finch-api-node/commit/96eaa4d3ff9cbd63210872c164e29df0be182ec2)) |
| 25 | +* **tests:** fix tests ([69d49ee](https://github.com/Finch-API/finch-api-node/commit/69d49ee7a09c2ff89537dfb983deef074f20794f)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([d17f470](https://github.com/Finch-API/finch-api-node/commit/d17f4702a016feca3f2ec89310ddb706b4345b39)) |
| 31 | +* **internal:** codegen related update ([fbc293e](https://github.com/Finch-API/finch-api-node/commit/fbc293e2d77e80499e32758572aa34a1e878f0f3)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([e32e0fc](https://github.com/Finch-API/finch-api-node/commit/e32e0fc3d8639cea4c470995f56ecc6488be9a96)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0401d4c](https://github.com/Finch-API/finch-api-node/commit/0401d4ce672f8679ed4bcd6f2062154b5ba53248)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([e18967e](https://github.com/Finch-API/finch-api-node/commit/e18967eee2cf1ee2c5f2ecc5e6dde8d31aaf6a0f)) |
| 35 | +* **mcp:** clarify http auth error ([b85ca09](https://github.com/Finch-API/finch-api-node/commit/b85ca09c32d67150e87e4a2c54fdfec87edd3a1d)) |
| 36 | +* **mcp:** upgrade jq-web ([3fcc052](https://github.com/Finch-API/finch-api-node/commit/3fcc052f60fbfdb460d66600f89c3b09ee63ef7e)) |
| 37 | +* sync repo ([9293cce](https://github.com/Finch-API/finch-api-node/commit/9293cce52debba910ff8157e6af354287f847ae2)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([a00a838](https://github.com/Finch-API/finch-api-node/commit/a00a8389cd4b3730561dca3e0229906f6bbe8aa0)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([e36bdee](https://github.com/Finch-API/finch-api-node/commit/e36bdee846688fd345605411de429918e976f05d)) |
| 44 | + |
3 | 45 | ## 6.38.0 (2025-10-27) |
4 | 46 |
|
5 | 47 | 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