Skip to content

Commit d1b3784

Browse files
committed
chore: fix command hint
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent fe1a8c5 commit d1b3784

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Use correct command hint to configure llm
13+
1014
## [0.6.27] - 2026-02-03
1115

1216
### Fixed

src/commands/ask.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ pub async fn execute(args: AskArgs) -> Result<i32> {
520520
let llm_response = if args.llm {
521521
if !config.llm_ready() {
522522
eprintln!(
523-
"{} LLM not configured. Run `unfault llm setup` to enable AI-powered answers.",
523+
"{} LLM not configured. Run `unfault config llm` to enable AI-powered answers.",
524524
"⚠".yellow()
525525
);
526526
eprintln!();

0 commit comments

Comments
 (0)