diff --git a/desktop/src/features/agents/ui/CreateAgentDialogSections.tsx b/desktop/src/features/agents/ui/CreateAgentDialogSections.tsx index f0af718dd..f066b0834 100644 --- a/desktop/src/features/agents/ui/CreateAgentDialogSections.tsx +++ b/desktop/src/features/agents/ui/CreateAgentDialogSections.tsx @@ -22,6 +22,7 @@ export function CreateAgentBasicsFields({ Agent name -

+

Used as the local label and synced to the agent profile display name when the relay accepts the create-time auth.

@@ -139,11 +140,19 @@ export function CreateAgentRuntimeFields({ Relay URL onRelayUrlChange(event.target.value)} placeholder="Leave blank to use the desktop relay" value={relayUrl} /> +

+ WebSocket URL of the relay this agent connects to. Leave blank to + use the built-in desktop relay. +

@@ -151,10 +160,18 @@ export function CreateAgentRuntimeFields({ ACP command onAcpCommandChange(event.target.value)} value={acpCommand} /> +

+ The sprout-acp binary path or alias used to launch the ACP harness + process. +

@@ -167,10 +184,18 @@ export function CreateAgentRuntimeFields({ Custom agent runtime command onAgentCommandChange(event.target.value)} value={agentCommand} /> +

+ Full path or shell command for the agent binary when no known ACP + runtime was detected. +

) : null} @@ -180,13 +205,17 @@ export function CreateAgentRuntimeFields({ Agent runtime args onAgentArgsChange(event.target.value)} placeholder="Comma-separated" value={agentArgs} /> -

- `sprout-acp` splits args on commas, matching the testing guide. +

+ sprout-acp splits args on commas, matching the testing guide.

@@ -195,10 +224,18 @@ export function CreateAgentRuntimeFields({ MCP command onMcpCommandChange(event.target.value)} value={mcpCommand} /> +

+ Command the ACP harness uses to start the MCP tool server for this + agent. +

@@ -206,11 +243,15 @@ export function CreateAgentRuntimeFields({ Turn timeout onTurnTimeoutChange(event.target.value)} placeholder="300" value={turnTimeoutSeconds} /> +

+ Seconds before an agent turn is cancelled. Defaults to 300. +

@@ -218,6 +259,7 @@ export function CreateAgentRuntimeFields({ Parallelism -

- Number of ACP worker subprocesses. `sprout-acp` allows 1-32. +

+ Number of ACP worker subprocesses. sprout-acp allows 1-32.

@@ -240,15 +285,18 @@ export function CreateAgentRuntimeFields({ System prompt override