The op-mode command `run show history` does not work from configuration mode
```
vyos@r14# run show history
sudo: set: command not found
[edit]
vyos@r14#
```
From op-mode level works, but we see unexpected **sudo: set: command not found**
```
vyos@r14:~$ show history
sudo: set: command not found
1 2026-04-10T14:39:52+0000 conf
2 2026-04-10T14:39:52+0000 conf
3 2026-04-10T14:39:56+0000 run show history
4 2026-04-10T14:41:01+0000 exit
5 2026-04-10T14:41:03+0000 show history
vyos@r14:~$
```