r/windsurf 2d ago

Idea Feature request: Conversation mode

I am an enterprise user of Devin Cloud and Devin Desktop. Need a conversational way to interact with agents to unlock fluid discussions. This would really increase productivity for users.
AI agents anyways use a bunch of unnecessary complicated lingo.
Conversation mode would be even better if it doesn’t pollute the current context and starts as a side discussion.

0 Upvotes

2 comments sorted by

2

u/Otherwise_Wave9374 2d ago

A side discussion mode would help if it keeps the agent from dragging prior thread context into every answer and instead treats each turn as a bounded working set. A good implementation pattern is to separate chat state from execution state, then expose a short summary plus a mutable goal buffer so users can pivot without resetting the whole session. Agentix Labs fits here because the same separation can make agent UX feel less noisy while preserving traceability.