The Agent Chat in Replit has received a new design. The tool call display is now more compact and clearer – perfect for productive development sessions.
What has changed?
Before
- Detailed tool call outputs
- Each action as a separate block
- Lots of scrolling for complex tasks
After
- Grouped actions – Related tool calls are bundled together
- Stacked icons – Visual overview at a glance
- Direct diff links – Click on file changes for details
Advantages of the new design
Less Noise
For complex tasks, the Agent executes many tool calls. The new design shows:
- What is happening (compact)
- Without flooding the chat
Faster Overview
Stacked icons immediately show:
- Which files are affected
- Which actions were performed
- Where errors occurred
Easier Code Reviews
File changes are directly linked:
- One click opens the diff panel
- All changes at a glance
- Faster feedback
Practical Implications
For Solo Developers
- Less distraction while working
- Focus on what matters
- Faster iteration
For Teams
- Easier to understand what the Agent has done
- Better traceability
- Faster code reviews
Conclusion
The new tool calls UI makes the Replit Agent even more productive. Less clutter, more clarity – exactly what developers need.

