Project
cortex
Description
When a config key contains spaces (quoted in shell), config set appears to save it, but the success message prints the key/value ambiguously and incorrectly. Example: setting key "abc def" with value abc prints [OK] Set abc def = abc, which looks like multiple tokens and is misleading.
Error Message
Debug Logs
System Information
Screenshots
Steps to Reproduce
- Run
cortex config set "abc def" abc.
- Observe success message formatting.
Expected Behavior
Success output should preserve quoting/escaping for keys with spaces (for example: [OK] Set "abc def" = "abc"), so key and value boundaries are unambiguous.
Actual Behavior
Success message prints unquoted key/value text, which is ambiguous and misleading when keys contain spaces.
Additional Context
No response
Project
cortex
Description
When a config key contains spaces (quoted in shell),
config setappears to save it, but the success message prints the key/value ambiguously and incorrectly. Example: setting key"abc def"with valueabcprints[OK] Set abc def = abc, which looks like multiple tokens and is misleading.Error Message
Debug Logs
System Information
Screenshots
Steps to Reproduce
cortex config set "abc def" abc.Expected Behavior
Success output should preserve quoting/escaping for keys with spaces (for example:
[OK] Set "abc def" = "abc"), so key and value boundaries are unambiguous.Actual Behavior
Success message prints unquoted key/value text, which is ambiguous and misleading when keys contain spaces.
Additional Context
No response