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
When the --use-ai flag is used in slim-cli, if the AI feature fails (e.g., due to a missing API key), a warning is issued, but the tool proceeds by applying the default best practice template without AI customization. This behavior is misleading as users expect AI customization when the flag is used.
What did you expect?
An error should be raised when the --use-ai flag fails (e.g., due to missing or invalid API key), halting execution instead of applying the default template. Users should be notified that AI customization has not been applied.
Reproducible steps
Run slim --use-ai in the terminal.
Ensure AI customization fails (e.g., by not providing a valid API key).
Observe that a warning is displayed, but the command proceeds and applies the default template without AI-based changes.
What is your environment?
slim-cli Version: 0.0.4
Operating System: macOS
The text was updated successfully, but these errors were encountered:
Checked for duplicates
Yes
Describe the bug
When the --use-ai flag is used in slim-cli, if the AI feature fails (e.g., due to a missing API key), a warning is issued, but the tool proceeds by applying the default best practice template without AI customization. This behavior is misleading as users expect AI customization when the flag is used.
What did you expect?
An error should be raised when the --use-ai flag fails (e.g., due to missing or invalid API key), halting execution instead of applying the default template. Users should be notified that AI customization has not been applied.
Reproducible steps
What is your environment?
The text was updated successfully, but these errors were encountered: