ReferenceCLI commands
BetaYou are reading docs for the beta channel (
2.4.1-beta.1) — updated automatically on every beta release.Switch to stable →CLI commands
ak feedback
Send or export product feedback
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.
What changes on disk: Read-only unless --export is set. Submit posts a redacted JSON payload to the configured AgentKit registry.
Usage
ak feedback [flags]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-diagnosticsFlags
| Flag | Description |
|---|---|
--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 prompts |
Output modes
| Mode | Behavior |
|---|---|
pretty | default on TTY (colors, ASCII markers) |
plain | auto when stdout piped or --no-interactive |
json | --json (single-object envelope, NDJSON-safe) |
Exit codes
| Code | Meaning |
|---|---|
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 |
Related commands
ak— AgentKit CLI