@juspay/neurolink 9.73.0 → 9.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [9.75.0](https://github.com/juspay/neurolink/compare/v9.74.0...v9.75.0) (2026-06-20)
2
+
3
+ ### Features
4
+
5
+ - **(cli):** surface tool-routing config via CLI flags ([9ad353f](https://github.com/juspay/neurolink/commit/9ad353fa98759bee21ff79b14aa08d2bacfbaf7e))
6
+
7
+ ## [9.74.0](https://github.com/juspay/neurolink/compare/v9.73.0...v9.74.0) (2026-06-20)
8
+
9
+ ### Features
10
+
11
+ - **(tool-routing):** apply routing in generate(), add decision telemetry, routing cache + session stickiness ([a1e0f81](https://github.com/juspay/neurolink/commit/a1e0f81ef450bfb3e3ec974884570e3a76bc62b2))
12
+
13
+ ### Bug Fixes
14
+
15
+ - **(ci):** cap Yama ai.maxTokens to 16000 so large PRs fit the model window ([3118149](https://github.com/juspay/neurolink/commit/31181493c7a1d35e2c003793a27880bef8c83a60)), closes [#1107](https://github.com/juspay/neurolink/issues/1107) [#1108](https://github.com/juspay/neurolink/issues/1108)
16
+
1
17
  ## [9.73.0](https://github.com/juspay/neurolink/compare/v9.72.0...v9.73.0) (2026-06-18)
2
18
 
3
19
  ### Features