Today we can get a list of all commands once a session has been started
However commands like /env /chronicle and the like are not available for new sessions
In VS Code we would like to access these commands to provide completions for users in new sessions
microsoft/vscode#323565
microsoft/vscode#324645
It would be nice to expose these commands via a separate API as well.
Similar to how we already expose agents/skills and the like. I.e. there's already a pattern for this.
Today we can get a list of all commands once a session has been started
However commands like
/env/chronicleand the like are not available for new sessionsIn VS Code we would like to access these commands to provide completions for users in new sessions
microsoft/vscode#323565
microsoft/vscode#324645
It would be nice to expose these commands via a separate API as well.
Similar to how we already expose agents/skills and the like. I.e. there's already a pattern for this.