Skip to content

[Bug] [0.0.4-alpha] Disabling Stream Still Shows Some Progress Output #2956

@codvy8282

Description

@codvy8282

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

  1. Run cortex run --stream false "test"
  2. Observe output during request

Expected Behavior

  1. No incremental output
  2. Single output when complete
  3. Optional progress spinner only

Actual Behavior

  1. Some output may appear incrementally
  2. Not fully non-streaming behavior
  3. Inconsistent with flag description

Additional Context

Non-streaming mode important for scripting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cortexIssues related to CortexLM/cortex repositoryvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions