@claude-flow/cli 3.30.3 → 3.30.5

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.
@@ -1 +1 @@
1
- 3.30.2
1
+ 3.30.0
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "manifest": {
3
- "version": "3.30.3",
3
+ "version": "3.30.5",
4
4
  "files": {
5
5
  "auto-memory-hook.mjs": "e3e1033b24704992ddef6b31c7fa9dd7fcd9e1af7935dd77ef73402b916b31e6",
6
- "hook-handler.cjs": "dc926a1a585abac85941347894632a800a9c4394e99166726017643e5b3c5950",
6
+ "hook-handler.cjs": "f87ec28684bfc5fd0a54c46bd2a53a3fb037defe71d0ea4b8a5cb88a2cd87a3f",
7
7
  "intelligence.cjs": "5a55d979cb7ba5c8c4f27f3b2e6d686fbb1045d180023b803da672a37e05b915",
8
8
  "statusline.cjs": "7d7bdee732e1c75b863e409afb86ce0d712f4919245e990d806da6752015bffa"
9
9
  }
10
10
  },
11
- "signature": "ZRtXSuItCR6KfO1d+F5U8uguarmYnZVUlqSCi55EIEGj+aD3WMYd0dlUKLrQ89+ZbBCWEThmK5ZuXT4RgxSCBg==",
11
+ "signature": "fdiRN4WE8J/2TGX42kRLYsbEvpTiynHEl/uh0b3FnemKLzqEfcBi7gRVbSTzoJLzUg1K4jM9uqYUH9jxexvuDg==",
12
12
  "algorithm": "ed25519"
13
13
  }
@@ -89,6 +89,7 @@ function spawnDetachedHookRefresh(subcommand) {
89
89
  detached: true,
90
90
  stdio: 'ignore',
91
91
  env: process.env,
92
+ windowsHide: true,
92
93
  });
93
94
  child.unref();
94
95
  } catch (e) { /* best-effort only */ }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "generation": 1,
4
- "generatedAt": "2026-07-15T14:20:02.545Z",
5
- "gitSha": "38d60790",
4
+ "generatedAt": "2026-07-15T15:21:59.884Z",
5
+ "gitSha": "9dd999c9",
6
6
  "catalog": {
7
7
  "agents": 164,
8
8
  "tools": 387,
@@ -52,8 +52,8 @@ export function generateSettings(options) {
52
52
  };
53
53
  }
54
54
  // Note: Claude Code expects 'model' to be a string, not an object
55
- // Model preferences are stored in claudeFlow settings instead
56
- // settings.model = 'claude-sonnet-4-5-20250929'; // Uncomment if you want to set a default model
55
+ // Additional ruflo-specific model preferences live in claudeFlow.modelPreferences below
56
+ settings.model = 'claude-sonnet-5';
57
57
  // Add Agent Teams configuration (experimental feature)
58
58
  settings.env = {
59
59
  // Enable Claude Code Agent Teams for multi-agent coordination
@@ -74,7 +74,7 @@ export function generateSettings(options) {
74
74
  shell: platform.shell,
75
75
  },
76
76
  modelPreferences: {
77
- default: 'claude-opus-4-8',
77
+ default: 'claude-sonnet-5',
78
78
  routing: 'claude-haiku-4-5-20251001',
79
79
  },
80
80
  agentTeams: {
@@ -33,7 +33,7 @@ export interface AgentRecord {
33
33
  openrouterModel?: string;
34
34
  lastResult?: Record<string, unknown>;
35
35
  }
36
- export declare const DEFAULT_ANTHROPIC_MODEL = "claude-sonnet-4-6";
36
+ export declare const DEFAULT_ANTHROPIC_MODEL = "claude-sonnet-5";
37
37
  export declare function modelRejectsSamplingParams(model: string): boolean;
38
38
  export interface AnthropicCallInput {
39
39
  prompt: string;
@@ -35,25 +35,27 @@ function saveAgentStore(store) {
35
35
  // #1906/#2232 — Current model ids (Claude 4.x family):
36
36
  // Opus 4.8 → claude-opus-4-8 (current, the `opus` alias)
37
37
  // Opus 4.7 → claude-opus-4-7 (prior pin, reachable via `opus-4.7`)
38
- // Sonnet 4.6 → claude-sonnet-4-6
38
+ // Sonnet 5 → claude-sonnet-5 (current, the `sonnet` alias)
39
+ // Sonnet 4.6 → claude-sonnet-4-6 (prior pin, reachable via `sonnet-4.6`)
39
40
  // Haiku 4.5 → claude-haiku-4-5-20251001
40
- // `inherit` and the various defaults below all map to Sonnet 4.6.
41
- export const DEFAULT_ANTHROPIC_MODEL = 'claude-sonnet-4-6';
41
+ // `inherit` and the various defaults below all map to Sonnet 5.
42
+ export const DEFAULT_ANTHROPIC_MODEL = 'claude-sonnet-5';
42
43
  const MODEL_MAP = {
43
44
  haiku: 'claude-haiku-4-5-20251001',
44
- sonnet: 'claude-sonnet-4-6',
45
+ sonnet: 'claude-sonnet-5',
46
+ 'sonnet-4.6': 'claude-sonnet-4-6',
45
47
  opus: 'claude-opus-4-8',
46
48
  'opus-4.7': 'claude-opus-4-7',
47
49
  inherit: DEFAULT_ANTHROPIC_MODEL,
48
50
  };
49
- // #2357 — the adaptive-thinking family (Fable 5, Opus 4.8, Opus 4.7) removed
50
- // the sampling parameters (temperature/top_p/top_k); the Anthropic API
51
+ // #2357 — the adaptive-thinking family (Fable 5, Opus 4.8, Opus 4.7, Sonnet 5)
52
+ // removed the sampling parameters (temperature/top_p/top_k); the Anthropic API
51
53
  // returns 400 "Extra inputs are not permitted" when any is present.
52
54
  // Prefix-match so dated snapshots (e.g. claude-opus-4-8-YYYYMMDD) are
53
55
  // covered. Applies only to the direct Anthropic path — the Ollama/OpenRouter
54
56
  // OpenAI-compat paths accept temperature and are unchanged.
55
57
  export function modelRejectsSamplingParams(model) {
56
- return /^claude-(fable-5|opus-4-8|opus-4-7)/.test(model);
58
+ return /^claude-(fable-5|opus-4-8|opus-4-7|sonnet-5)/.test(model);
57
59
  }
58
60
  /**
59
61
  * Generic Anthropic Messages API call. No agent registry coupling — used
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-flow/cli",
3
- "version": "3.30.3",
3
+ "version": "3.30.5",
4
4
  "type": "module",
5
5
  "description": "Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
6
6
  "main": "dist/src/index.js",