|
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 ([d9e3e03](https://github.com/Finch-API/finch-api-node/commit/d9e3e030a59c923ed3b9bb9672c40c116f4ce3a5)) |
| 10 | +* **api:** api update ([5634905](https://github.com/Finch-API/finch-api-node/commit/56349058a5d001c8e9bc8158f3ce03e94efebf92)) |
| 11 | +* **api:** api update ([b236255](https://github.com/Finch-API/finch-api-node/commit/b2362555a3b9e6e906a1052f7799fdfc55534f0a)) |
| 12 | +* **api:** manual updates ([cb4c4f1](https://github.com/Finch-API/finch-api-node/commit/cb4c4f1b2786ca05982bf0763c2104a4376ebe97)) |
| 13 | +* **api:** move node to typescript generator ([dd578ee](https://github.com/Finch-API/finch-api-node/commit/dd578ee02e7047715c1d9ce10c2c531723820c5e)) |
| 14 | +* **api:** update automated code reviewer selection ([cd7a07a](https://github.com/Finch-API/finch-api-node/commit/cd7a07a4feb103b303beb6bd1e518910a7edeb19)) |
| 15 | +* **mcp:** add detail field to docs search tool ([6ba2535](https://github.com/Finch-API/finch-api-node/commit/6ba2535c4a3fd53bf6a648f99db211c0c98f7b90)) |
| 16 | +* **mcp:** enable optional code execution tool on http mcp servers ([23e68ea](https://github.com/Finch-API/finch-api-node/commit/23e68ea07a858f2c2e9f1b391dda68f625f9eafa)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **api:** migrate custom code to TypeScript ([824088a](https://github.com/Finch-API/finch-api-node/commit/824088ad1d21a0aa5b0aa6acd35979bd1c88480d)) |
| 22 | +* **api:** resolve build issues ([0555376](https://github.com/Finch-API/finch-api-node/commit/0555376e22ef0b95959912174a9fb51cf938774f)) |
| 23 | +* **java:** Resolve name collisions ([921dfa5](https://github.com/Finch-API/finch-api-node/commit/921dfa53993af31ca73bfd7c2f227b2916ca8639)) |
| 24 | +* **mcp:** return tool execution error on jq failure ([1b85016](https://github.com/Finch-API/finch-api-node/commit/1b85016fbd65f7dc942a5ac51427de9e4010a49a)) |
| 25 | +* **tests:** fix tests ([6aac35c](https://github.com/Finch-API/finch-api-node/commit/6aac35c9138facc6e0436f097ad67bf4e600c158)) |
| 26 | + |
| 27 | + |
| 28 | +### Chores |
| 29 | + |
| 30 | +* **internal:** codegen related update ([7cfd502](https://github.com/Finch-API/finch-api-node/commit/7cfd502f37a5628e17982c620ebb54e94f2452bb)) |
| 31 | +* **internal:** codegen related update ([d245d3d](https://github.com/Finch-API/finch-api-node/commit/d245d3de202bd9dda187923348650acdaaa25216)) |
| 32 | +* mcp code tool explicit error message when missing a run function ([964ad56](https://github.com/Finch-API/finch-api-node/commit/964ad5601269dadeef79a20e621d76ec842bcbd9)) |
| 33 | +* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([d3302b7](https://github.com/Finch-API/finch-api-node/commit/d3302b70510697c193459d3429a66c4f99c5dd24)) |
| 34 | +* **mcp:** add line numbers to code tool errors ([4612d7b](https://github.com/Finch-API/finch-api-node/commit/4612d7b48fa3877719255df9a4bf58749678dc2b)) |
| 35 | +* **mcp:** clarify http auth error ([3adfec1](https://github.com/Finch-API/finch-api-node/commit/3adfec1f5f29e6a9b930310ebfb02ba5204a7cfa)) |
| 36 | +* **mcp:** upgrade jq-web ([fe77e86](https://github.com/Finch-API/finch-api-node/commit/fe77e86631423be02f880cbea3467398f654ff63)) |
| 37 | +* sync repo ([cd88ec2](https://github.com/Finch-API/finch-api-node/commit/cd88ec2a9470da47b16c1ccc5c756c875539d19b)) |
| 38 | + |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* **mcp:** add a README button for one-click add to Cursor ([1fc372a](https://github.com/Finch-API/finch-api-node/commit/1fc372acfe586fdba6e20b5689147244337ecd8a)) |
| 43 | +* **mcp:** add a README link to add server to VS Code or Claude Code ([6dd9259](https://github.com/Finch-API/finch-api-node/commit/6dd92599df8796b945932cfae3fdd4df93bbfcc7)) |
| 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