co-mono/packages/coding-agent/src
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
..
cli Add Vercel AI Gateway support 2026-01-13 16:42:34 +01:00
core feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
modes feat(tui, coding-agent): add configurable code block indent setting (#855) 2026-01-19 22:36:03 +01:00
utils fix(coding-agent): load photon wasm in compiled binaries 2026-01-18 17:11:49 +01:00
cli.ts Set coding agent CLI process title (#742) 2026-01-15 13:14:14 +01:00
config.ts fix(coding-agent): expand tilde in PI_CODING_AGENT_DIR env var (#778) 2026-01-16 17:53:58 +01:00
index.ts feat(coding-agent): Add widget placement option (#850) 2026-01-19 15:54:24 +01:00
main.ts fix(coding-agent): exit on resume cancel 2026-01-19 14:01:03 +01:00
migrations.ts chore: remove deprecation comment from getToolsDir, add changelog entry for #470 2026-01-05 20:26:48 +01:00