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
fix(media-understanding): allow aws-sdk auth mode in image tool
The image tool unconditionally called requireApiKey which throws when
no static API key is present. For amazon-bedrock using IAM role or
instance profile credentials (auth.mode === 'aws-sdk'), the AWS SDK
resolves credentials at call time and no static key exists.
Add requireApiKeyAllowAwsSdk helper that returns an empty string for
aws-sdk mode instead of throwing, and use it in resolveImageRuntime,
resolveMinimaxVlmFallbackRuntime, and resolveProviderExecutionAuth.
AI-assisted (Claude Code via Hermes orchestration).
Fixes#72031
0 commit comments