|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-15) |
| 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 ([4f6bf7f](https://github.com/Finch-API/finch-api-node/commit/4f6bf7f5c90c6f442002f22e2df2ad1b945f9d1c)) |
| 10 | +* **api:** api update ([c50ba4c](https://github.com/Finch-API/finch-api-node/commit/c50ba4c728b9549c1701c13f9ccb18e1179f1e30)) |
| 11 | +* **api:** api update ([7111932](https://github.com/Finch-API/finch-api-node/commit/7111932cd0b0b04ed4d3c44815617668c085a071)) |
| 12 | +* **api:** manual updates ([26f9727](https://github.com/Finch-API/finch-api-node/commit/26f97275ee24056807fea24c70b8b87a19cb0594)) |
| 13 | +* **api:** move node to typescript generator ([1243752](https://github.com/Finch-API/finch-api-node/commit/12437520bfb43c99f1b6982249c69dd2fecbb2d5)) |
| 14 | +* **api:** update automated code reviewer selection ([f4f69e5](https://github.com/Finch-API/finch-api-node/commit/f4f69e50acfcfc2b7396ac1c8e80f39083038aab)) |
| 15 | +* **mcp:** add detail field to docs search tool ([b673cb6](https://github.com/Finch-API/finch-api-node/commit/b673cb606059290c5d3b73b89c2cbf9c579cc7d8)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([ce036c0](https://github.com/Finch-API/finch-api-node/commit/ce036c0509fd63e1cee5cee10930ef3f9f96aceb)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([2bd0fb3](https://github.com/Finch-API/finch-api-node/commit/2bd0fb3e5b9660ec86e340f85234d1c46444a50c)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([c0f9d92](https://github.com/Finch-API/finch-api-node/commit/c0f9d9201e72ea515a23588de6fad552ab165047)) |
| 19 | +* **mcp:** return logs on code tool errors ([d9f61cb](https://github.com/Finch-API/finch-api-node/commit/d9f61cb0ad27beb7ac0f61c04937c3534ca0bfd4)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([bd8418d](https://github.com/Finch-API/finch-api-node/commit/bd8418dc59d91f07feedea695a2730ee44de2ae1)) |
| 25 | +* **api:** resolve build issues ([c355553](https://github.com/Finch-API/finch-api-node/commit/c3555534343e53d5f23563d94418c604c1eea2d0)) |
| 26 | +* **java:** Resolve name collisions ([7931d57](https://github.com/Finch-API/finch-api-node/commit/7931d57524b4fc64372608cba3db706ab22c580d)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([b8a18a5](https://github.com/Finch-API/finch-api-node/commit/b8a18a5cd5a2c70a376136143b9206bb0f833556)) |
| 28 | +* **mcp:** correct code tool API endpoint ([f194b5b](https://github.com/Finch-API/finch-api-node/commit/f194b5bbf6362a6257024c4e7fa66a235876318d)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([fa02828](https://github.com/Finch-API/finch-api-node/commit/fa028283e3adf7713e580fc13cad03c5f5f1b417)) |
| 30 | +* **mcp:** return tool execution error on api error ([c824fb4](https://github.com/Finch-API/finch-api-node/commit/c824fb4acf3926e7b92d0bac77832d0c570e8b02)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([4428fb0](https://github.com/Finch-API/finch-api-node/commit/4428fb02a2b4f3699173da57eba6f710ff6dd2c9)) |
| 32 | +* **tests:** fix tests ([bf1dc41](https://github.com/Finch-API/finch-api-node/commit/bf1dc41159b5543dc169c663d14c0e801319c8f2)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([4293042](https://github.com/Finch-API/finch-api-node/commit/42930425e28b1cef7cd1972e2adf9217a43d12ae)) |
| 38 | +* **internal:** codegen related update ([2088c1e](https://github.com/Finch-API/finch-api-node/commit/2088c1e7860ce326a922c0d4cf25197b304dd366)) |
| 39 | +* **internal:** codegen related update ([ec85642](https://github.com/Finch-API/finch-api-node/commit/ec856424f740094065ef7317d0d7d57fa0f64588)) |
| 40 | +* **internal:** codegen related update ([0137814](https://github.com/Finch-API/finch-api-node/commit/01378142f2dd8d72de46f63e37e8ff497ece9313)) |
| 41 | +* **internal:** codegen related update ([95e0134](https://github.com/Finch-API/finch-api-node/commit/95e01344307dc7982cd9499e65826140b790c886)) |
| 42 | +* **internal:** upgrade eslint ([8ff5c85](https://github.com/Finch-API/finch-api-node/commit/8ff5c854e52725d6e9851c30aa112baa1458d7aa)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([321d585](https://github.com/Finch-API/finch-api-node/commit/321d5859183435c93e966ad1126ba0b68a1b4486)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cf0768f](https://github.com/Finch-API/finch-api-node/commit/cf0768f7b38e3a2558b3e1e75fe48307f7afe38a)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([e260da1](https://github.com/Finch-API/finch-api-node/commit/e260da15beae3e3f82368c56e51f3ce20a40f036)) |
| 46 | +* **mcp:** clarify http auth error ([8112dc2](https://github.com/Finch-API/finch-api-node/commit/8112dc2e265b469e5ee7a9d11d44eee9cce70837)) |
| 47 | +* **mcp:** update lockfile ([dbc1124](https://github.com/Finch-API/finch-api-node/commit/dbc112406365a6964d8560d88694955baab4abc3)) |
| 48 | +* **mcp:** upgrade jq-web ([9603e15](https://github.com/Finch-API/finch-api-node/commit/9603e157d270d4957a9cc8417f2af240f3d9b3fd)) |
| 49 | +* sync repo ([8e5c129](https://github.com/Finch-API/finch-api-node/commit/8e5c12949eaa62cd366252d06b0fb122ad87c838)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([ce8cf80](https://github.com/Finch-API/finch-api-node/commit/ce8cf808f448422d0525d173fec114140a708b87)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([b45952c](https://github.com/Finch-API/finch-api-node/commit/b45952c1f5b1195c5937ec89187e1cffd5ed0f95)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([3eb06a6](https://github.com/Finch-API/finch-api-node/commit/3eb06a60a64d16791018e2e201441e046fa1c4e9)) |
| 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