73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
{
|
|
"models": [
|
|
{
|
|
"model": "AUTODETECT",
|
|
"title": "Autodetect",
|
|
"provider": "ollama"
|
|
}
|
|
],
|
|
"tabAutocompleteModel": {
|
|
"title": "Qwen 2.5 Coder 1.5b",
|
|
"provider": "ollama",
|
|
"model": "qwen2.5-coder:1.5b"
|
|
},
|
|
"customCommands": [
|
|
{
|
|
"name": "test",
|
|
"prompt": "{{{ input }}}\n\nWrite 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": "code",
|
|
"params": {}
|
|
},
|
|
{
|
|
"name": "docs",
|
|
"params": {}
|
|
},
|
|
{
|
|
"name": "diff",
|
|
"params": {}
|
|
},
|
|
{
|
|
"name": "terminal",
|
|
"params": {}
|
|
},
|
|
{
|
|
"name": "problems",
|
|
"params": {}
|
|
},
|
|
{
|
|
"name": "folder",
|
|
"params": {}
|
|
},
|
|
{
|
|
"name": "codebase",
|
|
"params": {}
|
|
}
|
|
],
|
|
"slashCommands": [
|
|
{
|
|
"name": "edit",
|
|
"description": "Edit selected code"
|
|
},
|
|
{
|
|
"name": "comment",
|
|
"description": "Write comments for the selected code"
|
|
},
|
|
{
|
|
"name": "share",
|
|
"description": "Export the current chat session to markdown"
|
|
},
|
|
{
|
|
"name": "cmd",
|
|
"description": "Generate a shell command"
|
|
},
|
|
{
|
|
"name": "commit",
|
|
"description": "Generate a git commit message"
|
|
}
|
|
]
|
|
}
|