Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CON-236] Context provider for "local docs" or external directories #1251

Open
2 tasks done
sestinj opened this issue May 8, 2024 · 1 comment
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@sestinj
Copy link
Contributor

sestinj commented May 8, 2024

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

Problem

There's no way to ingest and reference a local directory of documentation or code outside of what is tracked in git in the current workspace.

Solution

A new context provider that lets you specify directories:

{ "name": "externalDirectories", "params": { "directories": ["/path/to/my/local/docs"] }

CON-236

@sestinj sestinj added the enhancement New feature or request label May 8, 2024
@sestinj sestinj changed the title Context provider for "local docs" or external directories [CON-236] Context provider for "local docs" or external directories May 8, 2024
@JoseVega
Copy link
Contributor

We should be able to specify the file extensions to include and it should work recursively, for example, if we only want to include documentation files (.html, .md), or if we only want to include other file extensions for code generation (code libraries, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants