|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-08) |
| 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 ([7d804ea](https://github.com/Finch-API/finch-api-node/commit/7d804eadd4fa99ea13fb30724b241337fd807d28)) |
| 10 | +* **api:** api update ([856860c](https://github.com/Finch-API/finch-api-node/commit/856860c9c1968a57c3948443bdf9f67d32f17525)) |
| 11 | +* **api:** api update ([2eb3641](https://github.com/Finch-API/finch-api-node/commit/2eb3641eebc821b6e6eb4f906e08829b0d58c0bd)) |
| 12 | +* **api:** manual updates ([61560a0](https://github.com/Finch-API/finch-api-node/commit/61560a0e86507464387c027d10217102f6bbdb03)) |
| 13 | +* **api:** move node to typescript generator ([59f0348](https://github.com/Finch-API/finch-api-node/commit/59f03488814189511aab4f53a21fdd3590f80a30)) |
| 14 | +* **api:** update automated code reviewer selection ([f8c9d32](https://github.com/Finch-API/finch-api-node/commit/f8c9d320cd653db835fb8117fd7b6b4234c6dc34)) |
| 15 | +* **mcp:** add detail field to docs search tool ([c7f173c](https://github.com/Finch-API/finch-api-node/commit/c7f173cc8dacb879ed6a2bf9a04c476cbc2ae2fb)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([035dd4c](https://github.com/Finch-API/finch-api-node/commit/035dd4cd6254ab85814cd2cd58c3a3c8f3002aca)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([cdd3c44](https://github.com/Finch-API/finch-api-node/commit/cdd3c442ab65f4a2272e29dad51670c61f977a31)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([01546e1](https://github.com/Finch-API/finch-api-node/commit/01546e16903372ec56ea2ea52bbc78eb316a028a)) |
| 19 | +* **mcp:** return logs on code tool errors ([efbc61c](https://github.com/Finch-API/finch-api-node/commit/efbc61c882aa89ed9272d6b99b9c78112a2a98b8)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([1fc5465](https://github.com/Finch-API/finch-api-node/commit/1fc546590f9e0a5d1f6acae57ba1e2d90aaa86f9)) |
| 25 | +* **api:** resolve build issues ([0c6dd07](https://github.com/Finch-API/finch-api-node/commit/0c6dd07726867eb9071649b82cb1774805e7adff)) |
| 26 | +* **java:** Resolve name collisions ([c5eba4a](https://github.com/Finch-API/finch-api-node/commit/c5eba4a582068238a7dbf386a741e57e34f47219)) |
| 27 | +* **mcp:** correct code tool API endpoint ([d8c1180](https://github.com/Finch-API/finch-api-node/commit/d8c11809ed5f3e26a8d84f85a466c7d12ff11481)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([a20b6aa](https://github.com/Finch-API/finch-api-node/commit/a20b6aa82ac3b7c2d8ad6da0a04055ba4e587beb)) |
| 29 | +* **mcp:** return tool execution error on api error ([674dbad](https://github.com/Finch-API/finch-api-node/commit/674dbad7eb2b10e532ee56ec61e8f7766acedc75)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([6e570c6](https://github.com/Finch-API/finch-api-node/commit/6e570c6d00186358d9e352b948bb39c32521dbb3)) |
| 31 | +* **tests:** fix tests ([0f4a2a9](https://github.com/Finch-API/finch-api-node/commit/0f4a2a97335a5271345fa9b90187e7cd7b8f338b)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([8dde103](https://github.com/Finch-API/finch-api-node/commit/8dde10305aca39152600f90e3e6acdbae44ebc0d)) |
| 37 | +* **internal:** codegen related update ([8f592fb](https://github.com/Finch-API/finch-api-node/commit/8f592fbea047b9dd0f2c1e731396c5324cc978c8)) |
| 38 | +* **internal:** codegen related update ([a2f39ed](https://github.com/Finch-API/finch-api-node/commit/a2f39edcc60db0cfde2e7ed61604edc90929da48)) |
| 39 | +* **internal:** codegen related update ([81499f5](https://github.com/Finch-API/finch-api-node/commit/81499f53281515aabb495720a207978feff9a6f5)) |
| 40 | +* **internal:** codegen related update ([549a9df](https://github.com/Finch-API/finch-api-node/commit/549a9dffdf2ce6ee420201b968fe46d9b3199e47)) |
| 41 | +* **internal:** upgrade eslint ([c539ee6](https://github.com/Finch-API/finch-api-node/commit/c539ee633771afb8de86b4dc5ae19b33daa2e762)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([cec809e](https://github.com/Finch-API/finch-api-node/commit/cec809e7d71f280e918ca8f09543c69af75191f3)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([188a5a3](https://github.com/Finch-API/finch-api-node/commit/188a5a3afe895440799228ae90f7108f073cbce4)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([be37b2f](https://github.com/Finch-API/finch-api-node/commit/be37b2ff2e67f14372ee83df1684302a3ba8580b)) |
| 45 | +* **mcp:** clarify http auth error ([e6e377c](https://github.com/Finch-API/finch-api-node/commit/e6e377c8e8ead2a9ad90d05ef6920b4feaa12147)) |
| 46 | +* **mcp:** upgrade jq-web ([ae263d6](https://github.com/Finch-API/finch-api-node/commit/ae263d6f37337540522d8cc220db2f310dd683eb)) |
| 47 | +* sync repo ([2a1b168](https://github.com/Finch-API/finch-api-node/commit/2a1b168017a5de12911b8e91bca8f45da3702273)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([63dfb22](https://github.com/Finch-API/finch-api-node/commit/63dfb2273f9d9fc429f1cae89beffc7e3b6b3cdb)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([c11b549](https://github.com/Finch-API/finch-api-node/commit/c11b549c82a4eaca4213fdfee1bd3c766e15c68b)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([7f3fbcb](https://github.com/Finch-API/finch-api-node/commit/7f3fbcba241e992e9e79ab7dde604d8726be8c12)) |
| 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