-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Error Details
Model: Devstral 2 (Cloud - Full)
Provider: ollama
Status Code: 500
Error Output
"Internal Server Error"
Additional Context
Please add any additional context about the error here
anytime I set up .continue/rules file I get 500 Error
.continue/rules
rules:
- name: "Full Codebase Access"
description: "Grant full access to the IntelliJ project for analysis and assistance."
globs:- "**/*.java" # Java files
- "**/*.kt" # Kotlin files
- "**/*.xml" # XML files (e.g., Spring Boot configs)
- "**/*.yml" # YAML files (e.g., application.yml)
- "**/*.yaml" # YAML files (alternative extension)
- "**/*.properties" # Properties files
- "**/*.gradle" # Gradle build files
- "**/*.gradle.kts" # Gradle Kotlin DSL files
- "**/pom.xml" # Maven build files
- "**/build.gradle" # Gradle build files
- "**/settings.gradle" # Gradle settings files
- "**/Dockerfile" # Docker configurations
- "**/*.sql" # SQL files
- "**/*.md" # Markdown documentation
- "/src/" # Entire source directory
- "/test/" # Test directory
- "/resources/" # Resources directory
alwaysApply: true
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Type
Projects
Status
Todo