WP2: Create AgentSession basic structure + update plan for keep-old-code strategy
This commit is contained in:
@@ -35,7 +35,7 @@ export interface BashResult {
|
||||
cancelled: boolean;
|
||||
/** Whether the output was truncated */
|
||||
truncated: boolean;
|
||||
/** Path to temp file containing full output (if output exceeded threshold) */
|
||||
/** Path to temp file containing full output (if output exceeded truncation threshold) */
|
||||
fullOutputPath?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user