vibora 6.2.0 → 6.2.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
@@ -101,17 +101,17 @@ See all your Claude Code sessions across every task and worktree in a single par
101
101
 
102
102
  ![Task Terminals View](./screenshots/terminals-view-with-tests.png)
103
103
 
104
- ### Repositories
104
+ ### App Deployment
105
105
 
106
- Manage your projects with quick actions. Create new tasks, open terminals, and configure repository settings from one place.
106
+ Deploy applications directly from Vibora with Docker Compose. Edit compose files inline, configure environment variables, and manage services with automatic Traefik routing and optional Cloudflare DNS integration.
107
107
 
108
- ![Repositories](./screenshots/repositories-view.png)
108
+ ![App Deployment](./screenshots/app-deployment-config.png)
109
109
 
110
- ### PR Review
110
+ ### Repositories
111
111
 
112
- Monitor pull requests across all your repositories. Filter by status, organization, and more.
112
+ Manage your projects with quick actions. Create new tasks, open terminals, and configure repository settings from one place.
113
113
 
114
- ![PR Review](./screenshots/review-pull-requests.png)
114
+ ![Repositories](./screenshots/repositories-view.png)
115
115
 
116
116
  ### System Monitoring
117
117
 
package/bin/vibora.js CHANGED
@@ -32610,7 +32610,7 @@ function installUv() {
32610
32610
  var package_default = {
32611
32611
  name: "vibora",
32612
32612
  private: true,
32613
- version: "6.2.0",
32613
+ version: "6.2.1",
32614
32614
  description: "The Vibe Engineer's Cockpit",
32615
32615
  license: "PolyForm-Shield-1.0.0",
32616
32616
  type: "module",