Skip to content

Documentation isn't clear about how to make continue aware of all or some files in the project tree #8766

@i-love-coffee-i-love-tea

Description

Before submitting your bug report

Relevant environment info

- config:
  
name: Local Config
version: 1.0.0
schema: v1
models:
  - name: Autodetect
    provider: ollama
    apiBase: http://192.168.0.221:11434
    model: AUTODETECT
    roles:
      - chat
      - autocomplete
      - edit
      - apply
      - embed
  - name: deepseek r1
    provider: ollama
    model: deepseek/deepseek-r1
    apiBase: http://192.168.0.221:11434
context:
  - provider: file
  - provider: code
  - provider: diff

Description

No response

To reproduce

The relevant guide in the documentation does mention what is possible, but does not specify HOW to do it.

Image

I tried to find out via the context providers documentation, but it is not very clear about how to use providers:

https://docs.continue.dev/customize/deep-dives/custom-providers

For example, the file provider:

Image

I have to guess what this means. I assume it principally enables the file context, but does not add any files via configuration.

None of the providers seem to give access to the full source tree without adding files manually to the agent or chat.

I guess the idea is that the agent picks the files it needs to look at itself, by looking at the output of the tree context provider, but when I ask to explain my project it says I should add the files.

Log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:context-providersRelates to context providerskind:enhancementIndicates a new feature request, imrovement, or extension

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions