bosun 0.27.4 → 0.27.5
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/package.json +1 -1
- package/ui/styles/layout.css +2 -0
- package/ui/styles.monolith.css +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bosun",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.5",
|
|
4
4
|
"description": "AI-powered orchestrator supervisor — manages AI agent executors with failover, auto-restarts on failure, analyzes crashes with Codex SDK, creates PRs via Vibe-Kanban API, and sends Telegram notifications. Supports N executors with weighted distribution, multi-repo projects, and auto-setup.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache 2.0",
|
package/ui/styles/layout.css
CHANGED
|
@@ -309,10 +309,12 @@
|
|
|
309
309
|
width: 22px;
|
|
310
310
|
height: 22px;
|
|
311
311
|
transition: transform 0.2s ease, filter 0.2s ease;
|
|
312
|
+
pointer-events: none;
|
|
312
313
|
}
|
|
313
314
|
|
|
314
315
|
.nav-label {
|
|
315
316
|
line-height: 1;
|
|
317
|
+
pointer-events: none;
|
|
316
318
|
}
|
|
317
319
|
|
|
318
320
|
/* ─── More Menu (Modal Sheet) ─── */
|