@@ -1629,7 +1629,7 @@ The input specification for a command.
16291629
16301630** Type:** Union
16311631
1632- <ResponseField name = " Variant " >
1632+ <ResponseField name = " unstructured " >
16331633All text that was typed after the command name is provided as input.
16341634
16351635<Expandable title = " Properties" >
@@ -2180,7 +2180,7 @@ because of resource constraints or shutdown.
21802180 ** Resource not found** : A given resource, such as a file, was not found.
21812181</ResponseField >
21822182
2183- <ResponseField name = " integer " type = " int32" >
2183+ <ResponseField name = " Other " type = " int32" >
21842184 Other undefined error code.
21852185</ResponseField >
21862186
@@ -2422,7 +2422,7 @@ See protocol docs: [Extensibility](https://agentclientprotocol.com/protocol/exte
24222422</Expandable >
24232423</ResponseField >
24242424
2425- <ResponseField name = " Variant " >
2425+ <ResponseField name = " stdio " >
24262426Stdio transport configuration
24272427
24282428All Agents MUST support this transport.
@@ -2815,11 +2815,11 @@ The Server MUST reply with the same value in the Response object if included. Th
28152815 { " " }
28162816</ResponseField >
28172817
2818- <ResponseField name = " integer " type = " int64" >
2818+ <ResponseField name = " Number " type = " int64" >
28192819 { " " }
28202820</ResponseField >
28212821
2822- <ResponseField name = " string " type = " string" >
2822+ <ResponseField name = " Str " type = " string" >
28232823 { " " }
28242824</ResponseField >
28252825
@@ -3062,7 +3062,7 @@ Category names that do not begin with `_` are reserved for the ACP spec.
30623062 Thought/reasoning level selector.
30633063</ResponseField >
30643064
3065- <ResponseField name = " string " type = " string" >
3065+ <ResponseField name = " other " type = " string" >
30663066 Unknown / uncategorized selector.
30673067</ResponseField >
30683068
@@ -3163,11 +3163,11 @@ Possible values for a session configuration option.
31633163
31643164** Type:** Union
31653165
3166- <ResponseField name = " array " type = " array" >
3166+ <ResponseField name = " Ungrouped " type = " array" >
31673167 A flat list of options with no grouping.
31683168</ResponseField >
31693169
3170- <ResponseField name = " array " type = " array" >
3170+ <ResponseField name = " Grouped " type = " array" >
31713171 A list of options grouped under headers.
31723172</ResponseField >
31733173
0 commit comments