Open
Description
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
- OS:
- Continue version: 1.0.22
- IDE version: IntelliJ IDEA 2025.1.1.1
- Model: Claude Sonnet 3.5
- config:
%YAML 1.1
---
name: Assistant
version: 1.0.0
schema: v1
_defaults: &model_defaults
provider: bedrock
env:
region: eu-central-1
profile: bedrock
models:
- name: Claude 3.5
<<: *model_defaults
model: anthropic.claude-3-5-sonnet-20240620-v1:0
roles:
- chat
- edit
- apply
- name: Embeddings Model
<<: *model_defaults
model: amazon.titan-embed-text-v2:0
roles:
- embed
- name: Reranking Model
model: cohere.rerank-v3-5:0
<<: *model_defaults
roles:
- rerank
context:
- provider: file
- provider: currentFile
- provider: code
- provider: codebase
- provider: docs
- provider: diff
- provider: folder
- provider: terminal
prompts:
- name: Analyze terminal error
description: Analyze the error in the terminal
prompt: |
@terminal
Analyze the last executed terminal command and its output. Explain any errors that occurred, including likely causes and concrete steps to fix them.
If no error is present, briefly explain what the command does and summarize its output.
Description
The content provider @Terminal does not use the last terminal command or its output.
To reproduce
- Open the terminal and execute any command
- Type @ in Continue
- Choose Terminal
- Enter "Analyze the command."
Current terminal content is empty
Log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo