shermanhuman/continue-assistant icon
public
Published on 4/6/2025
Continue

An assistant geared towards working on the Continue source code

Rules
Models
Context
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
anthropic Claude 3.5 Sonnet model icon

Claude 3.5 Sonnet

anthropic

200kinput·8.192koutput
mistral Codestral model icon

Codestral

mistral

voyage voyage-code-3 model icon

voyage-code-3

voyage

voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

together Llama 4 Maverick Instruct (17Bx128E) model icon

Llama 4 Maverick Instruct (17Bx128E)

together

together Llama 4 Scout Instruct (17Bx16E) model icon

Llama 4 Scout Instruct (17Bx16E)

together

together DeepSeek V3-0324 model icon

DeepSeek V3-0324

together

together DeepSeek R1 model icon

DeepSeek R1

together

together Qwen2.5 72B Instruct Turbo model icon

Qwen2.5 72B Instruct Turbo

together

## Overview of Continue
Continue is an AI powered coding assistant that runs as a VS Code extension, and a plugin for JetBrains IDEs.

## Use the following core technologies
*   **Runtime:** Node.js >=20.11.0
*   **Package Manager:** npm
*   **Language:** TypeScript
*   **Build Tool (GUI):** Vite
*   **Test Runner:** Vitest
*   **GUI Framework:** React
*   **State Management:** Redux
*   **Styling:** Styled Components
*   **Utility-first CSS:** Tailwind CSS
- ALWAYS use tools to edit files in place using their original path - do not create new versions of existing files.  We use source control and can revert any mistakes.
- ALWAYS generate complete, implementation-ready code.
- Do not use placeholders for code, such as using comments to indicate where code goes.
- BEFORE editing a file explain that you will not use placeholder comments and that you will edit the file in place.
- BEFORE editing a file read the current version of that file.
- ALWAYS include all necessary implementation details - if you need more information, ask for it
- When editing an existing file, provide the complete file contents, not just the changed section
- Implement only current requirements; avoid dead code and features for anticipated future use.  
- Don't attach a license to documentation or code, unless directed to do so.
- Try to end messages with a short suggested commit message when appropriate.

No Docs configured

Prompts

Learn more

No Prompts configured

Context

Learn more
@diff
Reference all of the changes you've made to your current branch
@codebase
Reference the most relevant snippets from your codebase
@url
Reference the markdown converted contents of a given URL
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@terminal
Reference the last command you ran in your IDE's terminal and its output
@code
Reference specific functions or classes from throughout your project
@file
Reference any file in your current workspace
@tree
Reference the structure of your current workspace
@open
Reference the contents of all of your open files

No Data configured

MCP Servers

Learn more

No MCP Servers configured