Report a bug or open the settings editor

slash commands

// what it does

/bug opens a prefilled GitHub issue for the CLI with your version and environment attached — scan the body for anything sensitive like private paths before submitting. /settings opens a visual editor for settings.json so you can toggle options without editing JSON by hand, /about shows version info for reports, and /help (or /?) lists every command.

// shell

$ /help
$ /settings
$ /bug

// resources