co-mono/packages
Michael Renner 20c7b5fed4
feat(tui, coding-agent): add configurable code block indent setting (#855)
Add markdown.codeBlockIndent setting to customize indentation prefix for
rendered code blocks. Default remains 2 spaces for visual clarity, but
setting to empty string removes indentation for easier copy/paste of
code snippets to scripts, editors, or other tools.

Changes:
- tui: add optional codeBlockIndent to MarkdownTheme interface
- coding-agent: add MarkdownSettings with codeBlockIndent property
- coding-agent: compose theme with settings at call sites (no global state)
- coding-agent: update message components to accept optional MarkdownTheme

Co-authored-by: Mario Zechner <badlogicgames@gmail.com>
2026-01-19 22:36:03 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-19 16:14:47 +01:00
ai fix(ai): skip cross-provider-handoff tests when no API keys available 2026-01-19 16:47:49 +01:00
coding-agent feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
mom Add [Unreleased] section for next cycle 2026-01-19 16:14:47 +01:00
pods Release v0.49.2 2026-01-19 16:14:07 +01:00
tui feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-19 16:14:47 +01:00