@hive-org/cli
Advanced tools
@@ -16,3 +16,3 @@ import { generateText, Output } from 'ai'; | ||
| .min(1) | ||
| .max(1000) | ||
| .max(2000) | ||
| .nullable() | ||
@@ -19,0 +19,0 @@ .describe('Your CT-style take on this signal. Short, punchy, in character. Think tweet, not essay. null if skipping.'), |
| const PROVIDERS = [ | ||
| { | ||
| envVar: 'ANTHROPIC_API_KEY', | ||
| defaultModel: 'claude-opus-4-5', | ||
| defaultModel: 'claude-sonnet-4-5', | ||
| load: async (modelId) => { | ||
@@ -6,0 +6,0 @@ const { anthropic } = await import('@ai-sdk/anthropic'); |
@@ -13,3 +13,3 @@ import { streamText } from 'ai'; | ||
| case 'anthropic': | ||
| return createAnthropic({ apiKey })('claude-sonnet-4-5-20250929'); | ||
| return createAnthropic({ apiKey })('claude-sonnet-4-5'); | ||
| case 'google': | ||
@@ -16,0 +16,0 @@ return createGoogleGenerativeAI({ apiKey })('gemini-2.0-flash'); |
+1
-1
| { | ||
| "name": "@hive-org/cli", | ||
| "version": "0.0.12", | ||
| "version": "0.0.13", | ||
| "description": "CLI for bootstrapping Hive AI Agents", | ||
@@ -5,0 +5,0 @@ "type": "module", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
244145
0