You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Serena applies tool calls that modify code, it only shows the tool execution result (e.g. “updated file”) rather than a readable diff of what changed.
This makes it difficult to understand exactly what was modified without manually checking the file differences.
I'd like Serena to show a Claude-style code diff view when code is changed — highlighting added and removed lines clearly.