Skip to content

Agent Mode not available when using custom model endpoint for Sonnet 3.7 #6043

Open
@istranic

Description

@istranic

Before submitting your bug report

Relevant environment info

- OS: Mac
- Continue version: v1.0.11
- IDE version: VS Code 1.95
- config:
  
name: Local Assistant
version: 1.0.0
schema: v1
models:
  - name: Claude 3.7
    provider: openai
    model: anthropic.claude-3-7-sonnet
    apiBase: .....
    apiKey: ....
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase

Description

I'm using Claude 3.7 through a model proxy and Chat and Edit mode work well. However, Agent mode is Grayed out even though the model should work with Agent mode.

I'm assuming this is because the model proxy is not recognized as a model that is compatible with Agent mode. Is there anything I can modify in the config to fix this?

To reproduce

No response

Log output

Metadata

Metadata

Assignees

Labels

area:configurationRelates to configuration optionside:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behavior

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions