|
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 ([d20cfe0](https://github.com/Finch-API/finch-api-node/commit/d20cfe0bf55367cb0c2aa81765e44655ef79b216)) |
| 10 | +* **api:** api update ([801c4f6](https://github.com/Finch-API/finch-api-node/commit/801c4f6d3d558700e1e09ef2ac553cc84dbeaf40)) |
| 11 | +* **api:** api update ([76a2ba3](https://github.com/Finch-API/finch-api-node/commit/76a2ba30fdc4f2d7044d6ab5e82fa15ac8810aea)) |
| 12 | +* **api:** manual updates ([811ff1d](https://github.com/Finch-API/finch-api-node/commit/811ff1d45aaee0bf61b740d20794659f6b9396fa)) |
| 13 | +* **api:** move node to typescript generator ([1a23d9f](https://github.com/Finch-API/finch-api-node/commit/1a23d9f3266f426cd2c8bf93fc909fcf588f58c2)) |
| 14 | +* **api:** update automated code reviewer selection ([432af66](https://github.com/Finch-API/finch-api-node/commit/432af666316bcbdad4f473e2ed309dc39cb890e6)) |
| 15 | +* **mcp:** add detail field to docs search tool ([b862f12](https://github.com/Finch-API/finch-api-node/commit/b862f12aea00f21c866e7e4bd5c833b55958d34d)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([216f86f](https://github.com/Finch-API/finch-api-node/commit/216f86fcbb7d2e1bcc51d9ee3b2cc5536052d4a8)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([eea445e](https://github.com/Finch-API/finch-api-node/commit/eea445ea30e4049d7da943e6a0932a7bef56f53f)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([53bbbb4](https://github.com/Finch-API/finch-api-node/commit/53bbbb40497f46af41cbfed8d9ad88d32438ba06)) |
| 19 | +* **mcp:** return logs on code tool errors ([4d39c5a](https://github.com/Finch-API/finch-api-node/commit/4d39c5a33fbca5160d43f0673d53fe32b3e21822)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([82196e7](https://github.com/Finch-API/finch-api-node/commit/82196e715ea2341d00722e1ea6d9690768d70697)) |
| 25 | +* **api:** resolve build issues ([15f2f03](https://github.com/Finch-API/finch-api-node/commit/15f2f03070a2b57f38c0518f991f4def713bfed1)) |
| 26 | +* **java:** Resolve name collisions ([37e19c2](https://github.com/Finch-API/finch-api-node/commit/37e19c2d85260d71f9f2a7f5a881db1d60e20fc4)) |
| 27 | +* **mcp:** correct code tool API endpoint ([347365e](https://github.com/Finch-API/finch-api-node/commit/347365ea5ab3efcb6cd2690e1c37ae309b842100)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([db68264](https://github.com/Finch-API/finch-api-node/commit/db68264f493c7d02efdcd8694043a8dfdfac0b2f)) |
| 29 | +* **mcp:** return tool execution error on api error ([a2d4b03](https://github.com/Finch-API/finch-api-node/commit/a2d4b0329adca3429661e7e462a21fb6f92d8b77)) |
| 30 | +* **mcp:** return tool execution error on jq failure ([2fefb94](https://github.com/Finch-API/finch-api-node/commit/2fefb94bed3c5fa8677c8f8aae3920bbdb6c3015)) |
| 31 | +* **tests:** fix tests ([ef3b9fa](https://github.com/Finch-API/finch-api-node/commit/ef3b9fafd22e4d605f05096451f6ea28caeb4605)) |
| 32 | + |
| 33 | + |
| 34 | +### Chores |
| 35 | + |
| 36 | +* **client:** fix logger property type ([daa9409](https://github.com/Finch-API/finch-api-node/commit/daa940973d8f3ae614280ee12baed87d87059896)) |
| 37 | +* **internal:** codegen related update ([0e95467](https://github.com/Finch-API/finch-api-node/commit/0e9546752b456e424fd03dc314798e7e8de7a863)) |
| 38 | +* **internal:** codegen related update ([0249784](https://github.com/Finch-API/finch-api-node/commit/0249784b1fe366bb592197a6a1515bc29ab23f30)) |
| 39 | +* **internal:** codegen related update ([ae977d1](https://github.com/Finch-API/finch-api-node/commit/ae977d1e828e62be4a5c579d7ab3a82282cafbd3)) |
| 40 | +* **internal:** codegen related update ([74b1faa](https://github.com/Finch-API/finch-api-node/commit/74b1faa3a5af797223012de05e66c55e924f4db4)) |
| 41 | +* **internal:** upgrade eslint ([e23b94c](https://github.com/Finch-API/finch-api-node/commit/e23b94ca35080098579b0e70cc3310669e9956aa)) |
| 42 | +* mcp code tool explicit error message when missing a run function ([c134e4b](https://github.com/Finch-API/finch-api-node/commit/c134e4b59dde31b37ce751e0d6771db62a1d87af)) |
| 43 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([cafd3a3](https://github.com/Finch-API/finch-api-node/commit/cafd3a3842c796712d52e59e2af7cdf0e77091ac)) |
| 44 | +* **mcp:** add line numbers to code tool errors ([fccdb69](https://github.com/Finch-API/finch-api-node/commit/fccdb69c20d0ffa901a51c7066f4a465c4deff18)) |
| 45 | +* **mcp:** clarify http auth error ([594099d](https://github.com/Finch-API/finch-api-node/commit/594099df3092d808932fd116b26c700ac4169622)) |
| 46 | +* **mcp:** upgrade jq-web ([fe8302b](https://github.com/Finch-API/finch-api-node/commit/fe8302b53d6a3d5834da0bb722e80e446e42db04)) |
| 47 | +* sync repo ([646d585](https://github.com/Finch-API/finch-api-node/commit/646d58549b174ea47c15ab658bb7da99d2a53455)) |
| 48 | +* use latest @modelcontextprotocol/sdk ([ab708e3](https://github.com/Finch-API/finch-api-node/commit/ab708e3f5e83e8e82b69f23a3593b1346dfc7edd)) |
| 49 | + |
| 50 | + |
| 51 | +### Documentation |
| 52 | + |
| 53 | +* **mcp:** add a README button for one-click add to Cursor ([fc5bbfb](https://github.com/Finch-API/finch-api-node/commit/fc5bbfbfec15b903af4d7ec744ef1fb70ae3c30e)) |
| 54 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([b5fc623](https://github.com/Finch-API/finch-api-node/commit/b5fc623a78010d5bc8775fba5268ad0879a95409)) |
| 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