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: show API key SHA256 hash instead of asterisk masking
Replace the generic asterisk masking with a deterministic SHA256 hash
prefix to allow developers to verify which API key is being used while
maintaining security.
Changes:
- Add hashlib import for SHA256 support
- Create openai_api_key_hash helper property
- Update config display to show: API_KEY=sha256:<hash_prefix>...
0 commit comments