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: cache prompted values to avoid duplicate prompts
When generating .env files, if the same environment variable key appears
in multiple .env.example files, the user was prompted for each occurrence.
Now, values entered by the user (or auto-generated) are cached and reused
for subsequent occurrences of the same key. This provides a much better UX
when working with monorepos that have many packages sharing common env vars.
Bumps version to 2.0.7.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments