Skip to content

Render saved settings immediately#26

Merged
Hanjo92 merged 3 commits into
mainfrom
codex/render-saved-settings-immediately
Jun 3, 2026
Merged

Render saved settings immediately#26
Hanjo92 merged 3 commits into
mainfrom
codex/render-saved-settings-immediately

Conversation

@Hanjo92
Copy link
Copy Markdown
Owner

@Hanjo92 Hanjo92 commented Jun 3, 2026

Summary

  • Render the settings panel from the normalized submitted configuration immediately after save.
  • Remove the API-key gate that prevented hosted provider/model/base URL settings from being saved when the key field was blank.
  • Send the saved configuration back to the currently visible webview and update the DOM immediately, so the status does not stay stuck on Saving.
  • Keep runtime provider clients responsible for surfacing missing API key errors when the provider is actually used.
  • Add regression coverage for delayed VS Code configuration propagation, hosted-provider saves without keys, and visible webview updates after save.
  • Bump the installable package to 0.0.7.

Verification

  • npm run check
  • npm run package

Fixes #25
Fixes #27
Fixes #28

@Hanjo92 Hanjo92 merged commit 8c734c3 into main Jun 3, 2026
1 check passed
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.

Update visible settings webview after save message Allow settings saves without provider API keys Show saved settings immediately after save

1 participant