@juspay/neurolink 9.80.0 → 9.80.2
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 +12 -0
- package/dist/browser/neurolink.min.js +349 -349
- package/dist/core/constants.d.ts +2 -0
- package/dist/core/constants.js +2 -0
- package/dist/lib/core/constants.d.ts +2 -0
- package/dist/lib/core/constants.js +2 -0
- package/dist/lib/providers/googleNativeGemini3.d.ts +20 -2
- package/dist/lib/providers/googleNativeGemini3.js +37 -4
- package/dist/lib/providers/googleVertex.d.ts +5 -2
- package/dist/lib/providers/googleVertex.js +786 -518
- package/dist/providers/googleNativeGemini3.d.ts +20 -2
- package/dist/providers/googleNativeGemini3.js +37 -4
- package/dist/providers/googleVertex.d.ts +5 -2
- package/dist/providers/googleVertex.js +786 -518
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [9.80.2](https://github.com/juspay/neurolink/compare/v9.80.1...v9.80.2) (2026-07-01)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **(vertex):** honor abortSignal + graceful step-cap message in native Gemini-3 loop ([60ff175](https://github.com/juspay/neurolink/commit/60ff17521b1b1c04cf4b114713ab0026eeaa3f3a))
|
|
6
|
+
|
|
7
|
+
## [9.80.1](https://github.com/juspay/neurolink/compare/v9.80.0...v9.80.1) (2026-06-30)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **(vertex):** replay tool calls/results in native Claude conversation history ([a309436](https://github.com/juspay/neurolink/commit/a309436837db1507ee93e13ba949e1885f059c03))
|
|
12
|
+
|
|
1
13
|
## [9.80.0](https://github.com/juspay/neurolink/compare/v9.79.3...v9.80.0) (2026-06-30)
|
|
2
14
|
|
|
3
15
|
### Features
|