[FEATURE] a toggle in settings.json to control the collapse threshold or disable it entirely (similar to Ctrl+o)
Resolved 💬 2 comments Opened Mar 16, 2026 by pinoshe Closed Mar 16, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I asked Claude:
what will prevent things like this one: … +31 lines (ctrl+o to expand)
the response:
Unfortunately, there's no setting to disable that.
The "… +N lines (ctrl+o to expand)" collapsing is a hardcoded UI behavior in Claude Code's terminal renderer — it's
not configurable.
Your options:
- Press Ctrl+O to expand the collapsed section inline when you see it
- Use --verbose flag — gives more detailed logging but won't prevent the collapsing
- Request the feature — report it at https://github.com/anthropics/claude-code/issues as a request for a setting like "collapseToolOutput": false
It's a reasonable feature request — a toggle in settings.json to control the collapse threshold or disable it entirely.
Proposed Solution
a toggle in settings.json to control the collapse threshold or disable it entirely
a setting like "collapseToolOutput": false (default true)
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
Configuration and settings
Use Case Example
_No response_
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗