Skip to content

fix(auth): skip $schema keys in auth list#7

Open
zoe531 wants to merge 100 commits intodevfrom
fix/auth-list-schema
Open

fix(auth): skip $schema keys in auth list#7
zoe531 wants to merge 100 commits intodevfrom
fix/auth-list-schema

Conversation

@zoe531
Copy link
Owner

@zoe531 zoe531 commented Mar 4, 2026

Issue for this PR

Closes anomalyco#4533

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes the auth list showing "undefined" for $schema and provider fields. The issue was that keys starting with $ (like $schema) in auth.json were being parsed as provider entries. This PR adds a filter to skip keys starting with $.

How did you verify your code works?

Code change verified.

Screenshots / recordings

N/A

Checklist

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

rexdotsh and others added 30 commits February 28, 2026 15:13
Fixed incorrect relative import paths in Bosnian, French, Italian,
Korean, Norwegian, Portuguese, Turkish, and Chinese docs that were
referencing config.mjs from the wrong directory level. This resolves
build errors when viewing translated documentation pages.
Make the thumb overlay 12px wide while keeping the visible bar 6px centered for easier hover/drag.
Keep the scroll thumb visually slim (4px) while preserving a 12px drag target, and remove extra right padding in session review content.
Move the session review header outside the scroll viewport and drop strict containment so shadows can render without being cropped.
thdxr and others added 30 commits March 3, 2026 15:08
…nomalyco#15902)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Hona <10430890+Hona@users.noreply.github.com>
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
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