diff --git a/src/cai/repl/commands/config.py b/src/cai/repl/commands/config.py index 81184e6d..3588cd19 100644 --- a/src/cai/repl/commands/config.py +++ b/src/cai/repl/commands/config.py @@ -122,6 +122,11 @@ ENV_VARS = { "name": "CAI_SUPPORT_INTERVAL", "description": "Number of turns between support agent executions", "default": "5" + }, + 22: { + "name": "CAI_STREAM", + "description": "Boolean to enable real-time, chunked responses instead of full messages.", + "default": "True" }, }