Problem
LLM's provide their reasoning in completions with blocks.
For most tool calling scenarios, Showing the LLM's reasoning is not desirable, unless debugging an issue with tool calling that requires understanding the LLM's thought process.
Feature
Add a command to toggle the display of LLM thinking:
- /display thinking - Toggle display of thinking in responses (but keep thinking in chat history)