Add OpenCode project config
This commit is contained in:
parent
180835bba8
commit
b5d2c2ad8f
2 changed files with 11 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ Este modulo concentra:
|
|||
- publica `config.el`, `init.el`, `packages.el`
|
||||
- OpenCode:
|
||||
- publica `~/.config/opencode/opencode.json`
|
||||
- usa `opencode.json` no root do repo para carregar contexto do projeto
|
||||
- usa `ollama/qwen2.5-coder:7b` como modelo padrao
|
||||
- Wofi:
|
||||
- publica `config`, `style.css`, `menu`, `menu.css`
|
||||
|
|
|
|||
10
opencode.json
Normal file
10
opencode.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"model": "ollama/qwen2.5-coder:7b",
|
||||
"instructions": [
|
||||
"AGENTS.md",
|
||||
"README.md",
|
||||
"home/ltadeu6.nix",
|
||||
"hosts/Nixos/configuration.nix"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue