Skip to content

fix(cli): add detailed --help documentation for agent create command#62

Merged
echobt merged 1 commit intomasterfrom
fix/bounty-issue-1396
Jan 26, 2026
Merged

fix(cli): add detailed --help documentation for agent create command#62
echobt merged 1 commit intomasterfrom
fix/bounty-issue-1396

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Jan 26, 2026

Summary

This PR adds comprehensive help documentation for the cortex agent create command, which previously only showed "Create a new agent interactively" without explaining what fields would be prompted.

Changes

  • Added long_about attribute with detailed explanation of required vs optional fields
  • Added after_help attribute with usage examples
  • Enhanced doc comments on CreateArgs fields to explain their purpose
  • Added value names for clearer help output

What Users Will See

After this fix, running cortex agent create --help will show:

  • Which fields are required (name) vs optional
  • All fields that the interactive wizard will prompt for
  • Examples of how to use the command in different modes
  • Where agent files are saved

Related

Fixes PlatformNetwork/bounty-challenge#1396

Fixes bounty issue #1396

The 'cortex agent create --help' command previously only displayed
'Create a new agent interactively' without explaining what fields
the interactive wizard would ask for. This commit adds:

- Comprehensive long_about text documenting required vs optional fields
- after_help with usage examples
- Enhanced doc comments on CreateArgs fields explaining their purpose
- Value names for better help output clarity
@echobt echobt merged commit 0b8fdfe into master Jan 26, 2026
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] agent create has no --help for what fields are required

2 participants