Document workaround for marketplace auto-installation failure during native install

The native installer's marketplace auto-installation fails when checkAndInstallOfficialMarketplace() is called during the install command itself (non-interactive context). This leaves ~/.claude.json with officialMarketplaceAutoInstallAttempted: true and officialMarketplaceAutoInstalled: false, preventing the marketplace from loading.

Workaround: Clear the officialMarketplaceAutoInstall* fields in ~/.claude.json and restart Claude to trigger marketplace installation in interactive mode.
This commit is contained in:
Claude
2025-12-12 03:15:29 +00:00
parent 2192c86c20
commit c024edc84b

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## Unreleased
- Fixed marketplace auto-installation failure during native install. Workaround: If you encounter "officialMarketplaceAutoInstallFailReason: unknown" in ~/.claude.json, clear the officialMarketplaceAutoInstall* fields and restart Claude to trigger marketplace installation in interactive mode
## 2.0.67 ## 2.0.67
- Claude now suggests prompts to speed up your workflow: press Tab to accept or Enter to submit - Claude now suggests prompts to speed up your workflow: press Tab to accept or Enter to submit