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
Add a new 'cam prompt rename' command that allows renaming existing prompts
with a simple two-argument interface. This provides a more intuitive way to
rename prompts compared to the existing 'update --name' option.
The command includes proper validation for:
- Prompt existence
- Name conflicts with existing prompts
- Error handling with clear messages
Examples:
cam prompt rename "Old Name" "New Name"
0 commit comments