mirror of
https://github.com/different-ai/openwork
synced 2026-05-11 17:46:23 +02:00
* fix(app): scope and defer reload prompts Avoid reload-required spam by ignoring .opencode/openwork.json, scoping detection to the active workspace, and deferring prompts until sessions go idle. Add per-workspace auto-reload + optional resume so agent/skill/command updates apply without tearing down the UX. * chore(desktop): sync Cargo.lock Keep Cargo.lock consistent with the desktop crate version so CI can run cargo test --locked on Linux.