-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
The error message after a failed installation shows incorrect command syntax for viewing installation details.
Current Behavior
π Installation recorded (ID: abc123)
View details: cortex history show abc123 # β WrongExpected Behavior
π Installation recorded (ID: abc123)
View details: cortex history abc123 # β
CorrectSteps to Reproduce
- Run any install command that fails
- Observe the error message
- Note it says
cortex history show <id>but the correct command iscortex history <id>
Impact
- Confuses users who copy-paste the suggested command
- Minor UX issue
Solution
Update the error message string in the CLI code to remove "show" from the history command suggestion.
Labels: bug, good first issue, documentation
Priority: Low
Bounty: $25
coderabbitai
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working