Remove the opts.include.output gate in render_entry_text so tool results
are always visible. Truncated to 200 chars by default; uncapped with
--verbose.
Closes claudbg-zy1p
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- `src/commands/agents.rs` — `render_entry_text`, same branch (~line 74–92)
## Summary of Changes
Removed opts.include.output gate in render_entry_text in both sessions.rs and agents.rs. Tool results now always shown, truncated at 200 chars by default, uncapped with --verbose.