mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Add `use std:#️⃣:{DefaultHasher, Hash, Hasher}` behind #[cfg(windows)] in runtime_manager.rs — these types are used in hash_seed() which only compiles on Windows, causing CI failure. Also includes: app component refactors (agent-list, agent-status-bar, stream-strategy-web), website index updates, server dep additions (fast-uri, rotating-file-stream sort), lockfile sync, and removal of RUNTIME_SIMPLIFICATION_PLAN.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>