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
refactor: remove emojis from error messages and logs (#300)
- Replace emoji icons with text-based equivalents:
- Success: ✓ -> [OK]
- Error: ✗/❌ -> [ERROR]
- Warning: ⚠️ -> [WARN]
- Info: ℹ️ -> [INFO]
- Robot: 🤖 -> removed or replaced with text
- Lock: 🔐/🔒 -> removed
- Globe: 🌐 -> removed
- Keep colors for different message types (error=red, warning=amber, info=blue)
- Update screenshot examples and documentation
- Update tests to match new icon format
Note: Emojis in test files for Unicode/grapheme handling are intentionally kept
as they test Unicode character support, not error message display.
Co-authored-by: Droid Agent <droid@factory.ai>
0 commit comments