🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@hive-org/cli

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hive-org/cli - npm Package Compare versions

Comparing version
0.0.12
to
0.0.13
+1
-1
dist/agent/analysis.js

@@ -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');

{
"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",