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

62
v2/Cargo.lock generated
View file

@ -8,6 +8,37 @@ version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "agent-orchestrator"
version = "0.1.0"
dependencies = [
"bterminal-core",
"dirs 5.0.1",
"futures-util",
"keyring",
"log",
"notify",
"notify-rust",
"opentelemetry",
"opentelemetry-otlp",
"opentelemetry_sdk",
"rfd",
"rusqlite",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-updater",
"tempfile",
"tokio",
"tokio-tungstenite",
"tracing",
"tracing-opentelemetry",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "ahash"
version = "0.8.12"
@ -363,37 +394,6 @@ dependencies = [
"alloc-stdlib",
]
[[package]]
name = "bterminal"
version = "0.1.0"
dependencies = [
"bterminal-core",
"dirs 5.0.1",
"futures-util",
"keyring",
"log",
"notify",
"notify-rust",
"opentelemetry",
"opentelemetry-otlp",
"opentelemetry_sdk",
"rfd",
"rusqlite",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-dialog",
"tauri-plugin-updater",
"tempfile",
"tokio",
"tokio-tungstenite",
"tracing",
"tracing-opentelemetry",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "bterminal-core"
version = "0.1.0"