@opencow-ai/opencow-agent-sdk 0.4.12 → 0.4.14

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.
@@ -46,7 +46,7 @@ export type SideQueryOptions = {
46
46
  /**
47
47
  * Lightweight API wrapper for "side queries" outside the main conversation loop.
48
48
  *
49
- * Use this instead of direct client.beta.messages.create() calls to ensure
49
+ * Use this instead of direct client.messages.create() calls to ensure
50
50
  * proper OAuth token validation with fingerprint attribution headers.
51
51
  *
52
52
  * This handles:
@@ -112,6 +112,7 @@ export type ToolRuntimeContext = {
112
112
  agentDefinitions: AgentDefinitionsResult;
113
113
  maxBudgetUsd?: number;
114
114
  maxOutputTokens?: number;
115
+ maxOutputTokensLimit?: number;
115
116
  contextWindow?: number;
116
117
  customSystemPrompt?: string;
117
118
  appendSystemPrompt?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencow-ai/opencow-agent-sdk",
3
- "version": "0.4.12",
3
+ "version": "0.4.14",
4
4
  "description": "Claude Code opened to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",