Implement --save-session functionality with session logging

Co-authored-by: pavelfeldman <883973+pavelfeldman@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-21 00:56:15 +00:00
parent 173637e1d2
commit f00f78491a
5 changed files with 146 additions and 1 deletions

5
config.d.ts vendored
View File

@@ -90,6 +90,11 @@ export type Config = {
*/
saveTrace?: boolean;
/**
* Whether to save the session log with tool calls and snapshots into the output directory.
*/
saveSession?: boolean;
/**
* The directory to save output files.
*/