|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-05) |
| 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 ([57d0bbd](https://github.com/Finch-API/finch-api-node/commit/57d0bbd5e0b0dc24758e8edb720b46a1d65ff85b)) |
| 10 | +* **api:** api update ([6455060](https://github.com/Finch-API/finch-api-node/commit/6455060d6a6023b3120367aa8cb3cb5fd9f9d145)) |
| 11 | +* **api:** api update ([65477e0](https://github.com/Finch-API/finch-api-node/commit/65477e0b638e91d249d68f8d163fb5bb4bce425a)) |
| 12 | +* **api:** manual updates ([6616fdd](https://github.com/Finch-API/finch-api-node/commit/6616fddd9b64cb533c982834a47db629a67800f8)) |
| 13 | +* **api:** move node to typescript generator ([aeabc1d](https://github.com/Finch-API/finch-api-node/commit/aeabc1de17febff484bec4b43887c7e7ec96ad23)) |
| 14 | +* **api:** update automated code reviewer selection ([fefe914](https://github.com/Finch-API/finch-api-node/commit/fefe91401e8c7a29d97ae26ec36b956c01cdf795)) |
| 15 | +* **mcp:** add detail field to docs search tool ([57b8a4b](https://github.com/Finch-API/finch-api-node/commit/57b8a4b60fe61a877812c7d3fd179cec396e6eea)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([7fe3875](https://github.com/Finch-API/finch-api-node/commit/7fe38758f31783a1acd794e65d3e9f9dcfb65716)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([5c4a6b1](https://github.com/Finch-API/finch-api-node/commit/5c4a6b1d5e52bbd72d30844a79c18b496f268206)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([883f567](https://github.com/Finch-API/finch-api-node/commit/883f5678b3071b065000982aa6bd8a6f07e1cecf)) |
| 19 | +* **mcp:** return logs on code tool errors ([2151fbb](https://github.com/Finch-API/finch-api-node/commit/2151fbb4e9cf850c4ab6f58ecd06a82f7eff856c)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([cf683a3](https://github.com/Finch-API/finch-api-node/commit/cf683a359201b2f88b818de51908bad9d31ba91c)) |
| 25 | +* **api:** resolve build issues ([4708868](https://github.com/Finch-API/finch-api-node/commit/4708868314e83ba74f7866e6e5af60c3fb2b46c8)) |
| 26 | +* **java:** Resolve name collisions ([4915293](https://github.com/Finch-API/finch-api-node/commit/4915293a32949ec4ba59bd1106e22dfa8a690044)) |
| 27 | +* **mcp:** correct code tool API endpoint ([a821066](https://github.com/Finch-API/finch-api-node/commit/a82106643b0f33fbfda5ae11da9b48683b5e3269)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([46df79a](https://github.com/Finch-API/finch-api-node/commit/46df79ad0d017f76810be04bdb8f25ca28e13898)) |
| 29 | +* **mcp:** return tool execution error on api error ([4d603a2](https://github.com/Finch-API/finch-api-node/commit/4d603a21c2e25346ef9905f872c5dfddee8e172d)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([99024a3](https://github.com/Finch-API/finch-api-node/commit/99024a3c29db0931f1e6a4890a503b51b1cbb1fc)) |
| 31 | +* **tests:** fix tests ([0190ee5](https://github.com/Finch-API/finch-api-node/commit/0190ee5c852641a20abfc73c48b715b63e3dc37d)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([894ec76](https://github.com/Finch-API/finch-api-node/commit/894ec764dbf35a5cadbd7d655ab132a182b6278c)) |
| 37 | +* **internal:** codegen related update ([7cbca16](https://github.com/Finch-API/finch-api-node/commit/7cbca16e27282cf7e6884948b868066d6d136b6a)) |
| 38 | +* **internal:** codegen related update ([0ee1524](https://github.com/Finch-API/finch-api-node/commit/0ee1524b4e8214adca18b4315319826a4d4b62d8)) |
| 39 | +* **internal:** codegen related update ([5eb0abf](https://github.com/Finch-API/finch-api-node/commit/5eb0abf0569125e4707ad1500cfcb690e6fb7754)) |
| 40 | +* **internal:** upgrade eslint ([eb41803](https://github.com/Finch-API/finch-api-node/commit/eb418033c870ae60e9ee3c3fd09280c2bebce238)) |
| 41 | +* mcp code tool explicit error message when missing a run function ([5b0c3f5](https://github.com/Finch-API/finch-api-node/commit/5b0c3f5172607f47139984be5c806e8a5b7a0771)) |
| 42 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([9d2c227](https://github.com/Finch-API/finch-api-node/commit/9d2c227e595967affbf111004caedc65d7f32884)) |
| 43 | +* **mcp:** add line numbers to code tool errors ([b1bfbf1](https://github.com/Finch-API/finch-api-node/commit/b1bfbf10a24c6ed7f58dfcbbee26149a23922e8d)) |
| 44 | +* **mcp:** clarify http auth error ([f3cf20c](https://github.com/Finch-API/finch-api-node/commit/f3cf20c8ba21fb4c6293038495bad7b7d89e1ec5)) |
| 45 | +* **mcp:** upgrade jq-web ([e6ad5d0](https://github.com/Finch-API/finch-api-node/commit/e6ad5d09ac9ef3fb88e0fe3ba3bcc195c1ccded1)) |
| 46 | +* sync repo ([ca9f788](https://github.com/Finch-API/finch-api-node/commit/ca9f788ec398156e54f1cc83f40bdd0ebe93950f)) |
| 47 | +* use latest @modelcontextprotocol/sdk ([56692c2](https://github.com/Finch-API/finch-api-node/commit/56692c291133e993eb1a0a42510a2b43dff4b294)) |
| 48 | + |
| 49 | + |
| 50 | +### Documentation |
| 51 | + |
| 52 | +* **mcp:** add a README button for one-click add to Cursor ([073fe9e](https://github.com/Finch-API/finch-api-node/commit/073fe9e6c7271a113a8021273ffc426cfd10a655)) |
| 53 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([83d27a3](https://github.com/Finch-API/finch-api-node/commit/83d27a3b377d0f141beab2164b66ef6511bbb00b)) |
| 54 | + |
3 | 55 | ## 6.38.0 (2025-10-27) |
4 | 56 |
|
5 | 57 | 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