style: remove extra blank lines from PromoteStatusToTask removal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
614e5169e1
commit
10967741ef
1 changed files with 0 additions and 2 deletions
|
|
@ -1413,8 +1413,6 @@ func (al *AgentLoop) runAgentLoop(ctx context.Context, agent *AgentInstance, opt
|
|||
task.Result = utils.Truncate(finalContent, 280)
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 6. Save final assistant message to session (deferred write-behind)
|
||||
agent.Sessions.AddMessage(opts.SessionKey, "assistant", finalContent)
|
||||
agent.Sessions.MarkDirty(opts.SessionKey)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue