Files
crewAI/lib
Devin AI 5878627ca6 Fix #6072: Display agent output in feedback prompt regardless of verbose setting
When human_input=True but verbose=False, the feedback prompt said 'Provide
feedback on the Final Result above' without ever showing the result. The
result display was gated on verbose via AgentLogsExecutionEvent, while the
feedback prompt fired unconditionally.

Now _prompt_input/_prompt_input_async accept and render the agent output in
a dedicated panel before the feedback prompt, ensuring the user always sees
what they are reviewing.

Co-Authored-By: João <joao@crewai.com>
2026-06-08 20:25:30 +00:00
..