|
|
@@ -58,7 +58,7 @@ Use the `command` option in your OpenCode [config](/docs/config):
|
|
|
"test": {
|
|
|
// This is the prompt that will be sent to the LLM
|
|
|
"template": "Run the full test suite with coverage report and show any failures.\nFocus on the failing tests and suggest fixes.",
|
|
|
- // This is show as the description in the TUI
|
|
|
+ // This is shown as the description in the TUI
|
|
|
"description": "Run tests with coverage",
|
|
|
"agent": "build",
|
|
|
"model": "anthropic/claude-3-5-sonnet-20241022"
|