Skip to content

Releases: krshrimali/context-pilot-vscode

Minor release: Change name from `context-fetcher` to `context-pilot`

02 Jul 08:48
c1230be
Compare
Choose a tag to compare

What's Changed

  • Fix command name, change from context-fetcher to context-pilot by @krshrimali in #1

New Contributors

Full Changelog: v0.0.1...v0.0.2

Alpha Release: ContextPilot VSCode Plugin: v0.0.1

10 Jun 07:04
Compare
Choose a tag to compare

Please make sure to build the binary separately and have it in your path. Instructions are listed here: https://github.com/krshrimali/context-pilot-rs OR alternatively, download the binary file and keep it in your ~/.local/bin or whatever path you wish (just add it in the PATH variable).

Open command menu: and type "Context " and you should see a few commands listed:

  1. Context Files Current File: Most relevant files for your current file (might take some time)
  2. Context Files Line Number: Most relevant files for your current line under the cursor (very quick)
  3. Context Authors Current File: Most relevant authors for your current file (might take some time)
  4. Context Authors Line Number: Most relevant authors for your current line under the cursor (very quick)

To use the extension, do: code --install-extension contextpilot-0.0.1.vsix. The extension is expected to be released to the market place soon.