aix agent edit

aix agent edit

Open agent file in $EDITOR

Synopsis

Open the agent file in your default editor.

Uses the $EDITOR environment variable. If not set, defaults to ’nano’. If the agent is installed on multiple platforms, uses the first one found unless –platform is specified.

Examples:

Open installed agent

aix agent edit code-reviewer

Open agent for specific platform

aix agent edit code-reviewer –platform claude

aix agent edit <name> [flags]

Options

  -h, --help   help for edit

Options inherited from parent commands

      --log-file string     write logs to file in JSON format
      --log-format string   log format: text, json (default "text")
  -p, --platform strings    target platform(s): claude, opencode (default: all detected)
  -q, --quiet               suppress non-error output
  -v, --verbose count       increase verbosity level (e.g., -v, -vv)

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2026