vibora 7.1.0 → 7.1.2

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.
package/README.md CHANGED
@@ -70,14 +70,16 @@ The desktop app bundles everything—just install and run. It will start the ser
70
70
 
71
71
  </details>
72
72
 
73
- ### Install Script
73
+ ### Install Script (Recommended for Remote Servers)
74
74
 
75
- For automated installation (useful for remote servers):
75
+ For remote servers or VPS, use the install script—it auto-installs all dependencies:
76
76
 
77
77
  ```bash
78
78
  curl -fsSL https://raw.githubusercontent.com/knowsuchagency/vibora/main/install.sh | bash
79
79
  ```
80
80
 
81
+ This installs bun, dtach, uv, Claude Code, GitHub CLI, Docker, cloudflared, and the vibora CLI + Claude Code plugin.
82
+
81
83
  ### Claude Code Plugin
82
84
 
83
85
  Install the plugin for automatic status sync and task management:
package/bin/vibora.js CHANGED
@@ -32629,7 +32629,7 @@ function installUv() {
32629
32629
  var package_default = {
32630
32630
  name: "vibora",
32631
32631
  private: true,
32632
- version: "7.1.0",
32632
+ version: "7.1.2",
32633
32633
  description: "Harness Attention. Orchestrate Agents. Ship.",
32634
32634
  license: "PolyForm-Shield-1.0.0",
32635
32635
  type: "module",