feat(cli): strip markdown formatting from final replies

This commit is contained in:
Lumen Radley 2026-04-18 21:28:37 +02:00 committed by Teknium
parent 22655ed1e6
commit 177e6eb3da
3 changed files with 165 additions and 2 deletions

View file

@ -565,6 +565,7 @@ DEFAULT_CONFIG = {
"bell_on_complete": False,
"show_reasoning": False,
"streaming": False,
"final_response_markdown": "strip", # render | strip | raw
"inline_diffs": True, # Show inline diff previews for write actions (write_file, patch, skill_manage)
"show_cost": False, # Show $ cost in the status bar (off by default)
"skin": "default",