-
Bug
-
Resolution: Done
-
Normal
-
None
-
rhel-10.0
-
Important
-
rhel-sst-ccs
-
None
-
False
-
False
-
-
None
-
CCS 2025-13
-
None
-
Unspecified
-
Unspecified
-
Unspecified
In https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/interacting_with_the_command-line_assistant_powered_by_rhel_lightspeed/using-the-command-line-assistant-powered-by-rhel-lightspeed-in-connected-rhel-systems#enabling-the-command-line-assistant-to-access-your-terminal-activity it is suggested to do "c shell --enable-capture" followed by a command followed by "c -w 1" but this fails:
# c shell --enable-capture Starting terminal reader. Press Ctrl + D to stop the capturing. Terminal capture log is being written to /root/.local/state/command-line-assistant/terminal.log # ls /foo ls: cannot access '/foo': No such file or directory # c -w 1 🙁 Your query needs to have at least 2 characters. Either query or stdin are empty.
The suggestion for this in section 5.1 is a different command but it also fails.