hermes-hub/scripts
Hermes Team 0c511cd3b6 feat(hub): Plan A stabilization, refresh architecture, delta UI, and capability routing
- Implemented HubSnapshot and central HubStateStore for normalized in-memory state caching (<0.05ms)
- Refactored AccountsView and RoutingView with reusable AccountCardWidget and RoutingRoleWidget to eliminate widget recreation
- Implemented central HermesRefreshScheduler with 5s tick, concurrency throttling, dedup, and spread initial delays
- Added typed EventBus with thread-safe UI main loop dispatching via root.after
- Implemented dynamic ModelRegistry with capability-based role requirements and multi-dimensional scoring
- Integrated Antigravity separate quota buckets (Claude vs Gemini) and same-account model fallback
- Enhanced SessionAffinityTracker with TTL expiration and LRU capacity bounds
- Eliminated long subprocess holding of _CM_LOCK and ensured Windows credential restoration in finally block
- Added FastAPI REST contracts in gui_server.py as foundation for future Tauri frontend
- Verified 100% pass across all 91 pytest tests and 7/7 release gate criteria
2026-08-20 21:20:51 +07:00
..
generate_branding_assets.py feat: initialize standalone Hermes Hub 2026-08-20 10:53:49 +07:00
generate_provider_assets.py feat(hub): product stabilization, native windows ux v3, provider icons, and architecture roadmap 2026-08-20 11:01:52 +07:00
install.ps1 feat: initialize standalone Hermes Hub 2026-08-20 00:17:11 +07:00
launch_hermes_hub.bat feat: initialize standalone Hermes Hub 2026-08-20 00:17:11 +07:00
live_provision_and_validate.py feat: initialize standalone Hermes Hub 2026-08-20 00:17:11 +07:00
release_gate.py feat(hub): Plan A stabilization, refresh architecture, delta UI, and capability routing 2026-08-20 21:20:51 +07:00
uninstall.ps1 feat: initialize standalone Hermes Hub 2026-08-20 00:17:11 +07:00
update.ps1 feat: initialize standalone Hermes Hub 2026-08-20 00:17:11 +07:00
verify_antigravity_provider.py feat: initialize standalone Hermes Hub 2026-08-20 00:17:11 +07:00
verify_multi_provider_router.py feat: initialize standalone Hermes Hub 2026-08-20 00:17:11 +07:00