|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-24) |
| 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 ([a20b434](https://github.com/Finch-API/finch-api-node/commit/a20b4344e74b3523a46952b6eaaef667e8dbdb1e)) |
| 10 | +* **api:** api update ([2182a77](https://github.com/Finch-API/finch-api-node/commit/2182a77937b96c0d89037e6c2e8d494d907ad391)) |
| 11 | +* **api:** manual updates ([8bd7f01](https://github.com/Finch-API/finch-api-node/commit/8bd7f01e547df5e5f7c679f9f5f4a513c3300e0b)) |
| 12 | +* **api:** move node to typescript generator ([fb01330](https://github.com/Finch-API/finch-api-node/commit/fb01330e7563646181157b8268a6872faa6310c1)) |
| 13 | +* **api:** update automated code reviewer selection ([c7c119d](https://github.com/Finch-API/finch-api-node/commit/c7c119d568047f899d65063f8986092a5a6cda18)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([874b7f7](https://github.com/Finch-API/finch-api-node/commit/874b7f769ac9ca781c2a6558ccb6d80c7c21ff6b)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([9eb912e](https://github.com/Finch-API/finch-api-node/commit/9eb912e018db8f9e1965111938c2641d040e249c)) |
| 20 | +* **api:** resolve build issues ([d629a58](https://github.com/Finch-API/finch-api-node/commit/d629a58614deca40ad667546126409a0f012ef3c)) |
| 21 | +* **java:** Resolve name collisions ([09371f3](https://github.com/Finch-API/finch-api-node/commit/09371f36532ae815daa3992fb504d5f87389272f)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([142976c](https://github.com/Finch-API/finch-api-node/commit/142976cf6956ce07db84d3a43c0dc0701e2e1e87)) |
| 23 | +* **tests:** fix tests ([b0b2743](https://github.com/Finch-API/finch-api-node/commit/b0b27437497307d1bec4353fb2c71fbb5b431015)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([7b86b65](https://github.com/Finch-API/finch-api-node/commit/7b86b65c50b168076ab25c62af7ecc8cce56e02b)) |
| 29 | +* **internal:** codegen related update ([5cea381](https://github.com/Finch-API/finch-api-node/commit/5cea3811bb06e3da9bc318c9ed97cab37eba6194)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([0224c2c](https://github.com/Finch-API/finch-api-node/commit/0224c2c7c27bf7aad27a4d740ee6f01f01442748)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ef42e51](https://github.com/Finch-API/finch-api-node/commit/ef42e51a9a2b1de80c2974c892697711dba6333b)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([da48d5e](https://github.com/Finch-API/finch-api-node/commit/da48d5e3a42344f6d2b1694de63d09ef6186855a)) |
| 33 | +* **mcp:** clarify http auth error ([a28dd4e](https://github.com/Finch-API/finch-api-node/commit/a28dd4e1eeda78da2bf8553d309de5af697456e1)) |
| 34 | +* **mcp:** upgrade jq-web ([69892c6](https://github.com/Finch-API/finch-api-node/commit/69892c681401b7c337050e841f36785bba69fb48)) |
| 35 | +* sync repo ([f36e952](https://github.com/Finch-API/finch-api-node/commit/f36e952c80b1b97aa8c22da02058b0bb5c857b6e)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([48f80d7](https://github.com/Finch-API/finch-api-node/commit/48f80d74357620157db11488c205dc041a86f25c)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([a4f3230](https://github.com/Finch-API/finch-api-node/commit/a4f3230d1167e3ab9675f4e1ca38dc7b240e83b4)) |
| 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