|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-26) |
| 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 ([4e2c1a0](https://github.com/Finch-API/finch-api-node/commit/4e2c1a07af70b3ac48a48e48fbd7ac667ab01fcc)) |
| 10 | +* **api:** api update ([1c24962](https://github.com/Finch-API/finch-api-node/commit/1c249621992ed62663e5bb387b996b8e2353ff20)) |
| 11 | +* **api:** api update ([e040d54](https://github.com/Finch-API/finch-api-node/commit/e040d54c8659d67d8a291a13f626b5bb6567fd45)) |
| 12 | +* **api:** manual updates ([13a4dd2](https://github.com/Finch-API/finch-api-node/commit/13a4dd222d6101572e6fdfff9abf53e8d273d7a3)) |
| 13 | +* **api:** move node to typescript generator ([f8ff8e8](https://github.com/Finch-API/finch-api-node/commit/f8ff8e887da8586c70e3ba421be46da38ac9cc6a)) |
| 14 | +* **api:** update automated code reviewer selection ([20f130d](https://github.com/Finch-API/finch-api-node/commit/20f130d7e22bb4348e526e2b9bbf8d59be8be8e3)) |
| 15 | +* **mcp:** add detail field to docs search tool ([df9a93b](https://github.com/Finch-API/finch-api-node/commit/df9a93b90202b93ed45e36546526a93bd783b3c1)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([aea584e](https://github.com/Finch-API/finch-api-node/commit/aea584e2b07580689965fd035f551b35aabe7617)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([0842ea0](https://github.com/Finch-API/finch-api-node/commit/0842ea01ff4d4eaac742ba282608045f8e14ccfd)) |
| 22 | +* **api:** resolve build issues ([f0c6a27](https://github.com/Finch-API/finch-api-node/commit/f0c6a27f5cd9574a1a49490df5fcb837bbbf9988)) |
| 23 | +* **java:** Resolve name collisions ([b22a264](https://github.com/Finch-API/finch-api-node/commit/b22a26491e05628e5b7720e993ade0b25825bda2)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([94a4e44](https://github.com/Finch-API/finch-api-node/commit/94a4e44ab1b7c6f4325c7ef2740dd1767c08151d)) |
| 25 | +* **tests:** fix tests ([e7e8782](https://github.com/Finch-API/finch-api-node/commit/e7e8782d70737f3e8ef2e2c808147940ae553690)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([b393d66](https://github.com/Finch-API/finch-api-node/commit/b393d664d34c87955abe7ee7f1e07350b9a8c7c2)) |
| 31 | +* **internal:** codegen related update ([41d5fdb](https://github.com/Finch-API/finch-api-node/commit/41d5fdbbbc050fd0cf67bd1a1411f0662508ea21)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([3de27bc](https://github.com/Finch-API/finch-api-node/commit/3de27bc06f32f9ba43b1c24baf3f44b629ecc721)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1b0b2fd](https://github.com/Finch-API/finch-api-node/commit/1b0b2fd1d89854563c80c5a654c3c323a13b421b)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([febd8cf](https://github.com/Finch-API/finch-api-node/commit/febd8cf861472cc0d03162da1f9b768871a3a784)) |
| 35 | +* **mcp:** clarify http auth error ([ece7480](https://github.com/Finch-API/finch-api-node/commit/ece748069520cee44ee3e7f21c0daa73b09e24bb)) |
| 36 | +* **mcp:** upgrade jq-web ([9f32410](https://github.com/Finch-API/finch-api-node/commit/9f324105dd35984286c3dde0102cf93f61512c52)) |
| 37 | +* sync repo ([450921c](https://github.com/Finch-API/finch-api-node/commit/450921c3bda7e2036e7e88a20c7cb77a8de60468)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([4a687c4](https://github.com/Finch-API/finch-api-node/commit/4a687c4ceedc4c48820c528d2df159b3e7d0aecc)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([9bd51b4](https://github.com/Finch-API/finch-api-node/commit/9bd51b43fe0c636b1db45e0d263ccaaa66a9ed4a)) |
| 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