CLI/

agentver suggest

Create a suggestion from local modifications and submit it to the platform, similar to a pull request.

Usage

$ agentver suggest <title>

Arguments

<title>Suggestion title

Options

-d, --description <text>Suggestion description
--name <name>Target a specific modified package by name
--dry-runShow what would be suggested without submitting

Examples

Submit a suggestion for all modified packages

$ agentver suggest "Improve error handling"

Submit a suggestion for a specific package

$ agentver suggest "Fix validation" --name deploy-checker

Preview what would be submitted

$ agentver suggest "Add retry logic" --dry-run

Note: Requires platform connection (agentver login). Detects locally modified packages by comparing integrity hashes.

Related commands