|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-04) |
| 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 ([0ee24ea](https://github.com/Finch-API/finch-api-node/commit/0ee24eaed9515d03f6b452d7fb47850aa4fcf100)) |
| 10 | +* **api:** api update ([872dbdf](https://github.com/Finch-API/finch-api-node/commit/872dbdfe62c381100b0aca7b82bd0abc0dfdeec8)) |
| 11 | +* **api:** api update ([1b40fcc](https://github.com/Finch-API/finch-api-node/commit/1b40fcc02c72c58db2fc719549f2c2536e203c57)) |
| 12 | +* **api:** manual updates ([f81536d](https://github.com/Finch-API/finch-api-node/commit/f81536d1ce67db50cb7a6cd41743fd408451eb44)) |
| 13 | +* **api:** move node to typescript generator ([f0567e8](https://github.com/Finch-API/finch-api-node/commit/f0567e8559dd7d88b8c1628ef30942971b2416aa)) |
| 14 | +* **api:** update automated code reviewer selection ([98cca83](https://github.com/Finch-API/finch-api-node/commit/98cca83ae9cb4090e42dfdfdfbc97b6616e7df78)) |
| 15 | +* **mcp:** add detail field to docs search tool ([8b151db](https://github.com/Finch-API/finch-api-node/commit/8b151db0b3ea7b3839cda9e069590b140eb97d0f)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([a1460c2](https://github.com/Finch-API/finch-api-node/commit/a1460c2280b5c4fa8e39d046009464cf2edf1a08)) |
| 17 | +* **mcp:** return logs on code tool errors ([25de256](https://github.com/Finch-API/finch-api-node/commit/25de256ab9c0e6d2eef5db2531a1d49c94d93fbe)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([91ffa6c](https://github.com/Finch-API/finch-api-node/commit/91ffa6c562d57cb061c23186f0b7c4dda2996a4e)) |
| 23 | +* **api:** resolve build issues ([4c9a02f](https://github.com/Finch-API/finch-api-node/commit/4c9a02f31bdb9ad5d16ff4d62bbcc368c0704c05)) |
| 24 | +* **java:** Resolve name collisions ([12e99a2](https://github.com/Finch-API/finch-api-node/commit/12e99a2b662698b92f8cc4b9f84df01231d891ee)) |
| 25 | +* **mcp:** return tool execution error on api error ([165bff7](https://github.com/Finch-API/finch-api-node/commit/165bff7a0ef06284ef31ef022e1e6cc37d144d40)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([1845237](https://github.com/Finch-API/finch-api-node/commit/18452374582d04c91b6e77687d90661a510dafea)) |
| 27 | +* **tests:** fix tests ([1adc70c](https://github.com/Finch-API/finch-api-node/commit/1adc70cdf5dcad1ffa8e6e99db5d8261c6cb8cb0)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([2a4c596](https://github.com/Finch-API/finch-api-node/commit/2a4c5960ab6a28a36d2047a85bd0bdbf0987bb4e)) |
| 33 | +* **internal:** codegen related update ([2e2b6e7](https://github.com/Finch-API/finch-api-node/commit/2e2b6e72bf79696f01fd58c792a18889ce47db8d)) |
| 34 | +* **internal:** codegen related update ([d002aed](https://github.com/Finch-API/finch-api-node/commit/d002aed29058173df7876fd5644394f39680c373)) |
| 35 | +* **internal:** upgrade eslint ([b3a9c10](https://github.com/Finch-API/finch-api-node/commit/b3a9c10c79f7cdbbe4dce082593113fc32542430)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([bfa60e3](https://github.com/Finch-API/finch-api-node/commit/bfa60e3a294b504ec91434c6fcea76e05eeef62d)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([2e21319](https://github.com/Finch-API/finch-api-node/commit/2e21319d37a975e4514712cc3f02814b2bdedc8d)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([775595a](https://github.com/Finch-API/finch-api-node/commit/775595afe814deefa0d942cf36e2474e1a72b8fa)) |
| 39 | +* **mcp:** clarify http auth error ([bac7a5b](https://github.com/Finch-API/finch-api-node/commit/bac7a5b50326c0f41ac3526a41e3a69ae3179446)) |
| 40 | +* **mcp:** upgrade jq-web ([c6b9c82](https://github.com/Finch-API/finch-api-node/commit/c6b9c82ef696eed2da18967b606b7fa55bce1a22)) |
| 41 | +* sync repo ([11ac508](https://github.com/Finch-API/finch-api-node/commit/11ac508607c03f41ee84488c98d050c2b1abfc5a)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([210e207](https://github.com/Finch-API/finch-api-node/commit/210e2075f1e296b4be6a8d8d3f931745f2faf5a2)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([d54cce6](https://github.com/Finch-API/finch-api-node/commit/d54cce6e9c3dc7d88d5b97af3c96a30dae5c5845)) |
| 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