|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-26) |
| 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 ([091f420](https://github.com/Finch-API/finch-api-node/commit/091f420f92be864494e71c7a5b8363d5eec96573)) |
| 10 | +* **api:** api update ([537db8f](https://github.com/Finch-API/finch-api-node/commit/537db8f13c2a8b4ff1c5fb399de8bfaf2981d68b)) |
| 11 | +* **api:** api update ([b732753](https://github.com/Finch-API/finch-api-node/commit/b73275373819f15a842d25c63dd66ea75f1cc70e)) |
| 12 | +* **api:** manual updates ([4d730b6](https://github.com/Finch-API/finch-api-node/commit/4d730b67ade1205185354c895f8e53a9908bb747)) |
| 13 | +* **api:** move node to typescript generator ([367c38c](https://github.com/Finch-API/finch-api-node/commit/367c38c2220d84211d2b2b9e3f632984cfb8b48e)) |
| 14 | +* **api:** update automated code reviewer selection ([3cf9fda](https://github.com/Finch-API/finch-api-node/commit/3cf9fda9b488c9015aef45a6256e0cbe3742593b)) |
| 15 | +* **mcp:** add detail field to docs search tool ([6f71662](https://github.com/Finch-API/finch-api-node/commit/6f71662357420088ebe10c08ac5660d33f6b2b7b)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([15b59a1](https://github.com/Finch-API/finch-api-node/commit/15b59a1ef0a20eca9bf7f042c7bab501a4bfbc62)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([95a2de1](https://github.com/Finch-API/finch-api-node/commit/95a2de1d4b9ab378cba03cd5a30e49bf53f4eab2)) |
| 22 | +* **api:** resolve build issues ([e7c2835](https://github.com/Finch-API/finch-api-node/commit/e7c2835a0f96771023281d755ad1e77c4809ff20)) |
| 23 | +* **java:** Resolve name collisions ([a15c503](https://github.com/Finch-API/finch-api-node/commit/a15c5035576c606d31e41249fac9d7d009304797)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([aaedb1c](https://github.com/Finch-API/finch-api-node/commit/aaedb1cb87c093fc4db7f996d0c0b2696744ff78)) |
| 25 | +* **tests:** fix tests ([b81a451](https://github.com/Finch-API/finch-api-node/commit/b81a4513c2fef2fa75ead3e5f26ace2e4cb7b735)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([5202b56](https://github.com/Finch-API/finch-api-node/commit/5202b56c0ca459543d702cc7e0f9ffcf4d45a30c)) |
| 31 | +* **internal:** codegen related update ([feab383](https://github.com/Finch-API/finch-api-node/commit/feab38333995a963a20c53da6f711e1996d8964e)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([0484fbc](https://github.com/Finch-API/finch-api-node/commit/0484fbc45898fca6d2982d16885af66f9e71a6ed)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([21100d7](https://github.com/Finch-API/finch-api-node/commit/21100d773a413b417685695ef37355cff4e4f2c6)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([ab705dc](https://github.com/Finch-API/finch-api-node/commit/ab705dcef0319a0e08068ebbf22d32e9409e7854)) |
| 35 | +* **mcp:** clarify http auth error ([a450878](https://github.com/Finch-API/finch-api-node/commit/a450878347c9f4eb382fc6e5cdc82d8636181cb8)) |
| 36 | +* **mcp:** upgrade jq-web ([682111b](https://github.com/Finch-API/finch-api-node/commit/682111b5ab1a4ff02f9ff649f91e744990c836d1)) |
| 37 | +* sync repo ([13f4b88](https://github.com/Finch-API/finch-api-node/commit/13f4b88218a2e411824bde798c773751b9fd5e24)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([68f44f7](https://github.com/Finch-API/finch-api-node/commit/68f44f70f3e095a1e48d8868b56e8570eba0fedc)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([f07b631](https://github.com/Finch-API/finch-api-node/commit/f07b6313fa273853cd26004e44bf6e66beba82bd)) |
| 44 | + |
3 | 45 | ## 6.38.0 (2025-10-27) |
4 | 46 |
|
5 | 47 | 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