|
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 ([4fdd2f8](https://github.com/Finch-API/finch-api-node/commit/4fdd2f84d389490bc83fae829e2ac509353f0825)) |
| 10 | +* **api:** api update ([1e661ed](https://github.com/Finch-API/finch-api-node/commit/1e661edbfcb1b947b27509b71a1a51f1e9bd9867)) |
| 11 | +* **api:** api update ([782f0e5](https://github.com/Finch-API/finch-api-node/commit/782f0e54ff966db2e621bd229c0ebccc3a8e4b37)) |
| 12 | +* **api:** manual updates ([12beef7](https://github.com/Finch-API/finch-api-node/commit/12beef7c9c5b34ec6bfd145ec57138a4c9ebebc8)) |
| 13 | +* **api:** move node to typescript generator ([a3587b2](https://github.com/Finch-API/finch-api-node/commit/a3587b2ed4728c0ab3fce061dc74987258e86870)) |
| 14 | +* **api:** update automated code reviewer selection ([617675e](https://github.com/Finch-API/finch-api-node/commit/617675ea60778ec1f6e52d35203e9ea2f1f12772)) |
| 15 | +* **mcp:** enable optional code execution tool on http mcp servers ([1b604f8](https://github.com/Finch-API/finch-api-node/commit/1b604f8496413be834487d3bffd966182f0be566)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* **api:** migrate custom code to TypeScript ([555cb99](https://github.com/Finch-API/finch-api-node/commit/555cb99f58130e62688bccda692da779901517ab)) |
| 21 | +* **api:** resolve build issues ([5bff4b4](https://github.com/Finch-API/finch-api-node/commit/5bff4b45141148ca967900483ce6012bd20cb895)) |
| 22 | +* **java:** Resolve name collisions ([be5598f](https://github.com/Finch-API/finch-api-node/commit/be5598fa38ab0e40b586a61123b644cab9fab3e5)) |
| 23 | +* **mcp:** return tool execution error on jq failure ([1adb278](https://github.com/Finch-API/finch-api-node/commit/1adb278da353ac4398fa6b82be6b078a9275188f)) |
| 24 | +* **tests:** fix tests ([a606cea](https://github.com/Finch-API/finch-api-node/commit/a606cea388096509ff3b091adb1250adf9712da5)) |
| 25 | + |
| 26 | + |
| 27 | +### Chores |
| 28 | + |
| 29 | +* **internal:** codegen related update ([966e380](https://github.com/Finch-API/finch-api-node/commit/966e380bf1f8b9ed148a2a04bda9c68c3fb5323d)) |
| 30 | +* **internal:** codegen related update ([0a38d55](https://github.com/Finch-API/finch-api-node/commit/0a38d55c5476132a86840d06f68e3e20d61adf7a)) |
| 31 | +* mcp code tool explicit error message when missing a run function ([9ca056c](https://github.com/Finch-API/finch-api-node/commit/9ca056ce7957dcfa66ef2869471a0ef44649cc2a)) |
| 32 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([ad893dd](https://github.com/Finch-API/finch-api-node/commit/ad893dd5c46ec4571c66bb1708bddb6d5f2f6c4a)) |
| 33 | +* **mcp:** add line numbers to code tool errors ([e2cb3e6](https://github.com/Finch-API/finch-api-node/commit/e2cb3e6e52d49aa16cab249ffe31e25e0a52282e)) |
| 34 | +* **mcp:** clarify http auth error ([6e9ed6a](https://github.com/Finch-API/finch-api-node/commit/6e9ed6a665edfb0a30296ce090f475205126b2bc)) |
| 35 | +* **mcp:** upgrade jq-web ([f6ef9ed](https://github.com/Finch-API/finch-api-node/commit/f6ef9edeeba4f25a47032dc91d5171d4c4079992)) |
| 36 | +* sync repo ([e6c5aff](https://github.com/Finch-API/finch-api-node/commit/e6c5aff1ed0b969c4c913ecf646cb151ef5da8bb)) |
| 37 | + |
| 38 | + |
| 39 | +### Documentation |
| 40 | + |
| 41 | +* **mcp:** add a README button for one-click add to Cursor ([eedd875](https://github.com/Finch-API/finch-api-node/commit/eedd875a3400a5a763195a5f2fd8896fc975a023)) |
| 42 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([598d70f](https://github.com/Finch-API/finch-api-node/commit/598d70fba1608fcac3efc99f6af980ba35d7edc4)) |
| 43 | + |
3 | 44 | ## 6.38.0 (2025-10-27) |
4 | 45 |
|
5 | 46 | 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