|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-02) |
| 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 ([e2c9dfc](https://github.com/Finch-API/finch-api-node/commit/e2c9dfc42a65a89aacdf15289a064eda018d9bf7)) |
| 10 | +* **api:** api update ([147334c](https://github.com/Finch-API/finch-api-node/commit/147334c8f13ac95cfca2339a8e56368d9bad3100)) |
| 11 | +* **api:** api update ([8197970](https://github.com/Finch-API/finch-api-node/commit/81979704475c04a334fbca68c223ad39b7d5b5ee)) |
| 12 | +* **api:** manual updates ([fda7f0e](https://github.com/Finch-API/finch-api-node/commit/fda7f0eea578d54cf96bbd4ce48c1d9fa6c0a4b0)) |
| 13 | +* **api:** move node to typescript generator ([53ac846](https://github.com/Finch-API/finch-api-node/commit/53ac8466c514485ed6958ca3864249f2302b7929)) |
| 14 | +* **api:** update automated code reviewer selection ([76b550b](https://github.com/Finch-API/finch-api-node/commit/76b550be6eb9c74c4d0bc1bea1a14a7233400ef7)) |
| 15 | +* **mcp:** add detail field to docs search tool ([4410688](https://github.com/Finch-API/finch-api-node/commit/4410688173346b044cfc9f69021113340599a745)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([b0c91b5](https://github.com/Finch-API/finch-api-node/commit/b0c91b5891391efdec47f4a88ec2db58917f763f)) |
| 17 | +* **mcp:** return logs on code tool errors ([28f035e](https://github.com/Finch-API/finch-api-node/commit/28f035e174cf496d4e52484e7e9856c4a7cface9)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([c6e9c3d](https://github.com/Finch-API/finch-api-node/commit/c6e9c3dac304414792519788dccfee2caf7e0900)) |
| 23 | +* **api:** resolve build issues ([dff22b9](https://github.com/Finch-API/finch-api-node/commit/dff22b92f4bf3cc0332c9063ae4aa303438805b1)) |
| 24 | +* **java:** Resolve name collisions ([b61851f](https://github.com/Finch-API/finch-api-node/commit/b61851fed64a84e8c2728117b23a4977ff6bafab)) |
| 25 | +* **mcp:** return tool execution error on api error ([ab53d4e](https://github.com/Finch-API/finch-api-node/commit/ab53d4e91b7fc783090e276b8018d94e7417e15e)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([c35afe8](https://github.com/Finch-API/finch-api-node/commit/c35afe8c753ac1db8262cbcb593c6e1c02347a98)) |
| 27 | +* **tests:** fix tests ([f55eab3](https://github.com/Finch-API/finch-api-node/commit/f55eab334efb1d22d6179a5fbe2d3619e8a42a70)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([e3c8bfb](https://github.com/Finch-API/finch-api-node/commit/e3c8bfbcf58ba2d185d3fdae0d24ba90f06143c0)) |
| 33 | +* **internal:** codegen related update ([a415d03](https://github.com/Finch-API/finch-api-node/commit/a415d03f8f5e2b9e12e1953dbcf46e2b93bf20a1)) |
| 34 | +* **internal:** codegen related update ([1024885](https://github.com/Finch-API/finch-api-node/commit/1024885362e632815608c71b9eefa68308adef9e)) |
| 35 | +* **internal:** upgrade eslint ([4ef8da3](https://github.com/Finch-API/finch-api-node/commit/4ef8da33018aafa7f73914bf00f0977ef198225a)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([354c863](https://github.com/Finch-API/finch-api-node/commit/354c863362d4209cba6ebc18caf0680b3ba2ed10)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([feb2ffa](https://github.com/Finch-API/finch-api-node/commit/feb2ffaf2d666c8c7ec881cd5e9e76ce8bba5bbb)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([fa19336](https://github.com/Finch-API/finch-api-node/commit/fa19336c3aee6b07598c45aa8b89e132652044a0)) |
| 39 | +* **mcp:** clarify http auth error ([b73db61](https://github.com/Finch-API/finch-api-node/commit/b73db6175b8a05114d1f3d62bb7decf092befaff)) |
| 40 | +* **mcp:** upgrade jq-web ([ad38124](https://github.com/Finch-API/finch-api-node/commit/ad38124595c2381c6aa2f0a2fa71fe55de6b4adf)) |
| 41 | +* sync repo ([164fda1](https://github.com/Finch-API/finch-api-node/commit/164fda1a9149d361958cd702fbd4e42c929fcc4c)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([3b745db](https://github.com/Finch-API/finch-api-node/commit/3b745db51a8226176aaaf6d384b2f1bf906bc787)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([12f52b8](https://github.com/Finch-API/finch-api-node/commit/12f52b83ee89aa08b3a4068fd320025462bf6c70)) |
| 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