Skip to content

[UX] config set always prints [OK]; status label is redundant/inconsistent #48558

@GiantDragon9090

Description

@GiantDragon9090

Project

cortex

Description

cortex config set success output always includes [OK], but this command currently has no alternate bracketed statuses in normal flow. The label adds noise without conveying extra state. Either remove [OK] for this command or introduce consistent bracketed labels across all outcomes ([INFO], [WARN], [ERROR]) so the prefix carries real meaning.

Error Message

Debug Logs

System Information

Linux 6.14

Screenshots

Image

Steps to Reproduce

  1. Run cortex config set <key> <value>.
  2. Observe success output always starts with [OK].
  3. Compare with error paths, which often use non-bracketed Error:/error:.

Expected Behavior

Use one consistent status system:

  • Option A: remove [OK] from this command and print plain success text, or
  • Option B: use bracketed labels consistently for success/info/warn/error in this command group.

Actual Behavior

config set always prints [OK], while related failures often use different non-bracketed formats.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingideIssues related to IDEvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions