Skip to main content

astroctl_nova

astroctl nova

Interactive chat with Nova AI

Synopsis

Interactive chat with Nova AI assistant.

Inside the chat, use slash commands: /help Toggle command and shortcut help /auth Open sign-in methods /resume Browse and switch to a recent session /statusline Toggle footer mode (compact/full) /clear Clear conversation and start fresh /exit Exit (shows resume command)

Session management subcommands: astroctl nova sessions --help

astroctl nova [flags]

Examples

# Start a new interactive session
astroctl nova

# Continue your most recent conversation
astroctl nova --continue

# Resume a specific conversation by session ID
astroctl nova -r 09bcb2a7-3391-4bc0-ac26-febdbc27106c

# Browse and pick a conversation interactively
astroctl nova --resume

# Show up to 25 recent sessions in resume picker
astroctl nova --resume --limit 25

# List sessions (non-interactive)
astroctl nova sessions list --limit 25

# Open a session by full ID
astroctl nova sessions open 09bcb2a7-3391-4bc0-ac26-febdbc27106c

# Delete a session
astroctl nova sessions delete 09bcb2a7-3391-4bc0-ac26-febdbc27106c

# Run with debug logs
astroctl nova --debug

Options

-c, --continue Continue the most recent conversation
-d, --debug Enable debug mode
-h, --help help for nova
--limit int Maximum sessions to show in resume pickers (0 = all)
--resume Browse and pick a recent conversation
-r, --resume-id string Resume a conversation by session ID

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO