@juspay/neurolink 11.25.2 → 11.25.4
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 +5 -3
- package/dist/browser/neurolink.min.js +350 -350
- package/dist/core/baseProvider.d.ts +50 -4
- package/dist/core/baseProvider.js +117 -5
- package/dist/localUsage/claudeCodeReader.js +2 -6
- package/dist/localUsage/codexReader.js +2 -6
- package/dist/localUsage/openCodeReader.js +4 -6
- package/dist/localUsage/scanWindow.d.ts +29 -0
- package/dist/localUsage/scanWindow.js +42 -0
- package/dist/providers/anthropic/client.js +22 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
## [11.25.
|
|
1
|
+
## [11.25.4](https://github.com/juspay/neurolink/compare/v11.25.3...v11.25.4) (2026-08-25)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Bug Fixes
|
|
4
4
|
|
|
5
|
-
- **(
|
|
5
|
+
- **(anthropic):** stop a streaming error from killing the caller's process ([6ab8405](https://github.com/juspay/neurolink/commit/6ab84050773c3719583e9bce2986a0182f0b1e2e))
|
|
6
|
+
- **(core):** classify provider errors that surface during stream iteration ([b79b9e3](https://github.com/juspay/neurolink/commit/b79b9e38bbb426038ce6b25ea055c1c46b8c382b))
|
|
7
|
+
- **(localUsage):** close the third door into an unbounded transcript scan ([3fef5a4](https://github.com/juspay/neurolink/commit/3fef5a4bbaad94682854f71901af5add4258dc09)), closes [#1496](https://github.com/juspay/neurolink/issues/1496)
|
|
6
8
|
|
|
7
9
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
8
10
|
|