@juspay/neurolink 11.11.0 → 11.11.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 +1 -9
- package/dist/browser/neurolink.min.js +392 -392
- package/dist/lib/providers/anthropic/client.js +177 -295
- package/dist/lib/providers/anthropic/loopAdapter.js +3 -0
- package/dist/lib/providers/googleAiStudio/client.js +10 -1
- package/dist/lib/types/loopEngine.d.ts +12 -0
- package/dist/providers/anthropic/client.js +177 -295
- package/dist/providers/anthropic/loopAdapter.js +3 -0
- package/dist/providers/googleAiStudio/client.js +10 -1
- package/dist/types/loopEngine.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
## [11.11.
|
|
2
|
-
|
|
3
|
-
### Features
|
|
4
|
-
|
|
5
|
-
- **(core):** carry tool-call id and error on loop tool executions ([d5f0be6](https://github.com/juspay/neurolink/commit/d5f0be66ec1566eaa2de6e61aa8ab826a4f48334))
|
|
6
|
-
|
|
7
|
-
### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- **(anthropic):** keep truncated final_result payloads verbatim in the loop adapter ([65c74e7](https://github.com/juspay/neurolink/commit/65c74e71fa1584c7f823a45133f9f2ae8d3278f3))
|
|
1
|
+
## [11.11.2](https://github.com/juspay/neurolink/compare/v11.11.1...v11.11.2) (2026-08-21)
|
|
10
2
|
|
|
11
3
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
12
4
|
|