@juspay/neurolink 11.11.6 → 11.11.7
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
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
## [11.11.
|
|
1
|
+
## [11.11.7](https://github.com/juspay/neurolink/compare/v11.11.6...v11.11.7) (2026-08-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **(core):** drop the loop adapter's dead turn-timeout fields ([e8ee1bb](https://github.com/juspay/neurolink/commit/e8ee1bb72d7a846ac17c731eade0aea8899d1894))
|
|
2
6
|
|
|
3
7
|
## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
|
|
4
8
|
|
|
@@ -95,9 +95,6 @@ export type AgenticLoopToolFailureBreaker = {
|
|
|
95
95
|
export type AgenticLoopAdapter<TConversation = unknown, TRaw = unknown> = {
|
|
96
96
|
readonly providerLabel: string;
|
|
97
97
|
readonly maxSteps: number;
|
|
98
|
-
/** Pre-existing per-family flat timeout, used as createTurnClock's deadline default. */
|
|
99
|
-
readonly defaultTurnTimeoutMs?: number;
|
|
100
|
-
readonly stallTimeoutMs?: number;
|
|
101
98
|
/** Set only for adapter instances whose client has the TOOL_NOT_FOUND strike breaker today: both Gemini adapters (AI Studio, Vertex+Gemini) AND the Vertex+Claude call to createAnthropicLoopAdapter — NOT the native-Anthropic call to that same factory, and not Bedrock. See Verified Fact 4. */
|
|
102
99
|
readonly toolFailureBreaker?: AgenticLoopToolFailureBreaker;
|
|
103
100
|
/**
|
|
@@ -95,9 +95,6 @@ export type AgenticLoopToolFailureBreaker = {
|
|
|
95
95
|
export type AgenticLoopAdapter<TConversation = unknown, TRaw = unknown> = {
|
|
96
96
|
readonly providerLabel: string;
|
|
97
97
|
readonly maxSteps: number;
|
|
98
|
-
/** Pre-existing per-family flat timeout, used as createTurnClock's deadline default. */
|
|
99
|
-
readonly defaultTurnTimeoutMs?: number;
|
|
100
|
-
readonly stallTimeoutMs?: number;
|
|
101
98
|
/** Set only for adapter instances whose client has the TOOL_NOT_FOUND strike breaker today: both Gemini adapters (AI Studio, Vertex+Gemini) AND the Vertex+Claude call to createAnthropicLoopAdapter — NOT the native-Anthropic call to that same factory, and not Bedrock. See Verified Fact 4. */
|
|
102
99
|
readonly toolFailureBreaker?: AgenticLoopToolFailureBreaker;
|
|
103
100
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/neurolink",
|
|
3
|
-
"version": "11.11.
|
|
3
|
+
"version": "11.11.7",
|
|
4
4
|
"packageManager": "pnpm@10.15.1",
|
|
5
5
|
"description": "TypeScript AI SDK with 24+ LLM providers behind one consistent API. MCP-native (connect any MCP server), voice TTS/STT/realtime, RAG, agents, memory, context compaction. OpenAI · Anthropic · Gemini · Bedrock · Azure · Ollama · DeepSeek · NVIDIA NIM and more.",
|
|
6
6
|
"author": {
|