|
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 ([b08e64f](https://github.com/Finch-API/finch-api-node/commit/b08e64fe2cb7063a7b13990426c2285404f3cb23)) |
| 10 | +* **api:** api update ([b957b6f](https://github.com/Finch-API/finch-api-node/commit/b957b6fd6edd564300fdf6509aef8324d1bcd0c7)) |
| 11 | +* **api:** api update ([d62b34b](https://github.com/Finch-API/finch-api-node/commit/d62b34be8500a04b64f02003aca06ea393ab4f08)) |
| 12 | +* **api:** manual updates ([834f724](https://github.com/Finch-API/finch-api-node/commit/834f724dbbd917a4e92b498def74e55a4ae7f907)) |
| 13 | +* **api:** move node to typescript generator ([1b90fa5](https://github.com/Finch-API/finch-api-node/commit/1b90fa5352a5faa4a5a55924cbd7cf2ebc9871e3)) |
| 14 | +* **api:** update automated code reviewer selection ([8d27492](https://github.com/Finch-API/finch-api-node/commit/8d27492a0b91d6296047f077750b81bfdce93592)) |
| 15 | +* **mcp:** add detail field to docs search tool ([284c738](https://github.com/Finch-API/finch-api-node/commit/284c7389296675915c15347f428617a34480d470)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([2d8fb37](https://github.com/Finch-API/finch-api-node/commit/2d8fb37a2456fc74a14a488d11198f61ad290818)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([ea815a3](https://github.com/Finch-API/finch-api-node/commit/ea815a3cc3eaa174a55fa40ecc0b347de3aa5409)) |
| 22 | +* **api:** resolve build issues ([3d232eb](https://github.com/Finch-API/finch-api-node/commit/3d232eb714e5e7f6df201e9a732e191a41f4c069)) |
| 23 | +* **java:** Resolve name collisions ([e9700e0](https://github.com/Finch-API/finch-api-node/commit/e9700e094cce72d68738eddfa1548d83a92eeffa)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([8ed47ad](https://github.com/Finch-API/finch-api-node/commit/8ed47ad62ba94c45d1d1ac38ad9220ff6571d1db)) |
| 25 | +* **tests:** fix tests ([0aa1797](https://github.com/Finch-API/finch-api-node/commit/0aa179770f2c10710e9d33a3af5d065f5cf88f07)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([88e9b35](https://github.com/Finch-API/finch-api-node/commit/88e9b3564deef4dfbbca261ccdf3dd8ed47cb415)) |
| 31 | +* **internal:** codegen related update ([86d76d8](https://github.com/Finch-API/finch-api-node/commit/86d76d89449f3f2ff753fedbb452550518024373)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([4709170](https://github.com/Finch-API/finch-api-node/commit/4709170cc577f2dbfc5aff1cd3c92416ae05976e)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([7497e0c](https://github.com/Finch-API/finch-api-node/commit/7497e0c5804ffbb937b20fc38c84f12f9a5ab913)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([520fc81](https://github.com/Finch-API/finch-api-node/commit/520fc819945ee913618ebec669979c7870d64a76)) |
| 35 | +* **mcp:** clarify http auth error ([5b9ff38](https://github.com/Finch-API/finch-api-node/commit/5b9ff389da7228bccb4b5051006698487c4d9729)) |
| 36 | +* **mcp:** upgrade jq-web ([57315fb](https://github.com/Finch-API/finch-api-node/commit/57315fb93d5435498e575a1da1dba8cc35a77946)) |
| 37 | +* sync repo ([ab15f99](https://github.com/Finch-API/finch-api-node/commit/ab15f9920d3427a250ef8c2c7afc2b0072910172)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([eba6e2f](https://github.com/Finch-API/finch-api-node/commit/eba6e2f598046953a3d7b57d329eea7074cba7db)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([dbb8509](https://github.com/Finch-API/finch-api-node/commit/dbb8509af9912e73ab0700607aeb26734f8020fc)) |
| 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