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
feat(auth): resolve bare --auth-with names against the agent config home
Bare *.json names (no slash) now act as store names: CWD first for
compat, then ~/.config/deva/<agent>/. Provisioning a missing bare name
creates it in the store instead of erroring with a path the user never
typed.
- auth_store_dir: CONFIG_HOME when set, else agent default config home
- slash paths keep CWD-relative/absolute behavior and the parent-dir
check; bare names skip it (store dir is created on provision)
Closes#417
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments