@j0semm, I see those are all background commands, which will only be added if you're running the agent in background mode, which happens when you install the background service with a command like this:
sudo sh /usr/lib/triggercmdagent/resources/app/src/installdaemon.shThat will install it as a linux service you can view with a command like this:
systemctl status triggercmdagentThe Gnome Editor command probably got added when you ran the agent the first time. You run it in foreground mode the first time to install the token. That Gnome Editor command is a foreground command in the default commands.json file.