|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-10) |
| 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 ([170ed2d](https://github.com/Finch-API/finch-api-node/commit/170ed2d4aad0f993a031ab709c82ed75513b21ac)) |
| 10 | +* **api:** api update ([14f57e9](https://github.com/Finch-API/finch-api-node/commit/14f57e9f9692d10fe4d885da957ecc83a8ec7e05)) |
| 11 | +* **api:** api update ([abb0319](https://github.com/Finch-API/finch-api-node/commit/abb031980950e4834d3bdac1d189ef38d01e2305)) |
| 12 | +* **api:** manual updates ([8545fe9](https://github.com/Finch-API/finch-api-node/commit/8545fe9d54b997b9fc37e48f1c5886ca6a11e0cb)) |
| 13 | +* **api:** move node to typescript generator ([e177fbd](https://github.com/Finch-API/finch-api-node/commit/e177fbd9fa966ae49e48e8d4d1883942693a09f1)) |
| 14 | +* **api:** update automated code reviewer selection ([0d53294](https://github.com/Finch-API/finch-api-node/commit/0d532944f8b64d39d718ec3a8f2d4d034419f618)) |
| 15 | +* **mcp:** add detail field to docs search tool ([725a438](https://github.com/Finch-API/finch-api-node/commit/725a43871cb179f92ccebcffdc1b249e9da099de)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([00624b1](https://github.com/Finch-API/finch-api-node/commit/00624b1bc9e2b62b40777889570d5173a424d4ae)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([bd113cf](https://github.com/Finch-API/finch-api-node/commit/bd113cfea8eb99e8fe4acbaf2df7ce0ec3959f3a)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([b976d80](https://github.com/Finch-API/finch-api-node/commit/b976d808ffce2d70065424271180e53267bb908a)) |
| 19 | +* **mcp:** return logs on code tool errors ([78942c2](https://github.com/Finch-API/finch-api-node/commit/78942c2bce7428b5b996e1c96a72a5e9b6080c89)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([6189a0a](https://github.com/Finch-API/finch-api-node/commit/6189a0a7194ce8d61a890f46d7a0b83438d5b8af)) |
| 25 | +* **api:** resolve build issues ([5cb0563](https://github.com/Finch-API/finch-api-node/commit/5cb0563846df97c32d1aa36b24fd6a2b3d9977d7)) |
| 26 | +* **java:** Resolve name collisions ([0e89b64](https://github.com/Finch-API/finch-api-node/commit/0e89b6473633f4f95c24d54a974ccc8aa3f1be44)) |
| 27 | +* **mcp:** correct code tool API endpoint ([9e80f60](https://github.com/Finch-API/finch-api-node/commit/9e80f603dd7a07a7654f93b9067cc2b9e894d53b)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([d9e0209](https://github.com/Finch-API/finch-api-node/commit/d9e02093d1baebd4bf5883bac77dadb126da8ccf)) |
| 29 | +* **mcp:** return tool execution error on api error ([e20c3c2](https://github.com/Finch-API/finch-api-node/commit/e20c3c24e7fbace8029c85142851ba105fe6f217)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([24a5180](https://github.com/Finch-API/finch-api-node/commit/24a518008aa7e00743fd73e8db41fa0f9ff1b064)) |
| 31 | +* **tests:** fix tests ([2cc6eed](https://github.com/Finch-API/finch-api-node/commit/2cc6eedc9ac02bc94b7fb76bb34a6f6102347be6)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([44c7283](https://github.com/Finch-API/finch-api-node/commit/44c7283d512bd93473137fa3775a24716a732a87)) |
| 37 | +* **internal:** codegen related update ([0d93da8](https://github.com/Finch-API/finch-api-node/commit/0d93da864a98cdbcadcbeae7fecdaad4c1dc76da)) |
| 38 | +* **internal:** codegen related update ([de556bd](https://github.com/Finch-API/finch-api-node/commit/de556bd7aefd533368acddb01df2e1bcbb178cac)) |
| 39 | +* **internal:** codegen related update ([33e7bd4](https://github.com/Finch-API/finch-api-node/commit/33e7bd4ef5314a951965e7e1060eb82972ce73b8)) |
| 40 | +* **internal:** codegen related update ([3d6a7b8](https://github.com/Finch-API/finch-api-node/commit/3d6a7b8ca5f89242d5d8b7542c418e0fea9f36a4)) |
| 41 | +* **internal:** upgrade eslint ([15e7024](https://github.com/Finch-API/finch-api-node/commit/15e702417da5471f58df33965c22a99e21c2016f)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([5dda038](https://github.com/Finch-API/finch-api-node/commit/5dda038699e09f545f225405ef2755f014578575)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([0c4f503](https://github.com/Finch-API/finch-api-node/commit/0c4f5034991cb85ce0dc8926e362aeb32fea6294)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([b09f371](https://github.com/Finch-API/finch-api-node/commit/b09f3717d6618bf0e33eed45bbc380bbd7a52d92)) |
| 45 | +* **mcp:** clarify http auth error ([ba6470a](https://github.com/Finch-API/finch-api-node/commit/ba6470a18096583c02bd8037286defec26996898)) |
| 46 | +* **mcp:** upgrade jq-web ([baaa237](https://github.com/Finch-API/finch-api-node/commit/baaa237244169f8cb4af5d98fa60c15e562866c0)) |
| 47 | +* sync repo ([b88f4b5](https://github.com/Finch-API/finch-api-node/commit/b88f4b5c55fc35fbb2029a8e7edcfba1b298ae58)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([8333c97](https://github.com/Finch-API/finch-api-node/commit/8333c973091d578424d6aa68fd08470dc1a26b4d)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([cf0b98b](https://github.com/Finch-API/finch-api-node/commit/cf0b98be58aa1a5171b47201abf943b590c3e5e5)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([2e522b3](https://github.com/Finch-API/finch-api-node/commit/2e522b37fdab5eb2603c6d4bdea1a5d3ed7beab1)) |
| 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