|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-09) |
| 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 ([36192f7](https://github.com/Finch-API/finch-api-node/commit/36192f76c95f0c51ca6144a8f121fc2658a2c650)) |
| 10 | +* **api:** api update ([b580779](https://github.com/Finch-API/finch-api-node/commit/b580779c8621df1b8aad2e39056cd57ec74b012f)) |
| 11 | +* **api:** api update ([2cac93e](https://github.com/Finch-API/finch-api-node/commit/2cac93ed8650c534e597b87cae92073908aad70b)) |
| 12 | +* **api:** manual updates ([5085cbd](https://github.com/Finch-API/finch-api-node/commit/5085cbdba0e3b0be610e2b42a48b3e82b7a09c6f)) |
| 13 | +* **api:** move node to typescript generator ([fd4e4d9](https://github.com/Finch-API/finch-api-node/commit/fd4e4d9a6e4106168754d32aee75c6a4d5ad90d9)) |
| 14 | +* **api:** update automated code reviewer selection ([dae8cb0](https://github.com/Finch-API/finch-api-node/commit/dae8cb04d868c58e77ef5d8e40662ee7bb323c55)) |
| 15 | +* **mcp:** add detail field to docs search tool ([3d26e9f](https://github.com/Finch-API/finch-api-node/commit/3d26e9fa7d4ddc1e8225cc52b7e647fb26fc5817)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([80da6d8](https://github.com/Finch-API/finch-api-node/commit/80da6d818788c26ebd2fc5ef6844ea9a1573e1b1)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([941fdcf](https://github.com/Finch-API/finch-api-node/commit/941fdcfc717c98f0a20a1758e3f63481017dfa91)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([fa956a9](https://github.com/Finch-API/finch-api-node/commit/fa956a982c02da40acc2b1c31bc880dfd40024fe)) |
| 19 | +* **mcp:** return logs on code tool errors ([710ed99](https://github.com/Finch-API/finch-api-node/commit/710ed99278120feb8338a5f99cc762a077443a24)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([886f5bc](https://github.com/Finch-API/finch-api-node/commit/886f5bc505c30c537fcdffad0bc4917bd6901b9e)) |
| 25 | +* **api:** resolve build issues ([b9687cc](https://github.com/Finch-API/finch-api-node/commit/b9687cc880fd6ae29e3fef19b880063bc41b8d6d)) |
| 26 | +* **java:** Resolve name collisions ([ed127c7](https://github.com/Finch-API/finch-api-node/commit/ed127c73235af05b63e393a205f47e0397c022d9)) |
| 27 | +* **mcp:** correct code tool API endpoint ([4900dd7](https://github.com/Finch-API/finch-api-node/commit/4900dd791c7a6b770426a9e76cb0c8022107c85a)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([fcf6eba](https://github.com/Finch-API/finch-api-node/commit/fcf6eba589234fd04ebbeecdd0ad22e692f5911a)) |
| 29 | +* **mcp:** return tool execution error on api error ([8ca90a9](https://github.com/Finch-API/finch-api-node/commit/8ca90a96924d2988fee2402b65349552ca1fc90b)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([eb82459](https://github.com/Finch-API/finch-api-node/commit/eb8245911a2db73fd0613f0c56b75f52d0cbb54d)) |
| 31 | +* **tests:** fix tests ([967aaf8](https://github.com/Finch-API/finch-api-node/commit/967aaf821cf7e71c06b7d6b7ba3b89d47ed38ccb)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([9f3aeec](https://github.com/Finch-API/finch-api-node/commit/9f3aeec63b719dd3f8c4e8d360d0564f4e23527d)) |
| 37 | +* **internal:** codegen related update ([434a64c](https://github.com/Finch-API/finch-api-node/commit/434a64c409dfb852cb32a2f2573a679969ff98ab)) |
| 38 | +* **internal:** codegen related update ([db1819e](https://github.com/Finch-API/finch-api-node/commit/db1819efef7c4e952c38a777aedf0cb2a8027b56)) |
| 39 | +* **internal:** codegen related update ([f3141d6](https://github.com/Finch-API/finch-api-node/commit/f3141d6c3c065f58d8fe4ac8eeb63f2d8b1b41f6)) |
| 40 | +* **internal:** codegen related update ([9ab096c](https://github.com/Finch-API/finch-api-node/commit/9ab096c159635acaa48cf55a188ddcf9eb81321d)) |
| 41 | +* **internal:** upgrade eslint ([7036086](https://github.com/Finch-API/finch-api-node/commit/7036086ad3f2e09fcfe86429cafac3a083268989)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([40d2647](https://github.com/Finch-API/finch-api-node/commit/40d26472d862de2ac21711767a3b755a1864a103)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([529c6be](https://github.com/Finch-API/finch-api-node/commit/529c6be712738ad2f2511861759e39d56ec74715)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([38914d8](https://github.com/Finch-API/finch-api-node/commit/38914d895216fe25a79c8a6798ec9865f3ce9da4)) |
| 45 | +* **mcp:** clarify http auth error ([f482ddb](https://github.com/Finch-API/finch-api-node/commit/f482ddbac6c54128ebd6e37b4d517475bda53cf0)) |
| 46 | +* **mcp:** upgrade jq-web ([d466c56](https://github.com/Finch-API/finch-api-node/commit/d466c56408b14f6d5d695a66b5e05b6e38fd4e7f)) |
| 47 | +* sync repo ([85c50b1](https://github.com/Finch-API/finch-api-node/commit/85c50b19e17d7ee9795fd35abfc54706f07c3fae)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([80bcac2](https://github.com/Finch-API/finch-api-node/commit/80bcac2c7f7947453fda20363cb71504de57d96b)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([7aab673](https://github.com/Finch-API/finch-api-node/commit/7aab67303a48bdb1b20bd0e7eca90a50a025f523)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([7ca62b7](https://github.com/Finch-API/finch-api-node/commit/7ca62b7a6aacbf8471e4f275f82fcc075931ad97)) |
| 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