Skip to content

[Bug] [0.0.4-alpha] Inconsistent Terminology Between Config Output and Command Flags #2952

@codvy8282

Description

@codvy8282

Project

cortex-cli

Description

The config output shows "CWD" (Current Working Directory) but command flags use --cd or -C, creating confusion about terminology.

Error Message

$ cortex config
Cortex Configuration:
  CWD: C:\Users\Leo

$ cortex run --help
  -C, --cd <DIR>  Tell the agent to use the specified directory...

System Information

Cortex Version: 0.0.4-alpha
OS: Windows 11

Steps to Reproduce

  1. Run cortex config
  2. Run cortex run --help
  3. Compare terminology

Expected Behavior

  1. Consistent terminology throughout
  2. Either "Working Directory" or "CWD" everywhere
  3. Flag name matches displayed config key

Actual Behavior

  1. Config shows "CWD"
  2. Flag is --cd
  3. Different terms for same concept

Additional Context

Consistent naming improves understandability.

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