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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bosun",
3
- "version": "0.27.4",
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",
@@ -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) ─── */
@@ -260,10 +260,12 @@ body {
260
260
  .nav-item svg {
261
261
  width: 22px;
262
262
  height: 22px;
263
+ pointer-events: none;
263
264
  }
264
265
 
265
266
  .nav-label {
266
267
  line-height: 1;
268
+ pointer-events: none;
267
269
  }
268
270
 
269
271
  /* ─── Cards ─── */