|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-01) |
| 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 ([5470997](https://github.com/Finch-API/finch-api-node/commit/5470997dcd81379ec95c5cb8a90930c176b958ef)) |
| 10 | +* **api:** api update ([6a0aec7](https://github.com/Finch-API/finch-api-node/commit/6a0aec7ac61df853e2bb98ac52240353bb060b6b)) |
| 11 | +* **api:** api update ([7f4dd2c](https://github.com/Finch-API/finch-api-node/commit/7f4dd2c83a8fcf264614478340fc3e42a524c662)) |
| 12 | +* **api:** manual updates ([51d1206](https://github.com/Finch-API/finch-api-node/commit/51d120619e9bab9e14356f40190f97b76195f3a1)) |
| 13 | +* **api:** move node to typescript generator ([deebea1](https://github.com/Finch-API/finch-api-node/commit/deebea128ca62d347434cbb166787919a454a738)) |
| 14 | +* **api:** update automated code reviewer selection ([1afc8e7](https://github.com/Finch-API/finch-api-node/commit/1afc8e733808c1955b0ff9b68a86e75ebbe37bb4)) |
| 15 | +* **mcp:** add detail field to docs search tool ([bb7ac6b](https://github.com/Finch-API/finch-api-node/commit/bb7ac6bb188641dda502c439d6bc8f49e3be7f47)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([b703b6b](https://github.com/Finch-API/finch-api-node/commit/b703b6b30a733c5a4351f53e907a73608f20bbc0)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([57d7b13](https://github.com/Finch-API/finch-api-node/commit/57d7b1389d09bb6b474b500343cbb367f205994a)) |
| 22 | +* **api:** resolve build issues ([8386ad4](https://github.com/Finch-API/finch-api-node/commit/8386ad424f8fad290433e1512fc30a78e953fbc6)) |
| 23 | +* **java:** Resolve name collisions ([d5d2bb1](https://github.com/Finch-API/finch-api-node/commit/d5d2bb1ee4e2d17244ae38f5f382b0b53eaddb95)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([834d9cb](https://github.com/Finch-API/finch-api-node/commit/834d9cbde30d1a948bccfc38ed7f557876342cdd)) |
| 25 | +* **tests:** fix tests ([9188068](https://github.com/Finch-API/finch-api-node/commit/918806889a189db9458f4258dfdd324f5a30f0f1)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **client:** fix logger property type ([dc8cf0e](https://github.com/Finch-API/finch-api-node/commit/dc8cf0e26c81c541d75b725703441990c5b689c3)) |
| 31 | +* **internal:** codegen related update ([9d97337](https://github.com/Finch-API/finch-api-node/commit/9d97337701e4a61221c6e992918677ab3529eb36)) |
| 32 | +* **internal:** codegen related update ([6da0caf](https://github.com/Finch-API/finch-api-node/commit/6da0cafe6a3f37e8afef462b920cb1d7c4d7f6f9)) |
| 33 | +* mcp code tool explicit error message when missing a run function ([26996b4](https://github.com/Finch-API/finch-api-node/commit/26996b4ccccac1653cb880117e661865c2e9065a)) |
| 34 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([3d91cc0](https://github.com/Finch-API/finch-api-node/commit/3d91cc0058015fcee12e352b33cc21a90b146f1e)) |
| 35 | +* **mcp:** add line numbers to code tool errors ([b3212c6](https://github.com/Finch-API/finch-api-node/commit/b3212c63709c6c42fa8e6d15a86cd10c197c17c4)) |
| 36 | +* **mcp:** clarify http auth error ([26824ef](https://github.com/Finch-API/finch-api-node/commit/26824efe01310ce42dccc19bfa90c6af3c183ab9)) |
| 37 | +* **mcp:** upgrade jq-web ([33f00ce](https://github.com/Finch-API/finch-api-node/commit/33f00ce854e0ffa3835d4568993cc684c2794755)) |
| 38 | +* sync repo ([2fc2203](https://github.com/Finch-API/finch-api-node/commit/2fc220334e4dabce118e1019d7112ce72fcf7dea)) |
| 39 | + |
| 40 | + |
| 41 | +### Documentation |
| 42 | + |
| 43 | +* **mcp:** add a README button for one-click add to Cursor ([25ad2c1](https://github.com/Finch-API/finch-api-node/commit/25ad2c12e300dbaa803057ad6aa19d6608aef2a1)) |
| 44 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([1c6b87d](https://github.com/Finch-API/finch-api-node/commit/1c6b87db01f8dbb0e8447606ddb80ffae15735b6)) |
| 45 | + |
3 | 46 | ## 6.38.0 (2025-10-27) |
4 | 47 |
|
5 | 48 | 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