Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent 839d5a2 commit b03f061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/CopilotChat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ REQUIREMENTS *CopilotChat-requirements*
- _(Optional)_ git <https://git-scm.com/> - Used for fetching git diffs for `git` context
- For Arch Linux users, you can install `git` <https://archlinux.org/packages/extra/x86_64/git> from the official repositories
- For other systems, use your package manager to install `git`. For windows use the installer provided from git site
- _(Optional)_ lynx <https://lynx.invisible-island.net/> - Used for fetching textual representation of URLs for `url` context
- _(Optional)_ lynx <https://lynx.invisible-island.net/> - Used for improved fetching of URLs for `url` context
- For Arch Linux users, you can install `lynx` <https://archlinux.org/packages/extra/x86_64/lynx> from the official repositories
- For other systems, use your package manager to install `lynx`. For windows use the installer provided from lynx site

Expand Down Expand Up @@ -323,7 +323,7 @@ prompt by using `:` followed by the input (or pressing `complete` key after
- `git` - Requires `git`. Includes current git diff in chat context. Supports input (default unstaged).
- `git:unstaged` - Includes unstaged changes in chat context.
- `git:staged` - Includes staged changes in chat context.
- `url` - Requires `lynx`. Includes content of provided URL in chat context. Supports input.
- `url` - Includes content of provided URL in chat context. Supports input.
- `register` - Includes contents of register in chat context. Supports input (default +, e.g clipboard).

You can define custom contexts like this:
Expand Down

0 comments on commit b03f061

Please sign in to comment.