From 80c4ef49dcf0eaffd46b3c27a633fb9cc61005bd Mon Sep 17 00:00:00 2001 From: Rui Hu Date: Fri, 15 May 2026 16:12:37 +0800 Subject: [PATCH] tweak opencode --- opencode.json | 2 +- start-dev-container-oneshot.bash | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opencode.json b/opencode.json index c4332a5..fb5e4dc 100644 --- a/opencode.json +++ b/opencode.json @@ -15,7 +15,7 @@ "filesystem": { "type": "local", "command": ["npx", "@modelcontextprotocol/server-filesystem", "/app"], - "enabled": true + "enabled": false }, "forgejo": { "type": "local", diff --git a/start-dev-container-oneshot.bash b/start-dev-container-oneshot.bash index 6672c22..72fb2c8 100755 --- a/start-dev-container-oneshot.bash +++ b/start-dev-container-oneshot.bash @@ -5,10 +5,10 @@ set -e [ ! -f .env ] || export $(grep -v '^#' .env | xargs) RAND_NAME=$(tr -dc A-Za-z0-9