Rename binary to agent-orchestrator, add splash screen, fix white flash

- Rename Cargo package from bterminal to agent-orchestrator so WM_CLASS
  matches desktop entry and taskbar groups correctly
- Update lib name (agent_orchestrator_lib) and telemetry service name
- Add Pandora's Box splash screen with progress steps during startup
- Prevent white window flash with inline CSS and Tauri backgroundColor

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
DexterFromLab 2026-03-12 12:09:18 +01:00
parent 79e13649a1
commit adde8462ef
9 changed files with 213 additions and 49 deletions

View file

@ -17,7 +17,8 @@
"height": 1080,
"resizable": true,
"fullscreen": false,
"decorations": true
"decorations": true,
"backgroundColor": [30, 30, 46, 255]
}
],
"security": {