|
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 ([9b06028](https://github.com/Finch-API/finch-api-node/commit/9b060289234106a872181517dfca1494cf3b71f1)) |
| 10 | +* **api:** api update ([6430f5f](https://github.com/Finch-API/finch-api-node/commit/6430f5f9abd9a0bcc14abb981b0795c78f23a0ab)) |
| 11 | +* **api:** api update ([e5f66f6](https://github.com/Finch-API/finch-api-node/commit/e5f66f659b66672b9a94afdd82ff5dba78241f3e)) |
| 12 | +* **api:** manual updates ([6aa8b33](https://github.com/Finch-API/finch-api-node/commit/6aa8b33c2f91b335d326cd495ae20c4cc10d635a)) |
| 13 | +* **api:** move node to typescript generator ([366be67](https://github.com/Finch-API/finch-api-node/commit/366be67b8a35c1ba24138a59438b7caa914ab012)) |
| 14 | +* **api:** update automated code reviewer selection ([105d8a3](https://github.com/Finch-API/finch-api-node/commit/105d8a317153b11ca9ac3706bb50f8e1cdc997f9)) |
| 15 | +* **mcp:** add detail field to docs search tool ([6320c67](https://github.com/Finch-API/finch-api-node/commit/6320c6703f53c67f5299eaf52426e348aef769fb)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([43a1be1](https://github.com/Finch-API/finch-api-node/commit/43a1be1b66b9452b7e46a3413517a6b59291e368)) |
| 17 | +* **mcp:** return logs on code tool errors ([dd50c8b](https://github.com/Finch-API/finch-api-node/commit/dd50c8bde15f80b301563c6921159c41d41bcea0)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([f7310fb](https://github.com/Finch-API/finch-api-node/commit/f7310fbe92079afff0e32877d5e109846e2097f5)) |
| 23 | +* **api:** resolve build issues ([b0c6dff](https://github.com/Finch-API/finch-api-node/commit/b0c6dff135b8bf4d5a678d0db8dd00ae6f43e8c8)) |
| 24 | +* **java:** Resolve name collisions ([1b6fc5e](https://github.com/Finch-API/finch-api-node/commit/1b6fc5ea13ac18ecc4a9c9ff37f24f8928e5db99)) |
| 25 | +* **mcp:** return tool execution error on api error ([24c8679](https://github.com/Finch-API/finch-api-node/commit/24c8679d4e7dbeda342a1569bf3bd69ab3309e78)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([55e91cc](https://github.com/Finch-API/finch-api-node/commit/55e91cc67ee10227fc33600c31b5dc615fc0f55e)) |
| 27 | +* **tests:** fix tests ([2874ff6](https://github.com/Finch-API/finch-api-node/commit/2874ff64d3d89028ef912e14cd4abfbde359fb2a)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([3cb386f](https://github.com/Finch-API/finch-api-node/commit/3cb386fd85b6bb30364f04ec5b25ab9a69b1b00e)) |
| 33 | +* **internal:** codegen related update ([f98d5d6](https://github.com/Finch-API/finch-api-node/commit/f98d5d6a7ad5598907e004dcbb0b34b20506091a)) |
| 34 | +* **internal:** codegen related update ([c89f7aa](https://github.com/Finch-API/finch-api-node/commit/c89f7aa61cf83923077fa006ecdc499664a8cacd)) |
| 35 | +* **internal:** upgrade eslint ([1b0ec1c](https://github.com/Finch-API/finch-api-node/commit/1b0ec1c6d11680435dc9f36ce356f207511d7123)) |
| 36 | +* mcp code tool explicit error message when missing a run function ([563228d](https://github.com/Finch-API/finch-api-node/commit/563228d80c219595da90e577692b39c634b52a33)) |
| 37 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5814d3a](https://github.com/Finch-API/finch-api-node/commit/5814d3aba31f035cc000de73fc3076fa7878d21f)) |
| 38 | +* **mcp:** add line numbers to code tool errors ([638b259](https://github.com/Finch-API/finch-api-node/commit/638b259921fa569c6239aa87fc29408f826d61c5)) |
| 39 | +* **mcp:** clarify http auth error ([d19537a](https://github.com/Finch-API/finch-api-node/commit/d19537a746230338725f3f675ecc4780daf8bddf)) |
| 40 | +* **mcp:** upgrade jq-web ([2f8e973](https://github.com/Finch-API/finch-api-node/commit/2f8e97314bfd6ed90cbb4e70d6fe46daba893606)) |
| 41 | +* sync repo ([d88c99a](https://github.com/Finch-API/finch-api-node/commit/d88c99a967bcd5f4d30a23bf305341e98e45ecdd)) |
| 42 | + |
| 43 | + |
| 44 | +### Documentation |
| 45 | + |
| 46 | +* **mcp:** add a README button for one-click add to Cursor ([ea3a581](https://github.com/Finch-API/finch-api-node/commit/ea3a5813213081dfb99206d6cce77ebdc69dee3a)) |
| 47 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([dccd05a](https://github.com/Finch-API/finch-api-node/commit/dccd05acc4e260a0f1b52b866e1860a68b29c79d)) |
| 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