style: remove extra blank lines from PromoteStatusToTask removal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0cea7ed32f
commit
08f996c84d
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)
|
task.Result = utils.Truncate(finalContent, 280)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 6. Save final assistant message to session (deferred write-behind)
|
// 6. Save final assistant message to session (deferred write-behind)
|
||||||
agent.Sessions.AddMessage(opts.SessionKey, "assistant", finalContent)
|
agent.Sessions.AddMessage(opts.SessionKey, "assistant", finalContent)
|
||||||
agent.Sessions.MarkDirty(opts.SessionKey)
|
agent.Sessions.MarkDirty(opts.SessionKey)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue