Skip to content

HTTP provider fails to work in Continue v1.0.19 and later versions #6790

@neo-rooney

Description

@neo-rooney

Before submitting your bug report

I believe this is a bug. I'll try to join the Continue Discord for questions
I'm not able to find an open issue that reports the same bug
I've seen the troubleshooting guide on the Continue Docs

Relevant environment info
Markdown- OS: [Your OS]

  • Continue version: 1.0.19+
  • IDE version: [Your IDE version]
  • Model: qwen3
  • config:
    context:
    • provider: http
      params:
      url: http://example.com/api/manual
      title: manual
      displayTitle: 메뉴얼
      description: 메뉴얼을 검색합니다.
      headers:
      Authorization: Bearer [token]
      options: {}

Description
HTTP provider stopped working after upgrading from v1.0.18 to v1.0.19. In v1.0.18, when typing @메뉴얼 (HTTP provider name) in the chat, it would visibly make HTTP requests and fetch data from the configured endpoint. Since v1.0.19, the HTTP provider appears in the chat suggestions but no HTTP communication occurs and no data is retrieved.
The HTTP provider configuration remains unchanged between versions, but the functionality is completely broken in v1.0.19 and later versions.

this is v1.0.18
Image

and this is v1.0.19
Image

Metadata

Metadata

Labels

area:context-providersRelates to context providersgood-first-issueSuggested issue for new contributorskind:bugIndicates an unexpected problem or unintended behaviorreleased

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions