deepagents icon indicating copy to clipboard operation
deepagents copied to clipboard

feat: Add --show-thinking flag to CLI (#311) and Show Tool Outputs in a Collapsible Pane #326

Open dayal-arnav05 opened this issue 1 month ago • 0 comments

Add support for displaying agent reasoning/thinking process in the CLI.

Changes:

  • Add --show-thinking command-line flag to main.py
  • Extend SessionState with show_thinking field in config.py
  • Display reasoning blocks in dim style when flag is enabled in execution.py
  • Update help documentation and examples in ui.py

When enabled with --show-thinking, the agent's reasoning blocks from LangChain content blocks are displayed in real-time as dim text, providing transparency into the agent's thought process.

Resolves #311

dayal-arnav05 avatar Nov 08 '25 02:11 dayal-arnav05