|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 7.0.0 (2025-11-25) |
| 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 ([b2b5f59](https://github.com/Finch-API/finch-api-node/commit/b2b5f59ff0d33e9e1bb0e2dd71d50da9f4dfa23d)) |
| 10 | +* **api:** api update ([df82367](https://github.com/Finch-API/finch-api-node/commit/df8236700ecbc23c9d96682aff400f20d7579ce3)) |
| 11 | +* **api:** api update ([4cbd6cc](https://github.com/Finch-API/finch-api-node/commit/4cbd6ccef64c946156b095e038702c195a282a0b)) |
| 12 | +* **api:** manual updates ([6fdd709](https://github.com/Finch-API/finch-api-node/commit/6fdd7099c77dc1f456f6f97310e09b2f36a573b3)) |
| 13 | +* **api:** move node to typescript generator ([1c57460](https://github.com/Finch-API/finch-api-node/commit/1c57460b7635a54e4d5c983905b1b13fd63880ee)) |
| 14 | +* **api:** update automated code reviewer selection ([6509328](https://github.com/Finch-API/finch-api-node/commit/650932880158ac39756d7abbe64fc5fbdc37a28e)) |
| 15 | +* **mcp:** add detail field to docs search tool ([59564ae](https://github.com/Finch-API/finch-api-node/commit/59564aefaacfc6ff228608fdef4095c16960d9b3)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([ecf4efb](https://github.com/Finch-API/finch-api-node/commit/ecf4efb08698761cf976e75d4a64b5a6d6a31ab6)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([b03d1d0](https://github.com/Finch-API/finch-api-node/commit/b03d1d0366621ac911676019f7b5e127f2c6b131)) |
| 22 | +* **api:** resolve build issues ([a23a848](https://github.com/Finch-API/finch-api-node/commit/a23a848853783d48931cd5bf070e0b57c57f1ef1)) |
| 23 | +* **java:** Resolve name collisions ([0e035d3](https://github.com/Finch-API/finch-api-node/commit/0e035d37111254dc1441246b9ebfb29e6a3b13a3)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([c83937c](https://github.com/Finch-API/finch-api-node/commit/c83937c868f7759f4fb161ea18881733f195dac3)) |
| 25 | +* **tests:** fix tests ([0833c3e](https://github.com/Finch-API/finch-api-node/commit/0833c3ef0a6357393e01126c7413f7bd53fd07d7)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([3da0ebf](https://github.com/Finch-API/finch-api-node/commit/3da0ebf3f1d99a9628d8dcc247563a5692467b35)) |
| 31 | +* **internal:** codegen related update ([620c380](https://github.com/Finch-API/finch-api-node/commit/620c380c9596fbdde6179b5ebc200924b932b007)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([df2bb4f](https://github.com/Finch-API/finch-api-node/commit/df2bb4f3b2db9a41e4524501cbb7329bb81552ff)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([699dfc4](https://github.com/Finch-API/finch-api-node/commit/699dfc44cf1a322f94fca9729a79a820fd08d8a4)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([cce47b0](https://github.com/Finch-API/finch-api-node/commit/cce47b03d7eac260f5e4ddec2959c90a7a579e26)) |
| 35 | +* **mcp:** clarify http auth error ([5ce79bd](https://github.com/Finch-API/finch-api-node/commit/5ce79bd528e3a00aef0f7b9734a30b3d93d719ff)) |
| 36 | +* **mcp:** upgrade jq-web ([c965c9f](https://github.com/Finch-API/finch-api-node/commit/c965c9f3fe5d1c061afd5e2980be8ba86ade0967)) |
| 37 | +* sync repo ([b314979](https://github.com/Finch-API/finch-api-node/commit/b31497904b834d8c0e31a228d473b86211828430)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([404c039](https://github.com/Finch-API/finch-api-node/commit/404c039acd4be71eee69fb76674974f99402c19f)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([2094b79](https://github.com/Finch-API/finch-api-node/commit/2094b797f19785793ea3b81e38b5b2dfcdbefbd1)) |
| 44 | + |
3 | 45 | ## 6.38.0 (2025-10-27) |
4 | 46 |
|
5 | 47 | 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