Skip to content

Instantly share code, notes, and snippets.

@antydemant
Created March 15, 2025 02:38
Show Gist options
  • Save antydemant/46c3213721614d889503bfff12437f1b to your computer and use it in GitHub Desktop.
Save antydemant/46c3213721614d889503bfff12437f1b to your computer and use it in GitHub Desktop.
.continue
{
"models": [
{
"title": "Ollama[llama3.1:8b]",
"provider": "ollama",
"model": "llama3.1:8b"
},
{
"title": "Ollama[qwen2.5-coder:1.5b-base]",
"provider": "ollama",
"model": "qwen2.5-coder:1.5b-base"
},
{
"title": "Ollama[qwen2.5-coder:0.5b]",
"provider": "ollama",
"model": "qwen2.5-coder:0.5b"
},
{
"title": "Ollama[qllama3.2-vision:latest]",
"provider": "ollama",
"model": "llama3.2-vision:latest"
},
{
"title": "Ollama[hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF:latest]",
"provider": "ollama",
"model": "hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF:latest"
},
{
"title": "Ollama[gemma3:1b]",
"provider": "ollama",
"model": "gemma3:1b"
}
],
"tabAutocompleteModel": [
{
"title": "Ollama[qwen2.5-coder:1.5b-base]",
"provider": "ollama",
"model": "qwen2.5-coder:1.5b-base"
},
{
"title": "Ollama[qwen2.5-coder:0.5b]",
"provider": "ollama",
"model": "qwen2.5-coder:0.5b"
}
],
"embeddingsProvider": {
"title": "Ollama[nomic-embed-text]",
"provider": "ollama",
"model": "nomic-embed-text"
},
"slashCommands": [
{
"name": "edit",
"description": "Edit highlighted code",
"step": "EditHighlightedCodeStep"
},
{
"name": "comment",
"description": "Write comments for the highlighted code",
"step": "CommentCodeStep"
},
{
"name": "share",
"description": "Download and share this session",
"step": "ShareSessionStep"
},
{
"name": "cmd",
"description": "Generate a shell command",
"step": "GenerateShellCommandStep"
}
],
"customCommands": [
{
"name": "test",
"prompt": "Write a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
"description": "Write unit tests for highlighted code"
}
],
"contextProviders": [
{
"name": "codebase",
"params": {
"nRetrieve": 25,
"nFinal": 5,
"useReranking": false
}
},
{
"name": "repo-map",
"params": {
"includeSignatures": true
}
},
{
"name": "diff",
"params": {}
},
{
"name": "open",
"params": {}
},
{
"name": "terminal",
"params": {}
},
{
"name": "code",
"params": {}
},
{
"name": "docs",
"params": {}
},
{
"name": "folder",
"params": {}
}
],
"docs": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment