continue icon indicating copy to clipboard operation
continue copied to clipboard

Continue context Provide @docs is failing on VScode

Open vakda opened this issue 4 months ago • 0 comments

Before submitting your bug report

Relevant environment info

config.yaml
name: config.yaml 
version: 1.0.0
schema: v1 
models:
-   name: qwen2.5-coder: 14b 
    provider: ollama 
    model: qwen2.5-coder: 14b

    apiBase: http://1.1.1.1:11434

    contextWindow: 65536 
    requestoptions:
      noProxy:
        -   2.2.2.2/32
        -   3.3.3.3/16
        -   localhost
        -   127.0.0.0/8
    roles:
        -   autocomplete
        -   chat
        -   embed
        -   edit
        -   apply 
    rules:
        -   Give elaborate responses 
    prompts:
        -   name: check

            description: Check for miskates in my code 
            prompt:

               Please read the highlighted code and check for any mistakes. 
                  -   Syntax errors
                  -   Logic errors
-   name: Nomic Embed Text
    provider: ollama 
    model: nomic:latest

    apiBase: http://1.1.1.1:11434

    roles:
       -   embed
context:
       - provider: code
       - provider: docs
       - provider: diff
       - provider: terminal
       - provider: problems
       - provider: folder
       - provider: codebase
docs:
  - name: test
    faviconUrl: ""
    startUrl: http://1.1.1.1/site_docs/index.html
    maXDepth: 5

Description

I’m using Ilm qwen 2.5 on ollama running on remote windows machine. Trying to use @docs after adding the working http link, it completes the indexing but at the end shows error “max depth undefined”. Even after max depth : 5 is added in config file. FYI all context providers are working except @codebase and @docs. Attached are the pictures for reference.

NOTE: Original IP's are masked.

Image

Image

To reproduce

Image

  1. from the context provider type @docs and clieck on add docs
  2. give Title/name to the docs
  3. add the Url which need to be indexed
  4. click on add tab and wait until the indexing is finish.

Image

Log output


vakda avatar Jun 17 '25 01:06 vakda