Project
cortex-cli
Description
Using --stream false is supposed to wait for the complete response before showing output, but some progress indicators may still appear during the request.
Error Message
$ cortex run --stream false "test"
# Some indicators may still appear
# Not truly "non-streaming" appearance
System Information
Cortex Version: 0.0.4-alpha
OS: Windows 11
Steps to Reproduce
- Run
cortex run --stream false "test"
- Observe output during request
Expected Behavior
- No incremental output
- Single output when complete
- Optional progress spinner only
Actual Behavior
- Some output may appear incrementally
- Not fully non-streaming behavior
- Inconsistent with flag description
Additional Context
Non-streaming mode important for scripting.
Project
cortex-cli
Description
Using
--stream falseis supposed to wait for the complete response before showing output, but some progress indicators may still appear during the request.Error Message
System Information
Steps to Reproduce
cortex run --stream false "test"Expected Behavior
Actual Behavior
Additional Context
Non-streaming mode important for scripting.