Skip to content

Commit f8e0626

Browse files
committed
fix(cli): improve --search flag help text to explain capabilities
Fixes bounty issue #1427 The help text for the --search flag was too brief, only saying 'Enable web search' without explaining what search capabilities the agent gains. Updated the description to clarify that this enables the agent to find information online and cite relevant results.
1 parent 771ba8f commit f8e0626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cortex-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct InteractiveArgs {
9898
#[arg(long = "cd", short = 'C', value_name = "DIR")]
9999
cwd: Option<PathBuf>,
100100

101-
/// Enable web search
101+
/// Enable web search for the agent to find information online (returns relevant results that can be cited)
102102
#[arg(long = "search", default_value_t = false)]
103103
web_search: bool,
104104

0 commit comments

Comments
 (0)