amux profiles set
interaction-primitive:agent-mux-cli-profiles-set
InteractionPrimitiveextensions/interaction-patterns/agent-mux-cli-sessions-config-profiles.yaml·Open in Graph → {
"id": "interaction-primitive:agent-mux-cli-profiles-set",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/agent-mux-cli-sessions-config-profiles.yaml",
"_cluster": "extensions",
"attributes": {
"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\nreserved global flag set is captured). Source:\npackages/agent-mux/cli/src/commands/profiles.ts:135-168.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-cli",
"to": "interaction-primitive:agent-mux-cli-profiles-set",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}