@juspay/neurolink 12.12.7 → 12.12.8
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 -2
- package/dist/browser/neurolink.min.js +371 -371
- package/dist/core/toolExecutionRecorder.d.ts +16 -1
- package/dist/core/toolExecutionRecorder.js +21 -0
- package/dist/middleware/builtin/guardrails.js +67 -17
- package/dist/neurolink.js +6 -0
- package/dist/providers/amazonSagemaker.js +2 -1
- package/dist/providers/anthropic/client.js +2 -1
- package/dist/providers/openaiChatCompletionsBase.js +2 -1
- package/dist/types/generate.d.ts +6 -0
- package/dist/types/middleware.d.ts +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
## [12.12.
|
|
1
|
+
## [12.12.8](https://github.com/juspay/neurolink/compare/v12.12.7...v12.12.8) (2026-09-06)
|
|
2
2
|
|
|
3
3
|
### Bug Fixes
|
|
4
4
|
|
|
5
|
-
- **(
|
|
5
|
+
- **(core):** populate result.toolCalls after a native tool round trip ([c284400](https://github.com/juspay/neurolink/commit/c284400218f713c95da1412fa46e0b7148c456d0))
|
|
6
|
+
- **(middleware):** filter guardrail text runs whole, not per part or per delta ([3822179](https://github.com/juspay/neurolink/commit/382217975c39433df058e2b2c2fb91b283230725)), closes [#1636](https://github.com/juspay/neurolink/issues/1636)
|
|
6
7
|
|
|
7
8
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
8
9
|
|