CLI commands
ak feedback
Send or export product feedback
ak feedback
Send or export product feedback
Synopsis
What it does: Collect a redacted bug, feature, or enhancement report and submit it to agentkit-web, or export the same rendered markdown locally with --export.
Who it's for: Closed beta pilots and maintainers reporting product feedback without exposing local secrets.
When to use it: Use when an AgentKit workflow is confusing, broken, or missing an expected capability.
Examples: ak feedback --type bug --title "Update failed" --body "What happened" --repro "Run ak update" --yes ak feedback --type feature --title "Add X" --motivation "Why it matters" --export feedback.md ak feedback --attach-diagnostics
What changes on disk: Read-only unless --export is set. Submit posts a redacted JSON payload to the configured AgentKit registry.
Output modes: pretty default on TTY (colors, ASCII markers) plain auto when stdout piped or --no-interactive json --json (single-object envelope, NDJSON-safe)
Exit codes: 0 success 1 runtime error 2 invalid flags 3 user-cancel (SIGINT, prompt-cancel) 2 required fields are missing or flags are invalid 3 feedback validation or payload limits fail 4 not authenticated or registry rejects the submission
ak feedback [flags]Options
--actual string Actual behavior
--area string Product area, command, page, or workflow
--attach-diagnostics Inline a redacted ak doctor summary
--body string General feedback details
--diagnostics-offline Skip network checks when building the diagnostics summary (default true)
--expected string Expected behavior
--export string Write rendered feedback markdown to a path instead of submitting
-h, --help help for feedback
--json Emit machine-readable JSON (implies --no-interactive)
--motivation string Why this feedback matters
--no-interactive Disable interactive prompts (CI-safe)
--outcome string Desired outcome for a feature or enhancement
-q, --quiet Suppress non-error output on stderr
--registry-url string AgentKit registry base URL (default: $AGENTKIT_REGISTRY_URL, then dev/staging https://staging.agentkit.best or release https://agentkit.best)
--repro string Bug reproduction steps
--title string Short feedback title
--type string Feedback type: bug, feature, or enhancement
-V, --verbose Extra diagnostic output on stderr (loses to --quiet)
-y, --yes Assume yes for all promptsSEE ALSO
- ak - AgentKit CLI