|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-08) |
| 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 ([99ea986](https://github.com/Finch-API/finch-api-node/commit/99ea986ffa6f5b16205cc3fa63233a22b70b8017)) |
| 10 | +* **api:** api update ([14a07f4](https://github.com/Finch-API/finch-api-node/commit/14a07f4e3e75882380084e63930cf751538c7891)) |
| 11 | +* **api:** api update ([7b482ce](https://github.com/Finch-API/finch-api-node/commit/7b482ce0e16d6605f0abe6ca43e8ceaa4cea9184)) |
| 12 | +* **api:** manual updates ([6138ed3](https://github.com/Finch-API/finch-api-node/commit/6138ed3d92150c245c1cb39d53ad8ba2b9a444a8)) |
| 13 | +* **api:** move node to typescript generator ([cbcd5f1](https://github.com/Finch-API/finch-api-node/commit/cbcd5f1a3a7bb0a144d4e20e09dc99f1cf50e598)) |
| 14 | +* **api:** update automated code reviewer selection ([c5418c3](https://github.com/Finch-API/finch-api-node/commit/c5418c3064b242a109281a6077f61dd44faf1ba1)) |
| 15 | +* **mcp:** add detail field to docs search tool ([d8c3b99](https://github.com/Finch-API/finch-api-node/commit/d8c3b9978c3947ceda57ddfb59e6a2f4dd971237)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([f05a086](https://github.com/Finch-API/finch-api-node/commit/f05a0863dfcf635e31c381942d09a806ee51f2e7)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([b656a51](https://github.com/Finch-API/finch-api-node/commit/b656a517291c48d78d922bcaf2d32f62558475c5)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([a9008ac](https://github.com/Finch-API/finch-api-node/commit/a9008acc94acd91fe051f8485d8f0eb7662375c2)) |
| 19 | +* **mcp:** return logs on code tool errors ([c0ef8b2](https://github.com/Finch-API/finch-api-node/commit/c0ef8b26695048ca2dc49188cc99eba079a8bb5d)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([b559355](https://github.com/Finch-API/finch-api-node/commit/b559355bfdd15f1598b7b2cc8897d72212252011)) |
| 25 | +* **api:** resolve build issues ([dde547f](https://github.com/Finch-API/finch-api-node/commit/dde547fc5b33b04c763aaba76c48b55d3bc89fd0)) |
| 26 | +* **java:** Resolve name collisions ([bbeecd5](https://github.com/Finch-API/finch-api-node/commit/bbeecd53846fbee33e3e32b755fa49818595892b)) |
| 27 | +* **mcp:** correct code tool API endpoint ([a8b7557](https://github.com/Finch-API/finch-api-node/commit/a8b7557d1cd97c14ed8722b33b8bce8428b5df65)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([cec0c2d](https://github.com/Finch-API/finch-api-node/commit/cec0c2d4cc909ec6bcf8f755ebc8ff4b79927c9c)) |
| 29 | +* **mcp:** return tool execution error on api error ([f9d2ca3](https://github.com/Finch-API/finch-api-node/commit/f9d2ca32d40c008e505eb29aa6d95a6588e55db3)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([322476f](https://github.com/Finch-API/finch-api-node/commit/322476f3f11d5412cbff21cf45295246d142d19e)) |
| 31 | +* **tests:** fix tests ([4a3460f](https://github.com/Finch-API/finch-api-node/commit/4a3460f06883a2cc2f5f5b54ff40a16e7f50d561)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([b6533e2](https://github.com/Finch-API/finch-api-node/commit/b6533e2161ed9ac61df5cc319d499895ccebf564)) |
| 37 | +* **internal:** codegen related update ([1f7ace4](https://github.com/Finch-API/finch-api-node/commit/1f7ace4f5d727d3ca3b4513bdd2e5c2f07edcd2c)) |
| 38 | +* **internal:** codegen related update ([045215c](https://github.com/Finch-API/finch-api-node/commit/045215c802b9498c5556ef9152414a7a34af1bcb)) |
| 39 | +* **internal:** codegen related update ([3c245c0](https://github.com/Finch-API/finch-api-node/commit/3c245c0f3092a104e291ce46032c6089130bcc49)) |
| 40 | +* **internal:** codegen related update ([6da5e87](https://github.com/Finch-API/finch-api-node/commit/6da5e8715c4160bcb156a9c7447965592730b51d)) |
| 41 | +* **internal:** upgrade eslint ([f6a6cd7](https://github.com/Finch-API/finch-api-node/commit/f6a6cd78db0dc1017ee554e8e3619c76e9334787)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([c824007](https://github.com/Finch-API/finch-api-node/commit/c824007946d3572ab86ab979edf79be2455ab865)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([a7a2130](https://github.com/Finch-API/finch-api-node/commit/a7a2130ae7d27547a6805ce9c8919eb7ce41394e)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([36bf1b8](https://github.com/Finch-API/finch-api-node/commit/36bf1b8e95d92d75476bb6daafe878f7311e69fc)) |
| 45 | +* **mcp:** clarify http auth error ([fc18c5c](https://github.com/Finch-API/finch-api-node/commit/fc18c5ce56daf18c0b4fd3a2a63ca300a47b1fec)) |
| 46 | +* **mcp:** upgrade jq-web ([0b4811c](https://github.com/Finch-API/finch-api-node/commit/0b4811ca793ee0d3bbf4bbe4e1da715ed4a914e7)) |
| 47 | +* sync repo ([c789288](https://github.com/Finch-API/finch-api-node/commit/c789288cf4fa3fb71bfd02921d8e62a244ca0054)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([f339190](https://github.com/Finch-API/finch-api-node/commit/f339190bb01924b37fd77ef5fda771395cb419a0)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([b118342](https://github.com/Finch-API/finch-api-node/commit/b118342adf2c4ffe015f79ebe608982eaedcd153)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([73fb939](https://github.com/Finch-API/finch-api-node/commit/73fb93905950d00e54f4f0fec44d6ddcba43974e)) |
| 55 | + |
3 | 56 | ## 6.38.0 (2025-10-27) |
4 | 57 |
|
5 | 58 | 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