mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 23:01:30 +00:00
WP2: Create AgentSession basic structure + update plan for keep-old-code strategy
This commit is contained in:
parent
3f305502cd
commit
29d96ab25a
4 changed files with 204 additions and 88 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue