You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(context): add system context for shell command output
Adds a new 'system' context that allows including the output of shell
commands in chat context. This feature is useful for incorporating
system information or command results directly into Copilot Chat.
The implementation:
- Updates documentation in README.md
- Adds new context entry in contexts.lua with input prompt
- Implements M.cmd() function with cross-platform support
- Adds status notifications for context operations
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
0 commit comments