|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-12-15) |
| 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 ([467526a](https://github.com/Finch-API/finch-api-node/commit/467526acc371d92ba5249774be99412b03a8f7a7)) |
| 10 | +* **api:** api update ([23c5680](https://github.com/Finch-API/finch-api-node/commit/23c568029d25af5814bdba58538560f1efac3079)) |
| 11 | +* **api:** api update ([6696856](https://github.com/Finch-API/finch-api-node/commit/6696856d2d8e4bd96a5347d08982b85f597cf243)) |
| 12 | +* **api:** manual updates ([3b0feef](https://github.com/Finch-API/finch-api-node/commit/3b0feef2145b88196328ebbb1b61ce02e6d2c328)) |
| 13 | +* **api:** move node to typescript generator ([583f0a5](https://github.com/Finch-API/finch-api-node/commit/583f0a5f54135eca0f06b906792796d74dafc382)) |
| 14 | +* **api:** update automated code reviewer selection ([e987cc9](https://github.com/Finch-API/finch-api-node/commit/e987cc9eac217c09a9c8687c5779663f713dbb21)) |
| 15 | +* **mcp:** add detail field to docs search tool ([7b9bd2d](https://github.com/Finch-API/finch-api-node/commit/7b9bd2d9da069662ebc4fea0fe9d5119e968d576)) |
| 16 | +* **mcp:** add typescript check to code execution tool ([e653223](https://github.com/Finch-API/finch-api-node/commit/e6532232021207e644b1d58c4c9e2675debd0080)) |
| 17 | +* **mcp:** enable optional code execution tool on http mcp servers ([84ee4d7](https://github.com/Finch-API/finch-api-node/commit/84ee4d744681cb7a50828d31099988649d1b5e50)) |
| 18 | +* **mcp:** handle code mode calls in the Stainless API ([98c7ef4](https://github.com/Finch-API/finch-api-node/commit/98c7ef496c3a85393756bd73d89cad6114d6d841)) |
| 19 | +* **mcp:** return logs on code tool errors ([b863bb6](https://github.com/Finch-API/finch-api-node/commit/b863bb6d91cad10625363d52fd87d32b7fb00737)) |
| 20 | + |
| 21 | + |
| 22 | +### Bug Fixes |
| 23 | + |
| 24 | +* **api:** migrate custom code to TypeScript ([48fc471](https://github.com/Finch-API/finch-api-node/commit/48fc471d69371e5daf94841f138b36259fcdb352)) |
| 25 | +* **api:** resolve build issues ([5884c09](https://github.com/Finch-API/finch-api-node/commit/5884c092f06ac912d223da4c8b0cd4be9f4e8133)) |
| 26 | +* **java:** Resolve name collisions ([62f1255](https://github.com/Finch-API/finch-api-node/commit/62f125583622fc5520b82c969ab27ee305918ef5)) |
| 27 | +* **mcp:** add client instantiation options to code tool ([3e8eb5f](https://github.com/Finch-API/finch-api-node/commit/3e8eb5fd23c36ca44e9d984561bda018e411ccd8)) |
| 28 | +* **mcp:** correct code tool API endpoint ([44e22b3](https://github.com/Finch-API/finch-api-node/commit/44e22b315b17066af1dba03f1094fbb60fc205d2)) |
| 29 | +* **mcp:** return correct lines on typescript errors ([65dcf12](https://github.com/Finch-API/finch-api-node/commit/65dcf12a5e9b772704c09405f2fded608460baca)) |
| 30 | +* **mcp:** return tool execution error on api error ([8e00e93](https://github.com/Finch-API/finch-api-node/commit/8e00e933620a3b71a7bfc07962614565231c4454)) |
| 31 | +* **mcp:** return tool execution error on jq failure ([f9ac204](https://github.com/Finch-API/finch-api-node/commit/f9ac204933db89b370bf7662864a936c85e8ff2c)) |
| 32 | +* **tests:** fix tests ([9e28782](https://github.com/Finch-API/finch-api-node/commit/9e287828c4927a1874b61871192424357147bfe6)) |
| 33 | + |
| 34 | + |
| 35 | +### Chores |
| 36 | + |
| 37 | +* **client:** fix logger property type ([9895b55](https://github.com/Finch-API/finch-api-node/commit/9895b55ec012a0a3ff16816fccee238aa8bb4552)) |
| 38 | +* **internal:** codegen related update ([ec3b7d1](https://github.com/Finch-API/finch-api-node/commit/ec3b7d1d4ee3d348a76b5f08db7803671615e701)) |
| 39 | +* **internal:** codegen related update ([dd556f4](https://github.com/Finch-API/finch-api-node/commit/dd556f43524f61ab5726503f73511df90dccc1e4)) |
| 40 | +* **internal:** codegen related update ([e20ad80](https://github.com/Finch-API/finch-api-node/commit/e20ad8031c8baafe0e2c5e8fdf62a6613292c350)) |
| 41 | +* **internal:** codegen related update ([7bd075f](https://github.com/Finch-API/finch-api-node/commit/7bd075f617ce2aaa34e6906ba6370e9faab811de)) |
| 42 | +* **internal:** upgrade eslint ([1c4b295](https://github.com/Finch-API/finch-api-node/commit/1c4b2958075bd1ad2b0b3809cadbe5dd1f9c7e7b)) |
| 43 | +* mcp code tool explicit error message when missing a run function ([9295eed](https://github.com/Finch-API/finch-api-node/commit/9295eedb5beb648809e02e7c79f1fa8e13a9f7fe)) |
| 44 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([5265a30](https://github.com/Finch-API/finch-api-node/commit/5265a30c16d0bb644564c474f36d2aa250108189)) |
| 45 | +* **mcp:** add line numbers to code tool errors ([d77cab0](https://github.com/Finch-API/finch-api-node/commit/d77cab00148c6e33c56b5cd6b851f22bc775e3ab)) |
| 46 | +* **mcp:** clarify http auth error ([abd13a4](https://github.com/Finch-API/finch-api-node/commit/abd13a46a954822fa8b5e9c85a263ef1ae05d084)) |
| 47 | +* **mcp:** update lockfile ([80c8ff0](https://github.com/Finch-API/finch-api-node/commit/80c8ff078961bb6eb88b44aaa0a45fc7ef253609)) |
| 48 | +* **mcp:** upgrade jq-web ([cce7dce](https://github.com/Finch-API/finch-api-node/commit/cce7dcee3530b3767bde371d29247785d0e5826e)) |
| 49 | +* sync repo ([7d39cc6](https://github.com/Finch-API/finch-api-node/commit/7d39cc6271c2bc921657111d960afaf81b3589e7)) |
| 50 | +* use latest @modelcontextprotocol/sdk ([21290f5](https://github.com/Finch-API/finch-api-node/commit/21290f54c95aebd505de2b1435e9d942d3bac8e5)) |
| 51 | + |
| 52 | + |
| 53 | +### Documentation |
| 54 | + |
| 55 | +* **mcp:** add a README button for one-click add to Cursor ([6784cb0](https://github.com/Finch-API/finch-api-node/commit/6784cb088fb7cbf5dfa2e8ad904d62ed8fc5ea52)) |
| 56 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([ffa9bcb](https://github.com/Finch-API/finch-api-node/commit/ffa9bcb73c23ff6186dab3f0debb420b9eeea2d9)) |
| 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