fix(coding-agent): reuse session thinking for compaction closes #3438
This commit is contained in:
@@ -1667,6 +1667,7 @@ export class AgentSession {
|
||||
headers,
|
||||
customInstructions,
|
||||
this._compactionAbortController.signal,
|
||||
this.thinkingLevel,
|
||||
);
|
||||
summary = result.summary;
|
||||
firstKeptEntryId = result.firstKeptEntryId;
|
||||
@@ -1931,6 +1932,7 @@ export class AgentSession {
|
||||
headers,
|
||||
undefined,
|
||||
this._autoCompactionAbortController.signal,
|
||||
this.thinkingLevel,
|
||||
);
|
||||
summary = compactResult.summary;
|
||||
firstKeptEntryId = compactResult.firstKeptEntryId;
|
||||
|
||||
Reference in New Issue
Block a user