vibora 8.7.2 → 9.0.0
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 +4 -3
- package/bin/vibora.js +1 -1
- package/dist/assets/{index-CaCCbgeT.js → index-BotVg9qr.js} +107 -107
- package/dist/assets/index-ur6QLS8W.css +1 -0
- package/dist/index.html +2 -2
- package/drizzle/0022_jazzy_ricochet.sql +15 -0
- package/drizzle/0023_flowery_lily_hollister.sql +1 -0
- package/drizzle/meta/0022_snapshot.json +1048 -0
- package/drizzle/meta/0023_snapshot.json +1056 -0
- package/drizzle/meta/_journal.json +14 -0
- package/package.json +1 -1
- package/server/index.js +45726 -44389
- package/dist/assets/index-CJiCVxTK.css +0 -1
package/README.md
CHANGED
|
@@ -18,6 +18,7 @@ Vibora supports **Claude Code** and **OpenCode** with per-repository and per-tas
|
|
|
18
18
|
|
|
19
19
|
## Key Features
|
|
20
20
|
|
|
21
|
+
- **Projects** — Unified view combining repositories and app deployments with workspace terminals
|
|
21
22
|
- **App Deployment** — Deploy with Docker Compose, automatic Traefik routing, optional Cloudflare DNS integration
|
|
22
23
|
- **Parallel Agent Orchestration** — Run multiple AI coding agent sessions across different tasks and worktrees
|
|
23
24
|
- **Multi-Agent Support** — Use Claude Code or OpenCode, configurable globally, per-repo, or per-task
|
|
@@ -112,11 +113,11 @@ Deploy applications directly from Vibora with Docker Compose. Edit compose files
|
|
|
112
113
|
|
|
113
114
|

|
|
114
115
|
|
|
115
|
-
###
|
|
116
|
+
### Projects
|
|
116
117
|
|
|
117
|
-
|
|
118
|
+
Projects unify your code repositories and app deployments into a single entity. Manage workspace terminals, task settings, and deployment configuration from one place.
|
|
118
119
|
|
|
119
|
-

|
|
120
121
|
|
|
121
122
|
### Browser Preview
|
|
122
123
|
|
package/bin/vibora.js
CHANGED
|
@@ -32635,7 +32635,7 @@ function installUv() {
|
|
|
32635
32635
|
var package_default = {
|
|
32636
32636
|
name: "vibora",
|
|
32637
32637
|
private: true,
|
|
32638
|
-
version: "
|
|
32638
|
+
version: "9.0.0",
|
|
32639
32639
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
32640
32640
|
license: "PolyForm-Shield-1.0.0",
|
|
32641
32641
|
type: "module",
|