Project
cortex-cli
Description
HTTP requests made by the CLI use a user-agent string with version "0.1.0" instead of the actual CLI version "0.0.4-alpha", making it difficult to track which version is making requests.
Error Message
$ cortex run --verbose "test"
# In logs:
user_agent=cortex-cli/0.1.0
System Information
Cortex Version: 0.0.4-alpha
OS: Windows 11
Steps to Reproduce
- Run
cortex run --verbose "test"
- Observe user_agent in logs
- Compare with
cortex --version
Expected Behavior
- User-agent should match CLI version
cortex-cli/0.0.4-alpha
- Consistent versioning
Actual Behavior
- User-agent shows
0.1.0
- CLI version is
0.0.4-alpha
- Version mismatch
Additional Context
Likely hardcoded version string that needs updating.
Project
cortex-cli
Description
HTTP requests made by the CLI use a user-agent string with version "0.1.0" instead of the actual CLI version "0.0.4-alpha", making it difficult to track which version is making requests.
Error Message
System Information
Steps to Reproduce
cortex run --verbose "test"cortex --versionExpected Behavior
cortex-cli/0.0.4-alphaActual Behavior
0.1.00.0.4-alphaAdditional Context
Likely hardcoded version string that needs updating.