From c024edc84bbadb4b21a6bad8717540bf31dc3a0b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 12 Dec 2025 03:15:29 +0000 Subject: [PATCH] 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. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b02bfa37..8dec4590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 - Claude now suggests prompts to speed up your workflow: press Tab to accept or Enter to submit