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(cli): unify identity/credential naming to 'credential'
The CLI command was 'add identity', the config key was 'credentials',
and the resource types were ApiKeyCredentialProvider / OAuthCredentialProvider.
Three different names for the same concept. This unifies everything under
'credential' — CLI commands, resource type, labels, validation, and docs.
The old 'identity' command name is preserved as a hidden alias for
backward compatibility.
Constraint: Must maintain backward compat for existing scripts using 'agentcore add identity'
Rejected: Keep 'identity' as primary | 'credential' is already the config term and more precise
Confidence: high
Scope-risk: moderate
0 commit comments