Skip to content

fix: correct misleading warning in _parse_app_name_and_id#152

Draft
hussein-awala wants to merge 1 commit intomainfrom
fix/parse-app-name-warning-message
Draft

fix: correct misleading warning in _parse_app_name_and_id#152
hussein-awala wants to merge 1 commit intomainfrom
fix/parse-app-name-warning-message

Conversation

@hussein-awala
Copy link
Owner

Summary

  • The warning message said the app name "is too long and will be truncated" but it fires whenever the name changes for any reason (lowercase conversion, special character removal, etc.), not just truncation
  • Updated the message to accurately describe the sanitization process

Test plan

  • Verify warning message correctly describes what happened when name has uppercase characters
  • Verify warning message correctly describes what happened when name has special characters
  • Verify warning message correctly describes what happened when name is too long

🤖 Generated with Claude Code

The warning said the name "is too long and will be truncated" but it
fires for any name change (lowercase conversion, special character
removal), not just truncation. Updated to accurately describe the
sanitization.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant