|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-25) |
| 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 ([e7aef1e](https://github.com/Finch-API/finch-api-node/commit/e7aef1ec12699a89ae557b4d8f74a24cb4294160)) |
| 10 | +* **api:** api update ([f1aa60d](https://github.com/Finch-API/finch-api-node/commit/f1aa60ddc6e150c84c1c559d4aa9d38755295fc5)) |
| 11 | +* **api:** api update ([bd503ff](https://github.com/Finch-API/finch-api-node/commit/bd503ff186da19747ac5f03006c100d1b933de54)) |
| 12 | +* **api:** manual updates ([aa1f93d](https://github.com/Finch-API/finch-api-node/commit/aa1f93d7b733241952e98aefe422dd5ac10dcc67)) |
| 13 | +* **api:** move node to typescript generator ([5659ac3](https://github.com/Finch-API/finch-api-node/commit/5659ac3c2b0e3563bb3c37bfdd4f3ca92bfefdb0)) |
| 14 | +* **api:** update automated code reviewer selection ([f66a315](https://github.com/Finch-API/finch-api-node/commit/f66a3151445203b6470a93633bfef1e5c2b5d3ac)) |
| 15 | +* **mcp:** add detail field to docs search tool ([b3a1e42](https://github.com/Finch-API/finch-api-node/commit/b3a1e4248fb8ee4ae40064b3a0b4e06e99428e7d)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([60aaa4c](https://github.com/Finch-API/finch-api-node/commit/60aaa4c4708ffb7683c580cca75e7b47ebd0eebe)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([b3a622e](https://github.com/Finch-API/finch-api-node/commit/b3a622e59c157d936b01c321339f5d80b096f235)) |
| 22 | +* **api:** resolve build issues ([e010881](https://github.com/Finch-API/finch-api-node/commit/e010881b8c1ce12675e77f51b80d995f2991f0ed)) |
| 23 | +* **java:** Resolve name collisions ([f014062](https://github.com/Finch-API/finch-api-node/commit/f0140628a6dc24fd767ba3d911104281602fce1a)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([c7164a2](https://github.com/Finch-API/finch-api-node/commit/c7164a243995208583af125ee02911f908d39475)) |
| 25 | +* **tests:** fix tests ([b688286](https://github.com/Finch-API/finch-api-node/commit/b6882860b1692a9ff3a745f1130380cc5e77f32d)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([34b4ae4](https://github.com/Finch-API/finch-api-node/commit/34b4ae46dc59b6c1790c4f8eac573292c9467962)) |
| 31 | +* **internal:** codegen related update ([41509b0](https://github.com/Finch-API/finch-api-node/commit/41509b0a87d8ef53ed5fe5a99301fb04002164cb)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([fc6c4a3](https://github.com/Finch-API/finch-api-node/commit/fc6c4a3d90be474a29423e5bf64325b845b646bf)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([e9a3ed5](https://github.com/Finch-API/finch-api-node/commit/e9a3ed54597a0958be61fad3bafb95163866b0de)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([d9a4f42](https://github.com/Finch-API/finch-api-node/commit/d9a4f42efe2bb86121f2ba4513a6f991e91ef7c3)) |
| 35 | +* **mcp:** clarify http auth error ([95584e7](https://github.com/Finch-API/finch-api-node/commit/95584e7437a96373c210fcba1a43105caacbc6fe)) |
| 36 | +* **mcp:** upgrade jq-web ([0e85a8e](https://github.com/Finch-API/finch-api-node/commit/0e85a8eefb3f709566049ff5d40bf9fe4c4797b5)) |
| 37 | +* sync repo ([a8d1ad8](https://github.com/Finch-API/finch-api-node/commit/a8d1ad839c579b5102f3f5c7a3648dcc7765c05d)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([4848f3e](https://github.com/Finch-API/finch-api-node/commit/4848f3e86eab21f18f58132218e59a80b3146c4a)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([ecf6ee0](https://github.com/Finch-API/finch-api-node/commit/ecf6ee061cf1461681b957c8796ca9b18ca2509e)) |
| 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