|
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 ([ebaca32](https://github.com/Finch-API/finch-api-node/commit/ebaca32693eb3d58b195f74faacaa4eb48d37130)) |
| 10 | +* **api:** api update ([f63aea6](https://github.com/Finch-API/finch-api-node/commit/f63aea69e915a7ad1e4e861fc7662a0825ebec77)) |
| 11 | +* **api:** manual updates ([d741b2f](https://github.com/Finch-API/finch-api-node/commit/d741b2f77af18ef6816dfad203269624426fdf42)) |
| 12 | +* **api:** move node to typescript generator ([e2bfdce](https://github.com/Finch-API/finch-api-node/commit/e2bfdce06b21c3c3a6e2b3516284d5049bcc142d)) |
| 13 | +* **api:** update automated code reviewer selection ([2c2415a](https://github.com/Finch-API/finch-api-node/commit/2c2415a25767708282844e4160057368567e7fad)) |
| 14 | +* **mcp:** enable optional code execution tool on http mcp servers ([0c38e76](https://github.com/Finch-API/finch-api-node/commit/0c38e766fa1f0822314b9668717225994f5ceaa4)) |
| 15 | + |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* **api:** migrate custom code to TypeScript ([2fd8dd4](https://github.com/Finch-API/finch-api-node/commit/2fd8dd442aec086f23f398cb5250876986fbc738)) |
| 20 | +* **api:** resolve build issues ([d545948](https://github.com/Finch-API/finch-api-node/commit/d54594868c13797bcce3d167ecf3d81e88e6c733)) |
| 21 | +* **java:** Resolve name collisions ([fa39ab5](https://github.com/Finch-API/finch-api-node/commit/fa39ab5ac066bc01e9ee0ed7f560f4c10c1bfa5e)) |
| 22 | +* **mcp:** return tool execution error on jq failure ([7a57b2a](https://github.com/Finch-API/finch-api-node/commit/7a57b2a89f65d677bfee5c57a5d51ef6af00af1b)) |
| 23 | +* **tests:** fix tests ([26eb91b](https://github.com/Finch-API/finch-api-node/commit/26eb91b4fc82ae2644a3a840330a22c575be20aa)) |
| 24 | + |
| 25 | + |
| 26 | +### Chores |
| 27 | + |
| 28 | +* **internal:** codegen related update ([482c0ee](https://github.com/Finch-API/finch-api-node/commit/482c0ee51bd821c594b02b326c1a3fe81fcc9d5d)) |
| 29 | +* **internal:** codegen related update ([490f6ce](https://github.com/Finch-API/finch-api-node/commit/490f6cee5cdb3291c040f9e0f3ff70834ac8f9f1)) |
| 30 | +* mcp code tool explicit error message when missing a run function ([f0adf42](https://github.com/Finch-API/finch-api-node/commit/f0adf42aa14567aff99dd91652974e3908fc718b)) |
| 31 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9263330](https://github.com/Finch-API/finch-api-node/commit/92633308d490c8e51a4b52646d0f33fe9d18123a)) |
| 32 | +* **mcp:** add line numbers to code tool errors ([e4f2e2c](https://github.com/Finch-API/finch-api-node/commit/e4f2e2c30d0dac873515ec6ebfcf4c75856e9273)) |
| 33 | +* **mcp:** clarify http auth error ([377b074](https://github.com/Finch-API/finch-api-node/commit/377b074fe1eb1422f7216fa94c23d22109c47821)) |
| 34 | +* **mcp:** upgrade jq-web ([b828e0d](https://github.com/Finch-API/finch-api-node/commit/b828e0d962c431303ffb19f05ed9f7bf55882d7b)) |
| 35 | +* sync repo ([c50416a](https://github.com/Finch-API/finch-api-node/commit/c50416a7629495f9b737ce22a3f74993374d4d5c)) |
| 36 | + |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +* **mcp:** add a README button for one-click add to Cursor ([74e2b96](https://github.com/Finch-API/finch-api-node/commit/74e2b960a30514bd22f346b1074fdfb9b31244cb)) |
| 41 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([d1f272c](https://github.com/Finch-API/finch-api-node/commit/d1f272cadf0a3d444c0307ea2a380f4e7f686a94)) |
| 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