Skip to content

fix(auth): display $schema and provider config in auth list#1

Merged
aniasse merged 1 commit intodevfrom
fix/auth-list-display-schema-and-provider
Feb 27, 2026
Merged

fix(auth): display $schema and provider config in auth list#1
aniasse merged 1 commit intodevfrom
fix/auth-list-display-schema-and-provider

Conversation

@aniasse
Copy link
Owner

@aniasse aniasse commented Feb 27, 2026

Summary

Changes

  • Added logic to read raw auth.json configuration file
  • Display $schema field if present in auth.json
  • Display configured providers from provider section
  • Show whether each provider has credentials configured

Testing

  • Tested locally using the OpenCode CLI

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Display $schema field if present in auth.json
Display configured providers from provider section
Show whether each provider has credentials configured

Fixes anomalyco#4533
@aniasse aniasse merged commit eddc91d into dev Feb 27, 2026
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.

opencode auth list shows "undefined" for $schema and provider fields despite valid configuration

1 participant