mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat(cli): strip markdown formatting from final replies
This commit is contained in:
parent
22655ed1e6
commit
177e6eb3da
3 changed files with 165 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue