|
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 ([d68fa4e](https://github.com/Finch-API/finch-api-node/commit/d68fa4e795ed913599542a074972428f88c80db8)) |
| 10 | +* **api:** api update ([12ff8d7](https://github.com/Finch-API/finch-api-node/commit/12ff8d753d16af25a7dc7241034dcf004ad1e727)) |
| 11 | +* **api:** api update ([49d8117](https://github.com/Finch-API/finch-api-node/commit/49d8117caeb1f6011fd1387bb860936272120964)) |
| 12 | +* **api:** manual updates ([f93bfee](https://github.com/Finch-API/finch-api-node/commit/f93bfee8a9c12156e62c6a3279f06c6e8259e01d)) |
| 13 | +* **api:** move node to typescript generator ([b5fe13a](https://github.com/Finch-API/finch-api-node/commit/b5fe13a011b2d7269b8350de70de7344bf99cee0)) |
| 14 | +* **api:** update automated code reviewer selection ([832d368](https://github.com/Finch-API/finch-api-node/commit/832d368d88a207b66e04d705788343252de966d9)) |
| 15 | +* **mcp:** add detail field to docs search tool ([08482fa](https://github.com/Finch-API/finch-api-node/commit/08482fa42b674e36a70f6cba86258b788f9bbfe5)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([2c38a25](https://github.com/Finch-API/finch-api-node/commit/2c38a25c4e0ddad65b9dcf635a6fe2888f499a41)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([4bc4440](https://github.com/Finch-API/finch-api-node/commit/4bc4440fbbe0f197f4b773bcbd6cf1562017dd2e)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([4036a4c](https://github.com/Finch-API/finch-api-node/commit/4036a4c00a624d96a32c3a1a0f2c4563b94b5af4)) |
| 19 | +* **mcp:** return logs on code tool errors ([9cf041a](https://github.com/Finch-API/finch-api-node/commit/9cf041a5bf7b5c5bc4d33937bb22516a7dfa44c8)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([356d43b](https://github.com/Finch-API/finch-api-node/commit/356d43b668c8d009fd240c72b08278ac16d2c646)) |
| 25 | +* **api:** resolve build issues ([a1eeafa](https://github.com/Finch-API/finch-api-node/commit/a1eeafab5dca215d2739f5eb64ac77d4a2a78a9f)) |
| 26 | +* **java:** Resolve name collisions ([02a928c](https://github.com/Finch-API/finch-api-node/commit/02a928c24b49598a84bc68bb1d5540abb47fbdd1)) |
| 27 | +* **mcp:** correct code tool API endpoint ([def5e5a](https://github.com/Finch-API/finch-api-node/commit/def5e5a956304bba2ff16fd73f0e96b983979986)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([3742060](https://github.com/Finch-API/finch-api-node/commit/3742060a753752c1e9da227588e9a32e3b6922b1)) |
| 29 | +* **mcp:** return tool execution error on api error ([3e47579](https://github.com/Finch-API/finch-api-node/commit/3e47579166d84183ab729389483eee4f0ce59921)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([7ae62ed](https://github.com/Finch-API/finch-api-node/commit/7ae62edbc3f5cff708415fd1b94d4484872a5b8d)) |
| 31 | +* **tests:** fix tests ([dd1ab53](https://github.com/Finch-API/finch-api-node/commit/dd1ab533ef0c2a8395f6ac5aa4eefc33f91f5ee1)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([20c9538](https://github.com/Finch-API/finch-api-node/commit/20c9538a50e51032a79ba3a9c3e17a5d150c8a96)) |
| 37 | +* **internal:** codegen related update ([75b3a9f](https://github.com/Finch-API/finch-api-node/commit/75b3a9f1b01fc03cdde8f300f6b83ca168495704)) |
| 38 | +* **internal:** codegen related update ([eb69a14](https://github.com/Finch-API/finch-api-node/commit/eb69a145c4b9e719f24a7e534210c63aa6a03609)) |
| 39 | +* **internal:** codegen related update ([afe5b18](https://github.com/Finch-API/finch-api-node/commit/afe5b18d9267a428e7a3523165ffd6ce2f0f403e)) |
| 40 | +* **internal:** codegen related update ([0a91517](https://github.com/Finch-API/finch-api-node/commit/0a915170c6f4b9e92683199751841cc0077af03c)) |
| 41 | +* **internal:** upgrade eslint ([486b81b](https://github.com/Finch-API/finch-api-node/commit/486b81b56217d89cf4586ca130d0b750f7fcd47f)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([dcbe4d8](https://github.com/Finch-API/finch-api-node/commit/dcbe4d8143772d44b6b58af6142af2a8fad08d60)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([f756964](https://github.com/Finch-API/finch-api-node/commit/f7569647afe3931164ea437a234c1c014b010508)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([fd8dda8](https://github.com/Finch-API/finch-api-node/commit/fd8dda8ecb884aafab454d89611963726124112c)) |
| 45 | +* **mcp:** clarify http auth error ([cd60802](https://github.com/Finch-API/finch-api-node/commit/cd6080268454bbf974a326ac077402fac3e52434)) |
| 46 | +* **mcp:** upgrade jq-web ([38fde50](https://github.com/Finch-API/finch-api-node/commit/38fde507af1c45bded7f161881d7a0caf18bc982)) |
| 47 | +* sync repo ([6b3a44e](https://github.com/Finch-API/finch-api-node/commit/6b3a44e59ddccf2d36151c2b76746170866cc161)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([1bcefbb](https://github.com/Finch-API/finch-api-node/commit/1bcefbb42921da835c6df0330c57be94c5ad00d1)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([ccc9900](https://github.com/Finch-API/finch-api-node/commit/ccc9900d5211019440bb28273ad8239bc4421bfa)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([eb3c9e3](https://github.com/Finch-API/finch-api-node/commit/eb3c9e38b158c97f30113d1307d6ee4a88760dbd)) |
| 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