feat: restore parallel ops and diagnostics changes

This commit is contained in:
Codex
2026-07-14 06:40:02 +02:00
parent fcc5227cc1
commit a91238c200
22 changed files with 2039 additions and 63 deletions
+2 -2
View File
@@ -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.",
];
}