@polpo-ai/sdk 0.5.20 → 0.5.23

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.
@@ -556,7 +556,7 @@ export type TemplateRunResult = PlaybookRunResult;
556
556
  export type ReasoningLevel = "off" | "minimal" | "low" | "medium" | "high" | "xhigh";
557
557
  /** Primary model with ordered fallbacks. */
558
558
  export interface ModelConfig {
559
- /** Primary model spec (e.g. "anthropic:claude-opus-4-6"). */
559
+ /** Primary model spec (e.g. "anthropic/claude-opus-4-6"). */
560
560
  primary?: string;
561
561
  /** Ordered fallback models — tried when primary fails. */
562
562
  fallbacks?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polpo-ai/sdk",
3
- "version": "0.5.20",
3
+ "version": "0.5.23",
4
4
  "description": "Polpo SDK — typed HTTP client, SSE streaming, and reactive store for AI agent orchestration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",