|
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 ([0fa4696](https://github.com/Finch-API/finch-api-node/commit/0fa4696d22728d8375a939eedbaecefec0ceaea8)) |
| 10 | +* **api:** api update ([388e590](https://github.com/Finch-API/finch-api-node/commit/388e5907dfbb115b853f0f21ea78bd2fd2628400)) |
| 11 | +* **api:** api update ([8134c70](https://github.com/Finch-API/finch-api-node/commit/8134c703c7473a5609d02a73ec126ee862533c55)) |
| 12 | +* **api:** manual updates ([faf3338](https://github.com/Finch-API/finch-api-node/commit/faf3338633a453c30887424006ec755503d47236)) |
| 13 | +* **api:** move node to typescript generator ([8019155](https://github.com/Finch-API/finch-api-node/commit/8019155f16ae47b850769ec3448a97a2724c79ca)) |
| 14 | +* **api:** update automated code reviewer selection ([c871c9e](https://github.com/Finch-API/finch-api-node/commit/c871c9e722f55c49c16f837efa56db8148f62147)) |
| 15 | +* **mcp:** add detail field to docs search tool ([fbb55f8](https://github.com/Finch-API/finch-api-node/commit/fbb55f8615df210840edee4fd21efd89df0ea0cf)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([7b16c48](https://github.com/Finch-API/finch-api-node/commit/7b16c48c034e9c26688787d505df090f81043e16)) |
| 17 | +* **mcp:** return logs on code tool errors ([d37210b](https://github.com/Finch-API/finch-api-node/commit/d37210b8af28889628314376babb347d6746455c)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **api:** migrate custom code to TypeScript ([47e0c01](https://github.com/Finch-API/finch-api-node/commit/47e0c0176cd3f5bf738a2c5ee590e2a3f5f60fff)) |
| 23 | +* **api:** resolve build issues ([801c769](https://github.com/Finch-API/finch-api-node/commit/801c769c7049552b66dbe6fc8d574e944a1d8943)) |
| 24 | +* **java:** Resolve name collisions ([cf0e496](https://github.com/Finch-API/finch-api-node/commit/cf0e496208763fce92c6addcca290ae450c209ad)) |
| 25 | +* **mcp:** return tool execution error on api error ([27cc438](https://github.com/Finch-API/finch-api-node/commit/27cc4381817237d1698acf6eefcc85656232ec64)) |
| 26 | +* **mcp:** return tool execution error on jq failure ([728c69c](https://github.com/Finch-API/finch-api-node/commit/728c69c8dd70341220318609cc2d8914d618a513)) |
| 27 | +* **tests:** fix tests ([19c23c5](https://github.com/Finch-API/finch-api-node/commit/19c23c58659686d99a1159237dbeb17784ecaeb0)) |
| 28 | + |
| 29 | + |
| 30 | +### Chores |
| 31 | + |
| 32 | +* **client:** fix logger property type ([8ffeb73](https://github.com/Finch-API/finch-api-node/commit/8ffeb73690fa2fdea721d3656511c699b3a2a075)) |
| 33 | +* **internal:** codegen related update ([f84ae9e](https://github.com/Finch-API/finch-api-node/commit/f84ae9ebd4c6e63fe006de7471405d02a967818c)) |
| 34 | +* **internal:** codegen related update ([a0583f0](https://github.com/Finch-API/finch-api-node/commit/a0583f09763f37fa3825932ae904ae834770ca06)) |
| 35 | +* mcp code tool explicit error message when missing a run function ([c87de74](https://github.com/Finch-API/finch-api-node/commit/c87de747130723e2481015e229718e67b396e7a9)) |
| 36 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([95b1cd8](https://github.com/Finch-API/finch-api-node/commit/95b1cd82d031752fa481de103c7dbd7176bd49db)) |
| 37 | +* **mcp:** add line numbers to code tool errors ([58ee1ba](https://github.com/Finch-API/finch-api-node/commit/58ee1baee47f8fbe524629e78a5ea64e2b87e232)) |
| 38 | +* **mcp:** clarify http auth error ([19b1823](https://github.com/Finch-API/finch-api-node/commit/19b1823ad850ed13c8ae391b50eca5fc8b83a542)) |
| 39 | +* **mcp:** upgrade jq-web ([aca0623](https://github.com/Finch-API/finch-api-node/commit/aca0623bf84b7864225d568ca467bf64d6899103)) |
| 40 | +* sync repo ([95aab43](https://github.com/Finch-API/finch-api-node/commit/95aab434386491795624866a2b183d9c324aba0c)) |
| 41 | + |
| 42 | + |
| 43 | +### Documentation |
| 44 | + |
| 45 | +* **mcp:** add a README button for one-click add to Cursor ([64b3257](https://github.com/Finch-API/finch-api-node/commit/64b3257ec4ae4191a784dd39ac3397d7ba2cd494)) |
| 46 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([57765a3](https://github.com/Finch-API/finch-api-node/commit/57765a31846c3602f4a0179e91d09d8b0b342533)) |
| 47 | + |
3 | 48 | ## 6.38.0 (2025-10-27) |
4 | 49 |
|
5 | 50 | 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