@agentionai/agents 0.11.0 → 0.11.1

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.
@@ -8,7 +8,7 @@
8
8
  * You can also provide any custom string for newer models not yet listed.
9
9
  * @see https://docs.anthropic.com/en/docs/about-claude/models
10
10
  */
11
- export type ClaudeModel = "claude-opus-4-5" | "claude-sonnet-4-5" | "claude-haiku-4-5" | (string & Record<never, never>);
11
+ export type ClaudeModel = "claude-opus-4-7" | "claude-opus-4-6" | "claude-sonnet-4-6" | "claude-opus-4-5" | "claude-sonnet-4-5" | "claude-haiku-4-5" | "claude-haiku-4-5-20251001" | (string & Record<never, never>);
12
12
  /**
13
13
  * Supported Google Gemini models.
14
14
  * You can also provide any custom string for newer models not yet listed.
@@ -167,6 +167,7 @@ class VizReporter extends events_1.EventEmitter {
167
167
  this.scheduleReconnect();
168
168
  };
169
169
  ws.onerror = () => {
170
+ ws.onerror = null;
170
171
  ws.close();
171
172
  };
172
173
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agentionai/agents",
3
3
  "author": "Laurent Zuijdwijk",
4
- "version": "0.11.0",
4
+ "version": "0.11.1",
5
5
  "description": "Agent Library",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",