vibora 8.7.2 → 9.0.1

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
@@ -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
  ![App Deployment](./screenshots/app-deployment-config.png)
114
115
 
115
- ### Repositories
116
+ ### Projects
116
117
 
117
- Manage your projects with quick actions. Create new tasks, open terminals, and configure repository settings from one place.
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
- ![Repositories](./screenshots/repositories-view.png)
120
+ ![Projects](./screenshots/repositories-view.png)
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: "8.7.2",
32638
+ version: "9.0.1",
32639
32639
  description: "Harness Attention. Orchestrate Agents. Ship.",
32640
32640
  license: "PolyForm-Shield-1.0.0",
32641
32641
  type: "module",