"backend/internal/vscode:/vscode.git/clone" did not exist on "654cfb6480577888dd6ac7d13abbb0cf5ed400c3"
fix: show websearch API key visibility/copy buttons for saved providers
The buttons were hidden because v-if only checked provider.api_key, which is always empty for saved providers (backend sanitizes it). Now also checks api_key_configured. Copy button is disabled when no actual key is available (only configured placeholder shown).
Please register or sign in to comment