|
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 ([7d0f355](https://github.com/Finch-API/finch-api-node/commit/7d0f355d5d866e195f1b75b6fe5299c1b907255d)) |
| 10 | +* **api:** api update ([121bbe6](https://github.com/Finch-API/finch-api-node/commit/121bbe6832ab89f638c94dda3f6a7807e2d80f8c)) |
| 11 | +* **api:** api update ([372f294](https://github.com/Finch-API/finch-api-node/commit/372f294125b81e7092574e27778387cb9b6ed6e6)) |
| 12 | +* **api:** manual updates ([083048e](https://github.com/Finch-API/finch-api-node/commit/083048e95fb614d375ea879cf355c0792963628a)) |
| 13 | +* **api:** move node to typescript generator ([a553dbc](https://github.com/Finch-API/finch-api-node/commit/a553dbc5a59bbe2a52c42cb95e2f738837ea6f61)) |
| 14 | +* **api:** update automated code reviewer selection ([dbd2837](https://github.com/Finch-API/finch-api-node/commit/dbd2837a6f01b9319c9ae5373937460901756c46)) |
| 15 | +* **mcp:** add detail field to docs search tool ([64993d6](https://github.com/Finch-API/finch-api-node/commit/64993d6e9883cb59f356fcb97b2dd69b296caabd)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([729350b](https://github.com/Finch-API/finch-api-node/commit/729350bb47ec38d3bc16922f2f620a954b791ee0)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([1ab6776](https://github.com/Finch-API/finch-api-node/commit/1ab677626d96fc5702ba6f8845d0f6cd5dbd28df)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([47148e1](https://github.com/Finch-API/finch-api-node/commit/47148e1939ff20cbc34ce99e671ef23002f07456)) |
| 19 | +* **mcp:** return logs on code tool errors ([2f56be7](https://github.com/Finch-API/finch-api-node/commit/2f56be794849b61bd8ea04279a7bf8d5eac11065)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([3e22e3e](https://github.com/Finch-API/finch-api-node/commit/3e22e3e0f08e3bb7675ee95f275ae2d7c094c9aa)) |
| 25 | +* **api:** resolve build issues ([92c7ba3](https://github.com/Finch-API/finch-api-node/commit/92c7ba3e330f3506b652642abb5cf3928c759e3d)) |
| 26 | +* **java:** Resolve name collisions ([ccf846b](https://github.com/Finch-API/finch-api-node/commit/ccf846b99ae6d498e08d35cb9ce35921acfdd84e)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([c7e269f](https://github.com/Finch-API/finch-api-node/commit/c7e269f9513baaf703a3f149b019e12ef73fdf1d)) |
| 28 | +* **mcp:** correct code tool API endpoint ([a961773](https://github.com/Finch-API/finch-api-node/commit/a961773cf266c676816a1eb2863c74930e4efe7b)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([ddb88e4](https://github.com/Finch-API/finch-api-node/commit/ddb88e4948882461cd8212db65f24f417ad0895d)) |
| 30 | +* **mcp:** return tool execution error on api error ([6433752](https://github.com/Finch-API/finch-api-node/commit/64337522944447c53bcb7bba8a5a641875628caf)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([80ffed3](https://github.com/Finch-API/finch-api-node/commit/80ffed3ad83fa56439b7cb9c386ff2362ac5bee6)) |
| 32 | +* **tests:** fix tests ([ea69c10](https://github.com/Finch-API/finch-api-node/commit/ea69c10ec0cf34f771a1589994b59fb352923930)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([2a70a7a](https://github.com/Finch-API/finch-api-node/commit/2a70a7a19c82febe8066800229a01fd1d7445fd9)) |
| 38 | +* **internal:** codegen related update ([809bd70](https://github.com/Finch-API/finch-api-node/commit/809bd707651a338ce79087265ba36d6e7697bc36)) |
| 39 | +* **internal:** codegen related update ([544fa52](https://github.com/Finch-API/finch-api-node/commit/544fa5209772e26089bd585585e984e63bd786d7)) |
| 40 | +* **internal:** codegen related update ([e58ce2c](https://github.com/Finch-API/finch-api-node/commit/e58ce2ce59b43990419c9b70063b1b265ecaef2f)) |
| 41 | +* **internal:** codegen related update ([4869044](https://github.com/Finch-API/finch-api-node/commit/4869044bf9cb7258501d9d9d427037905bfbac04)) |
| 42 | +* **internal:** upgrade eslint ([6c7f5f7](https://github.com/Finch-API/finch-api-node/commit/6c7f5f7eefd923cd093cb030035340b2ffe138fe)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([7c7bb4a](https://github.com/Finch-API/finch-api-node/commit/7c7bb4a0d05fd25c6a04ad104171da393731b12f)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5beed54](https://github.com/Finch-API/finch-api-node/commit/5beed542d9d715bbf0831615ae7916a573e1af50)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([048eb23](https://github.com/Finch-API/finch-api-node/commit/048eb23d31851e26b19d2d6dd9437eab68ea7c8f)) |
| 46 | +* **mcp:** clarify http auth error ([9bb7113](https://github.com/Finch-API/finch-api-node/commit/9bb71131477bb246b007f26b4c5dd1c276aa939e)) |
| 47 | +* **mcp:** update lockfile ([914f314](https://github.com/Finch-API/finch-api-node/commit/914f314c38485e8b5b24c7a05c971686586e3f13)) |
| 48 | +* **mcp:** upgrade jq-web ([4caf840](https://github.com/Finch-API/finch-api-node/commit/4caf8403221cfbc5b8bb93ef6a4a8da41a36c506)) |
| 49 | +* sync repo ([2df2c5c](https://github.com/Finch-API/finch-api-node/commit/2df2c5c477ad15b561de7fb9e7e2666623fae45c)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([1b951d2](https://github.com/Finch-API/finch-api-node/commit/1b951d2e220d550a8855db518cb915976a7332aa)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([4e63a43](https://github.com/Finch-API/finch-api-node/commit/4e63a43d677e2df459b96f9f8d14f10ce9a2a908)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([43f88c0](https://github.com/Finch-API/finch-api-node/commit/43f88c05cf45f731d1b6bef4c1b2e22d1607e2f7)) |
| 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