Describe the bug
I was looking through feedback provided by /chronicle tips and it recommended using the /after and /every commands. When I try to run either in a CLI session I get the message: ✗ Unknown command: /every. Running copilot help commands shows both in the list:
That said it doesn't show up when I use /help from within a session:
I do not run with /experimental on, but I tried just to check, and still got the same error trying to run this command.
Are these real commands and there's a bug in the CLI preventing their use; or is this an errant help/documentation artifact which isn't actually implemented that /chronicle hallucinated about?
Affected version
GitHub Copilot CLI 1.0.48.
Steps to reproduce the behavior
- Run
copilot help commands and observe that /every and /after are present in the list under Other commands.
- Open an interactive CLI session, prompt:
/every 1m ask_user what number they're thinking of and observe the error message: ✗ Unknown command: /every
- From the interactive CLI session run
/help and observe that neither /every or /after are present in the list.
Expected behavior
There's a few places things fell apart for me:
/chronicle tips shouldn't be suggesting I use Copilot CLI features, that by all accounts don't seem to actually exist.
copilot help commands should not list slash commands for interactive sessions that don't actually exist.
- It should also be consistent with what's output by
/help with regards to those slash commands it claims exist.
Additional context
No response
Describe the bug
I was looking through feedback provided by
/chronicle tipsand it recommended using the/afterand/everycommands. When I try to run either in a CLI session I get the message:✗ Unknown command: /every. Runningcopilot help commandsshows both in the list:That said it doesn't show up when I use
/helpfrom within a session:I do not run with
/experimentalon, but I tried just to check, and still got the same error trying to run this command.Are these real commands and there's a bug in the CLI preventing their use; or is this an errant help/documentation artifact which isn't actually implemented that
/chroniclehallucinated about?Affected version
GitHub Copilot CLI 1.0.48.
Steps to reproduce the behavior
copilot help commandsand observe that/everyand/afterare present in the list underOther commands./every 1m ask_user what number they're thinking ofand observe the error message:✗ Unknown command: /every/helpand observe that neither/everyor/afterare present in the list.Expected behavior
There's a few places things fell apart for me:
/chronicle tipsshouldn't be suggesting I use Copilot CLI features, that by all accounts don't seem to actually exist.copilot help commandsshould not list slash commands for interactive sessions that don't actually exist./helpwith regards to those slash commands it claims exist.Additional context
No response