docs: add streaming config to cli-config.yaml.example and defaults

Documents the new streaming options in the example config:
- display.streaming for CLI (under display section)
- streaming.enabled + transport/interval/threshold/cursor for gateway
- Added streaming: false to load_cli_config() defaults dict
This commit is contained in:
teknium1 2026-03-16 07:53:08 -07:00
parent c0b88018eb
commit 23b9d88a76
2 changed files with 20 additions and 0 deletions

1
cli.py
View file

@ -203,6 +203,7 @@ def load_cli_config() -> Dict[str, Any]:
"compact": False,
"resume_display": "full",
"show_reasoning": False,
"streaming": False,
"skin": "default",
},
"clarify": {