1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

opencode: add neuron docs mcp and change model for commit command

This commit is contained in:
Henrik Hautakoski 2026-06-04 17:14:40 +02:00
parent 34e571b46a
commit c277badb3a
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,6 @@
--- ---
description: Analyze git changes description: Analyze git changes
model: openai/gpt-5.4-mini
temprature: 0.1 temprature: 0.1
--- ---

View file

@ -1,3 +1,10 @@
{ {
"$schema": "https://opencode.ai/config.json" "$schema": "https://opencode.ai/config.json",
"mcp": {
"neuron-ai-doc": {
"type": "remote",
"url": "https://docs.neuron-ai.dev/~gitbook/mcp",
"enabled": true
}
}
} }