You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix varlock() prompt write-back and daemon spawn race conditions
- Fix regex in writeBackEncryptedValue to match any varlock() call, not just
varlock(prompt), so prompt=1 works when a value already exists
- Use singleton DaemonClient in prompt path to avoid redundant spawn attempts
- Handle cross-process daemon spawn race by retrying connect on spawn failure
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments