|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-12) |
| 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 ([9e5df79](https://github.com/Finch-API/finch-api-node/commit/9e5df7926825801fd019a29330ec0c0bc0fdc9ad)) |
| 10 | +* **api:** api update ([693d2dc](https://github.com/Finch-API/finch-api-node/commit/693d2dc4492b4d9843a5dd83c19359c02515cf10)) |
| 11 | +* **api:** api update ([8ef739b](https://github.com/Finch-API/finch-api-node/commit/8ef739b9e65fb1745b29b0019bbf0ff76452a537)) |
| 12 | +* **api:** manual updates ([680907c](https://github.com/Finch-API/finch-api-node/commit/680907cda218a0e99cdb65ffcaecc5ae4a66e99c)) |
| 13 | +* **api:** move node to typescript generator ([54f166e](https://github.com/Finch-API/finch-api-node/commit/54f166e0670a26db1353dab2eae62705b5d99875)) |
| 14 | +* **api:** update automated code reviewer selection ([95e0f21](https://github.com/Finch-API/finch-api-node/commit/95e0f215f4417dfa8480d3d492c9d543138d3f23)) |
| 15 | +* **mcp:** add detail field to docs search tool ([98072c9](https://github.com/Finch-API/finch-api-node/commit/98072c93583103e41a0befe2a84ff89269ad3aef)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([595b448](https://github.com/Finch-API/finch-api-node/commit/595b448180a46f92dde7b7086bf57c258d279ae4)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([ec0da52](https://github.com/Finch-API/finch-api-node/commit/ec0da52d1d0128801cd26cefb88a29a5bf0ec6ce)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([7b65468](https://github.com/Finch-API/finch-api-node/commit/7b65468e84c07f76ddf172465f74d51124260ad3)) |
| 19 | +* **mcp:** return logs on code tool errors ([8f12e78](https://github.com/Finch-API/finch-api-node/commit/8f12e78c63b65353d3e3bed64b89012ec6ed5f9c)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([0737bf9](https://github.com/Finch-API/finch-api-node/commit/0737bf91d1d0fe88ba40b382fcfbfd108668535c)) |
| 25 | +* **api:** resolve build issues ([e8aac34](https://github.com/Finch-API/finch-api-node/commit/e8aac3430a98ca038df9fd3fa2de34faecc11c30)) |
| 26 | +* **java:** Resolve name collisions ([3f60963](https://github.com/Finch-API/finch-api-node/commit/3f60963f8b0f3bbcbe8f3ba0cf3875b2f86dc19e)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([e01d646](https://github.com/Finch-API/finch-api-node/commit/e01d64636cba47b9a419f781be15fed8e3104126)) |
| 28 | +* **mcp:** correct code tool API endpoint ([77bb368](https://github.com/Finch-API/finch-api-node/commit/77bb3684f74d7980bc87f352e9cc58db0e61851f)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([65c9465](https://github.com/Finch-API/finch-api-node/commit/65c946576d4e0a2aeed0b8f19afb3e41d8985464)) |
| 30 | +* **mcp:** return tool execution error on api error ([bf261ab](https://github.com/Finch-API/finch-api-node/commit/bf261abe32c0f5d47097c86e6a66db6ea9d298c6)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([a2adc74](https://github.com/Finch-API/finch-api-node/commit/a2adc74467ef546866892fdc1d904d2355f11a68)) |
| 32 | +* **tests:** fix tests ([8f650c9](https://github.com/Finch-API/finch-api-node/commit/8f650c9e6fe333bac65d06bdbeea0616e1053d84)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([5faa526](https://github.com/Finch-API/finch-api-node/commit/5faa526ea08f4c504716d3bc109f76de76bfb40d)) |
| 38 | +* **internal:** codegen related update ([c7daa7d](https://github.com/Finch-API/finch-api-node/commit/c7daa7d72c81669ba9969ded91d74d93b948589d)) |
| 39 | +* **internal:** codegen related update ([ebac217](https://github.com/Finch-API/finch-api-node/commit/ebac21732b26b0e5b4c3fc485918df66b527e6d7)) |
| 40 | +* **internal:** codegen related update ([777ba73](https://github.com/Finch-API/finch-api-node/commit/777ba73fa6b49b191904e28edd8ea6b12730cadc)) |
| 41 | +* **internal:** codegen related update ([a12d7cf](https://github.com/Finch-API/finch-api-node/commit/a12d7cf6534b8c92c1b3703c7b5ebaa9c21407c0)) |
| 42 | +* **internal:** upgrade eslint ([e388473](https://github.com/Finch-API/finch-api-node/commit/e3884731cd15c4af210ea2a19ca086fe2fc8b3fd)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([35cef3f](https://github.com/Finch-API/finch-api-node/commit/35cef3f56e7c6ae179666b232160b5ee5043f8ab)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([57c6a34](https://github.com/Finch-API/finch-api-node/commit/57c6a34e8ab912e9011467a889b2415db1a84593)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([8a26157](https://github.com/Finch-API/finch-api-node/commit/8a261576950b93ad0952429466458e0b2d50cf2d)) |
| 46 | +* **mcp:** clarify http auth error ([f2a8451](https://github.com/Finch-API/finch-api-node/commit/f2a845165cf2d26805c5617fa93d859298aef027)) |
| 47 | +* **mcp:** update lockfile ([0024ecd](https://github.com/Finch-API/finch-api-node/commit/0024ecd0746e19c1071d23396136503b2e1e2c4d)) |
| 48 | +* **mcp:** upgrade jq-web ([d7ceb1b](https://github.com/Finch-API/finch-api-node/commit/d7ceb1b05faf3d16b4b20fb9edc5411a976469e4)) |
| 49 | +* sync repo ([0c8e6e1](https://github.com/Finch-API/finch-api-node/commit/0c8e6e1178b1860a508b0918bb9772dd85252af5)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([f5ca562](https://github.com/Finch-API/finch-api-node/commit/f5ca56273f361c154cea0c276c0f44497cb20e93)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([ab06066](https://github.com/Finch-API/finch-api-node/commit/ab06066c8741f780dceceb8d1ff922a4c7cc36e4)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([4eb6551](https://github.com/Finch-API/finch-api-node/commit/4eb655183ec09eca0018b62ed2f5b922aa346a92)) |
| 57 | + |
3 | 58 | ## 6.38.0 (2025-10-27) |
4 | 59 |
|
5 | 60 | 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