|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-17) |
| 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 ([190db2d](https://github.com/Finch-API/finch-api-node/commit/190db2dc8ce98e8cc2ab1324f3540d9a2569072a)) |
| 10 | +* **api:** api update ([26432f3](https://github.com/Finch-API/finch-api-node/commit/26432f3cca6ca7301194d9d4d34d6d9d5a05152f)) |
| 11 | +* **api:** api update ([9017114](https://github.com/Finch-API/finch-api-node/commit/9017114306e6b58b6b9a66dd92febb99ff5df1d4)) |
| 12 | +* **api:** manual updates ([fed2ac8](https://github.com/Finch-API/finch-api-node/commit/fed2ac84023cb65386ecd068146bf86f187d1224)) |
| 13 | +* **api:** move node to typescript generator ([c62a461](https://github.com/Finch-API/finch-api-node/commit/c62a461d1ebd31c754d6b788ab477644ddbe1d07)) |
| 14 | +* **api:** update automated code reviewer selection ([0562a74](https://github.com/Finch-API/finch-api-node/commit/0562a740784ad6665be4888a6198f4e7cb335eda)) |
| 15 | +* **mcp:** add detail field to docs search tool ([6b7c2ed](https://github.com/Finch-API/finch-api-node/commit/6b7c2ed2aff1da42ba46dd096e6b819414cfb7ee)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([8cc31c2](https://github.com/Finch-API/finch-api-node/commit/8cc31c21f72aceba599c612db9e72d24197aeeb6)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([3d2f737](https://github.com/Finch-API/finch-api-node/commit/3d2f73741dfbad0b4618ffa0c973530c809bba83)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([e1e5e43](https://github.com/Finch-API/finch-api-node/commit/e1e5e43a5ca1ac3a3a5f25bded6fcfdfff898409)) |
| 19 | +* **mcp:** return logs on code tool errors ([b1b025f](https://github.com/Finch-API/finch-api-node/commit/b1b025fab3c26ebc64929512ec81d763f62b491b)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([6fc16c7](https://github.com/Finch-API/finch-api-node/commit/6fc16c7db858276d63602a05a2774cbf86d0144e)) |
| 25 | +* **api:** resolve build issues ([2ac5d22](https://github.com/Finch-API/finch-api-node/commit/2ac5d22de3293482140cd3af82e90912d603fb41)) |
| 26 | +* **java:** Resolve name collisions ([89b8b3e](https://github.com/Finch-API/finch-api-node/commit/89b8b3e75812aa2b5577e0c37fa7b482f7856330)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([01d88c5](https://github.com/Finch-API/finch-api-node/commit/01d88c595bcd20de9693356d454559eec3eabae5)) |
| 28 | +* **mcp:** correct code tool API endpoint ([38e5a32](https://github.com/Finch-API/finch-api-node/commit/38e5a32ec43937cb92ab2fb9d96ee384485a749b)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([7f3f607](https://github.com/Finch-API/finch-api-node/commit/7f3f607a0a9ce75c285710e8deda09e50eec9d92)) |
| 30 | +* **mcp:** return tool execution error on api error ([385e078](https://github.com/Finch-API/finch-api-node/commit/385e078a5261b75949d8f93471ca960d240b2664)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([2c660ad](https://github.com/Finch-API/finch-api-node/commit/2c660ad95e78792675503db7d99a05d4d3528b8a)) |
| 32 | +* **tests:** fix tests ([80bcf61](https://github.com/Finch-API/finch-api-node/commit/80bcf61886dd6067ebcd8ccbfdcf3a424041c0cf)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([83304b2](https://github.com/Finch-API/finch-api-node/commit/83304b26159227223343cd68f85127a058cd8f31)) |
| 38 | +* **internal:** codegen related update ([d17f733](https://github.com/Finch-API/finch-api-node/commit/d17f733b8063b57b5797a4e543c901030d4d32f0)) |
| 39 | +* **internal:** codegen related update ([ee1c7fa](https://github.com/Finch-API/finch-api-node/commit/ee1c7faff91242a3091cf2b44e0ad6adc41255e7)) |
| 40 | +* **internal:** codegen related update ([9ee07a0](https://github.com/Finch-API/finch-api-node/commit/9ee07a0874f66bfec43311ee6e6a73f91a689358)) |
| 41 | +* **internal:** codegen related update ([f2d59f1](https://github.com/Finch-API/finch-api-node/commit/f2d59f18fc0e88c1a99d8f321914c8c13b40ec4f)) |
| 42 | +* **internal:** upgrade eslint ([ff3473f](https://github.com/Finch-API/finch-api-node/commit/ff3473f872d995053d464df708fc333ca76361d6)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([ad8e61a](https://github.com/Finch-API/finch-api-node/commit/ad8e61a5c4b8cae240bc7af707c252ef127f76a8)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([1ffc175](https://github.com/Finch-API/finch-api-node/commit/1ffc175c3bda10dcd8017737b1ba0164f636bcdd)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([ce4bb66](https://github.com/Finch-API/finch-api-node/commit/ce4bb66954f96af98dfab3dff8077278bb6d4b47)) |
| 46 | +* **mcp:** clarify http auth error ([ebd171f](https://github.com/Finch-API/finch-api-node/commit/ebd171fd61b1355b8c01b85ff69882121d733fe6)) |
| 47 | +* **mcp:** update lockfile ([df34eea](https://github.com/Finch-API/finch-api-node/commit/df34eea57d28d315c30c43002e8e51a11c0466c1)) |
| 48 | +* **mcp:** upgrade jq-web ([5191982](https://github.com/Finch-API/finch-api-node/commit/5191982bac88ca267f0bd018e5a3d73279569368)) |
| 49 | +* sync repo ([0203068](https://github.com/Finch-API/finch-api-node/commit/0203068fbd2d9c64c36026075db4ff2b6f48035d)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([0e04939](https://github.com/Finch-API/finch-api-node/commit/0e049391d13a53dfdb9560de264ecc040ff4a265)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([4c386c0](https://github.com/Finch-API/finch-api-node/commit/4c386c0ee0eaa83c13220b70823ee3cbfd30a28c)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([34bd67e](https://github.com/Finch-API/finch-api-node/commit/34bd67e10369268d42116cc2c673bb48977eebeb)) |
| 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