|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-21) |
| 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 ([3591d14](https://github.com/Finch-API/finch-api-node/commit/3591d1432b8d08e0fe6193b31353dc83112d2c42)) |
| 10 | +* **api:** api update ([51f71e3](https://github.com/Finch-API/finch-api-node/commit/51f71e3f38e7d953387be7a74a7a91af1d222bbb)) |
| 11 | +* **api:** manual updates ([097d1d1](https://github.com/Finch-API/finch-api-node/commit/097d1d1f2ebe65edb6a7f5e7f8222a04e8f7c9ed)) |
| 12 | +* **api:** move node to typescript generator ([40f5ee9](https://github.com/Finch-API/finch-api-node/commit/40f5ee96e4eed25206d53378c97256b6b59e56ed)) |
| 13 | +* **api:** update automated code reviewer selection ([f6890f4](https://github.com/Finch-API/finch-api-node/commit/f6890f45918a04a4e2a52ef19a6f56c551bf5e1f)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([fedb2b7](https://github.com/Finch-API/finch-api-node/commit/fedb2b7cf079c57c86a65e83192b2ee420f6970c)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([0bf7a1a](https://github.com/Finch-API/finch-api-node/commit/0bf7a1ab50fbd88bf5125cffaac8e62148696b89)) |
| 20 | +* **api:** resolve build issues ([8018765](https://github.com/Finch-API/finch-api-node/commit/80187653495672458072b315023e076aa67e9d93)) |
| 21 | +* **java:** Resolve name collisions ([a6d190d](https://github.com/Finch-API/finch-api-node/commit/a6d190dacfb5a4747b119b74a24688beb71a0264)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([69a143d](https://github.com/Finch-API/finch-api-node/commit/69a143d13cb04af9642be4376da79089d48a47c1)) |
| 23 | +* **tests:** fix tests ([f896e1d](https://github.com/Finch-API/finch-api-node/commit/f896e1d143e292f6405e61def1961231ed5cbea5)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([09625ff](https://github.com/Finch-API/finch-api-node/commit/09625ff1ad0cb70fd4b76152a67512745393375e)) |
| 29 | +* **internal:** codegen related update ([0bb7359](https://github.com/Finch-API/finch-api-node/commit/0bb7359709ea9509057d76b9e7fea7217e977106)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([3a759d0](https://github.com/Finch-API/finch-api-node/commit/3a759d0aefa944d10eaa64496e7937d885337f1e)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([eb1ee3f](https://github.com/Finch-API/finch-api-node/commit/eb1ee3f86fc6d2e083c0e53cf7845f2c34f88ceb)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([91a0d03](https://github.com/Finch-API/finch-api-node/commit/91a0d03b91fa8e6781a7a9847ef8a9054e7d3251)) |
| 33 | +* **mcp:** clarify http auth error ([2837aac](https://github.com/Finch-API/finch-api-node/commit/2837aac14bf4173cddd3aaf8436a746a63b58eaf)) |
| 34 | +* **mcp:** upgrade jq-web ([2ab57eb](https://github.com/Finch-API/finch-api-node/commit/2ab57eb7929b4a5e472dd64aece8aa1b9d72ce79)) |
| 35 | +* sync repo ([e6f697f](https://github.com/Finch-API/finch-api-node/commit/e6f697f416a9db0c00887cc8fd91324a78c883df)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([9986f65](https://github.com/Finch-API/finch-api-node/commit/9986f65a006e6293ebef5348f0ce4afa07d09236)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([f24beb8](https://github.com/Finch-API/finch-api-node/commit/f24beb8d61d8a1fc7673dab3a423102489c99a5f)) |
| 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