From c277badb3a91d9b096e09b98e6b8d496dc420eee Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 4 Jun 2026 17:14:40 +0200 Subject: [PATCH] opencode: add neuron docs mcp and change model for commit command --- opencode/commands/commit.md | 1 + opencode/opencode.json | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/opencode/commands/commit.md b/opencode/commands/commit.md index 6d33095..ba36adb 100644 --- a/opencode/commands/commit.md +++ b/opencode/commands/commit.md @@ -1,5 +1,6 @@ --- description: Analyze git changes +model: openai/gpt-5.4-mini temprature: 0.1 --- diff --git a/opencode/opencode.json b/opencode/opencode.json index 720ece5..35b11bb 100644 --- a/opencode/opencode.json +++ b/opencode/opencode.json @@ -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 + } + } }