feat: restore parallel ops and diagnostics changes
This commit is contained in:
@@ -307,7 +307,7 @@ function renderTextOutput(command: string, text: string): string {
|
||||
trigger,
|
||||
...(dump === null ? {} : { dump }),
|
||||
next: [
|
||||
"Use rg --max-count, head, tail, --limit, --tail-bytes, or an id-specific query.",
|
||||
"Use the command's semantic summary, page cursor, stable id, or id-specific detail query before requesting complete output.",
|
||||
"Use --full or --raw only when the complete one-off payload is intentionally required.",
|
||||
],
|
||||
},
|
||||
@@ -341,7 +341,7 @@ function oversizedOutputNext(envelope: JsonEnvelope<unknown>): string[] {
|
||||
];
|
||||
}
|
||||
return [
|
||||
"Use --limit, --tail-bytes, an id-specific view, or another semantic narrow query.",
|
||||
"Use the command's semantic summary, page cursor, stable id, or id-specific detail query; improve the command when none is available.",
|
||||
"Use --full or --raw only when the complete one-off payload is intentionally required.",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user