displayName
amux profiles set
kind
cli-subcommand
surface
cli
parentBin
amux
subcommandVerb
profiles set
flags
- --scope:1:global|project
- --agent:1:profile agent
- --model:1:profile model
subcommandExitCodes
- 0:success:profile saved
- 1:general-error:internal error
- 2:usage-error:missing <name>
description
Save a profile from passthrough run flags (everything not in the
reserved global flag set is captured). Source:
packages/agent-mux/cli/src/commands/profiles.ts:135-168.