fix(doctor): replace nonexistent openclaw auth add command with openclaw configure#24470
Closed
habakan wants to merge 2 commits intoopenclaw:mainfrom
Closed
fix(doctor): replace nonexistent openclaw auth add command with openclaw configure#24470habakan wants to merge 2 commits intoopenclaw:mainfrom
openclaw auth add command with openclaw configure#24470habakan wants to merge 2 commits intoopenclaw:mainfrom
Conversation
3 tasks
Contributor
Author
|
Closing as this was already fixed by #22327 which was merged earlier today. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #24220
The memory search health check in
openclaw doctorwas suggestingopenclaw auth add --provider <provider>to add credentials, but this command does not exist. Users running the suggested command would just see the top-level help output.Changes
Replace the nonexistent
openclaw auth addcommand withopenclaw configurein two locations:Test plan
pnpm buildpassespnpm test -- --run src/commands/doctor-memory-search.test.tspassesGreptile Summary
Replaces the nonexistent
openclaw auth add --provider <provider>command withopenclaw configurein memory search health check error messages. The original command would only show help output when users tried to follow the suggested fix. The replacement command is the correct interactive wizard that guides users through setting up credentials (including API keys for providers like OpenAI and Gemini) via the "model" section of the configuration wizard.Confidence Score: 5/5
openclaw configure) is verified to exist and handle the intended use case (setting up API credentials). No logic changes, no new code introduced, and the fix addresses a real user-facing bug where the suggested command didn't work.Last reviewed commit: f5a4556
(5/5) You can turn off certain types of comments like style here!