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(cli): ag init --force implies --yes, --yes creates config on partial state (#3345, #3354) (#3391)
#3354: --force now implies --yes (non-interactive). Previously, --force
still prompted for 4 interactive questions. The docs say --force skips
the confirmation prompt, which now matches behavior.
#3345: --yes with partial state (no config.yaml but .aegis/ exists with
other files like keys.json) now correctly creates config.yaml instead
of silently skipping and claiming success.
Fixes: #3345, #3354
0 commit comments