-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json
More file actions
47 lines (47 loc) · 1.18 KB
/
Copy pathopencode.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"$schema": "https://opencode.ai/config.json",
"model": "deepseek/deepseek-v4-flash",
"provider": {
"deepseek": {
"npm": "@ai-sdk/openai-compatible",
"name": "DeepSeek",
"options": {
"baseURL": "https://api.deepseek.com",
"apiKey": "{env:ANTHROPIC_API_KEY}"
},
"models": {
"deepseek-v4-flash": {
"name": "DeepSeek V4 Flash",
"reasoning": true,
"interleaved": {
"field": "reasoning_content"
}
}
}
}
},
"default_agent": "issue-pr-coder",
"agent": {
"issue-pr-coder": {
"description": "Investigate issues, review pull requests, and implement requested fixes",
"mode": "primary",
"prompt": "{file:./prompts/issue-pr-coder.txt}",
"permission": {
"read": "allow",
"glob": "allow",
"grep": "allow",
"list": "allow",
"lsp": "allow",
"edit": "allow",
"bash": "allow",
"webfetch": "allow",
"websearch": "allow",
"external_directory": "allow",
"todowrite": "allow",
"question": "allow",
"skill": "allow",
"task": "allow"
}
}
}
}