Option to disable 2-space indent and line wrapping in interactive mode
Resolved 💬 3 comments Opened Mar 31, 2026 by nosnaj Closed Mar 31, 2026
Interactive mode adds 2-space left padding and line wraps text output, which breaks copy-pasting into external tools (e.g. Notion, Slack). There's no setting to disable this.
Would be great to have a config option (e.g. outputPadding: false or similar) to get clean unwrapped output in interactive sessions.
Current workaround: Copy output, then pbpaste | sed 's/^ //' | pbcopy — but this is friction on every paste.
🤖 Generated with Claude Code
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗