|
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 ([0a8570a](https://github.com/Finch-API/finch-api-node/commit/0a8570ac164d60bb443f65a4657d8896f4ddb206)) |
| 10 | +* **api:** api update ([6b00d4e](https://github.com/Finch-API/finch-api-node/commit/6b00d4ec91fe78c913374811d3a957054fbb7b51)) |
| 11 | +* **api:** api update ([40a4733](https://github.com/Finch-API/finch-api-node/commit/40a473329363f7ac44d3453c6b97613079347a8a)) |
| 12 | +* **api:** manual updates ([1f97e83](https://github.com/Finch-API/finch-api-node/commit/1f97e83cefe7dab3f8e6c3ab7b315434f3c0958d)) |
| 13 | +* **api:** move node to typescript generator ([3a8aebb](https://github.com/Finch-API/finch-api-node/commit/3a8aebbe14942b60acebbc7882c7674b2166449d)) |
| 14 | +* **api:** update automated code reviewer selection ([5d032bb](https://github.com/Finch-API/finch-api-node/commit/5d032bb08bd0ca81cc668f7ed1795e277b28fe17)) |
| 15 | +* **mcp:** add detail field to docs search tool ([6e71947](https://github.com/Finch-API/finch-api-node/commit/6e7194788aa2edc5fe67933be8f951f9a9e9c042)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([9b99159](https://github.com/Finch-API/finch-api-node/commit/9b9915901976213d78b521c40ba5f4264f6ff085)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([010cda2](https://github.com/Finch-API/finch-api-node/commit/010cda2b1b41f52918318569d5d2e3ef09302c88)) |
| 22 | +* **api:** resolve build issues ([32de1a1](https://github.com/Finch-API/finch-api-node/commit/32de1a1b5e3beba7357b1c67c58f9d088753cc40)) |
| 23 | +* **java:** Resolve name collisions ([71978af](https://github.com/Finch-API/finch-api-node/commit/71978afacbafd06d1ec676b6e9dad27a7cf03a41)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([c8e92af](https://github.com/Finch-API/finch-api-node/commit/c8e92afbe37f36ba02e5ddcea1d763d0420ce842)) |
| 25 | +* **tests:** fix tests ([8035d56](https://github.com/Finch-API/finch-api-node/commit/8035d565fd0f704d73cbbdc5ae4e5a2bc37b98ce)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([d756e11](https://github.com/Finch-API/finch-api-node/commit/d756e1153003cea7d22b74e2ad11ae0648caad07)) |
| 31 | +* **internal:** codegen related update ([6c118eb](https://github.com/Finch-API/finch-api-node/commit/6c118ebcfc3afe2aa2e218d4690fb1f15983d3af)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([194a2e8](https://github.com/Finch-API/finch-api-node/commit/194a2e855524da089da718a435c8510290fad79a)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7e3bda7](https://github.com/Finch-API/finch-api-node/commit/7e3bda7bb09924c8c5b02e6cb3ce1aef7a8c2f63)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([410bb6f](https://github.com/Finch-API/finch-api-node/commit/410bb6f45a46fdc1dc3505b55b194ef0a3439c22)) |
| 35 | +* **mcp:** clarify http auth error ([320a060](https://github.com/Finch-API/finch-api-node/commit/320a060eb2641b7beeea4f24dec512e35a066696)) |
| 36 | +* **mcp:** upgrade jq-web ([5d43bdc](https://github.com/Finch-API/finch-api-node/commit/5d43bdc5137f33deb3b348b70e65de239d1dda2e)) |
| 37 | +* sync repo ([e806376](https://github.com/Finch-API/finch-api-node/commit/e806376812a5f4d749680bc6ad2636dc5331e72d)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([1fbfc30](https://github.com/Finch-API/finch-api-node/commit/1fbfc305cbc83b5ec2eb269dac8387a64da3a228)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([94c7953](https://github.com/Finch-API/finch-api-node/commit/94c7953689ee7e96505cba1a5b5603941e9cb219)) |
| 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