triflux 10.9.3 → 10.9.4

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.
@@ -8,8 +8,8 @@
8
8
  "plugins": [
9
9
  {
10
10
  "name": "triflux",
11
- "description": "CLI-first multi-model orchestrator for Claude Code. Routes tasks to Codex, Gemini, and Claude CLIs with automatic triage, DAG-based parallel execution, headless psmux sessions, and cost-optimized routing. Includes 41 skills, HUD status bar, hook orchestrator, and shell-based CLI routing.",
12
- "version": "10.9.3",
11
+ "description": "Tri-CLI orchestrator for Claude Code. Routes tasks across Claude + Codex + Gemini with consensus intelligence, natural language routing, 42 skills, and cross-model review.",
12
+ "version": "10.9.4",
13
13
  "author": {
14
14
  "name": "tellang"
15
15
  },
@@ -30,5 +30,5 @@
30
30
  ]
31
31
  }
32
32
  ],
33
- "version": "10.3.2"
33
+ "version": "10.9.4"
34
34
  }
package/README.ko.md CHANGED
@@ -37,7 +37,7 @@
37
37
 
38
38
  ## 빠른 시작
39
39
 
40
- **Claude Code** (권장):
40
+ **Claude Code** (권장) — Claude Code 세션 안에서 실행:
41
41
 
42
42
  ```
43
43
  /plugin marketplace add tellang/triflux
@@ -287,7 +287,7 @@ graph TD
287
287
 
288
288
  ## 빠른 시작
289
289
 
290
- **Claude Code** (권장):
290
+ **Claude Code** (권장) — Claude Code 세션 안에서 실행:
291
291
 
292
292
  ```
293
293
  /plugin marketplace add tellang/triflux
package/README.md CHANGED
@@ -61,7 +61,7 @@ You don't need to memorize commands. Say what you want in natural language — t
61
61
 
62
62
  ## Quick Start
63
63
 
64
- **Claude Code** (recommended):
64
+ **Claude Code** (recommended) — run inside a Claude Code session:
65
65
 
66
66
  ```
67
67
  /plugin marketplace add tellang/triflux
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "10.9.3",
3
+ "version": "10.9.4",
4
4
  "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
5
  "type": "module",
6
6
  "bin": {