@juspay/neurolink 11.16.2 → 11.17.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 +3 -4
- package/dist/browser/neurolink.min.js +384 -384
- package/dist/core/loopEngine.js +2 -0
- package/dist/providers/anthropic/client.js +5 -2
- package/dist/providers/anthropic/loopAdapter.d.ts +1 -1
- package/dist/providers/anthropic/loopAdapter.js +48 -6
- package/dist/providers/googleNativeGemini3/utils.js +5 -1
- package/dist/providers/googleVertex/client.js +543 -848
- package/dist/types/loopEngine.d.ts +63 -4
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
## [11.
|
|
1
|
+
## [11.17.0](https://github.com/juspay/neurolink/compare/v11.16.3...v11.17.0) (2026-08-22)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Features
|
|
4
4
|
|
|
5
|
-
- **(
|
|
6
|
-
- **(tools):** read the real catalog field in the provider onboarding gate ([e4bdc60](https://github.com/juspay/neurolink/commit/e4bdc6048eb9e25da9cd6956eb97fa9e431464b3))
|
|
5
|
+
- **(googleVertex):** run both Claude turns on the shared loop engine ([127c97c](https://github.com/juspay/neurolink/commit/127c97c75a3292a569283d727c98f1de5c4e81d9))
|
|
7
6
|
|
|
8
7
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
9
8
|
|