|
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 ([6acd6aa](https://github.com/Finch-API/finch-api-node/commit/6acd6aa154cbdd39f66b7cde86085eb38402ef81)) |
| 10 | +* **api:** api update ([b937e18](https://github.com/Finch-API/finch-api-node/commit/b937e18e6f6719d1c3679e6a2799785f1d972ffa)) |
| 11 | +* **api:** manual updates ([bcb9b63](https://github.com/Finch-API/finch-api-node/commit/bcb9b63760b41b64891a488d9a0350ec17677031)) |
| 12 | +* **api:** move node to typescript generator ([3b926cc](https://github.com/Finch-API/finch-api-node/commit/3b926cc4110a05c13f83163476a73a29008af1e7)) |
| 13 | +* **api:** update automated code reviewer selection ([07f19b6](https://github.com/Finch-API/finch-api-node/commit/07f19b61dce3afafe80b10c70e500e5e8deb7bae)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([1ad66eb](https://github.com/Finch-API/finch-api-node/commit/1ad66ebd00bc78e43edddf34078f47517967d9f3)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([891f68d](https://github.com/Finch-API/finch-api-node/commit/891f68d9f90976dde4c0d08ef73d5b3a457525aa)) |
| 20 | +* **api:** resolve build issues ([03e21fc](https://github.com/Finch-API/finch-api-node/commit/03e21fc5646a683c217d1cbb9bead26792dd9fa4)) |
| 21 | +* **java:** Resolve name collisions ([4b0a47f](https://github.com/Finch-API/finch-api-node/commit/4b0a47f6ef7eb7aab3769c37d3115b3ed1050ad1)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([ffb4caa](https://github.com/Finch-API/finch-api-node/commit/ffb4caad4a7090f2ba678b6433fe68405075c351)) |
| 23 | +* **tests:** fix tests ([a816353](https://github.com/Finch-API/finch-api-node/commit/a81635379eb31489808671755b80fea2bdd024d5)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([5c435e0](https://github.com/Finch-API/finch-api-node/commit/5c435e080f11fd1cedd702ce3c8a870082691c9a)) |
| 29 | +* **internal:** codegen related update ([5077ddb](https://github.com/Finch-API/finch-api-node/commit/5077ddbf27bb17a57486f17b346313219f8d9f4a)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([b9b9999](https://github.com/Finch-API/finch-api-node/commit/b9b9999feda2bbbaf9ff5add944729953a0bcc42)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9f9b456](https://github.com/Finch-API/finch-api-node/commit/9f9b45668be405a33a883e8a1446909474b746ca)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([7d22882](https://github.com/Finch-API/finch-api-node/commit/7d22882b3a14e67eaedcdfcfb25f7727c164973a)) |
| 33 | +* **mcp:** clarify http auth error ([0bdc24f](https://github.com/Finch-API/finch-api-node/commit/0bdc24fc93b9968d9a6a8f58d8f9c9e4d3fe6eae)) |
| 34 | +* **mcp:** upgrade jq-web ([a398008](https://github.com/Finch-API/finch-api-node/commit/a398008d2ac32aaf6451c2add6e58494451e32fa)) |
| 35 | +* sync repo ([0e50735](https://github.com/Finch-API/finch-api-node/commit/0e50735483e1387275538d406c4aed741b1623dc)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([517d8a7](https://github.com/Finch-API/finch-api-node/commit/517d8a7297363a754e133c189072650ab5377aea)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([cec53ac](https://github.com/Finch-API/finch-api-node/commit/cec53acd0158dc4e512f6380f93cd78e3b650f38)) |
| 42 | + |
3 | 43 | ## 6.38.0 (2025-10-27) |
4 | 44 |
|
5 | 45 | 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