fix: remove port exposure from terminal tool (opencode)

This commit is contained in:
2026-05-22 21:47:02 +00:00
parent c41993310b
commit 9e1334eb6d
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -185,7 +185,6 @@ services:
"category": "ai-assistant",
"interface_type": "terminal",
"requires_port": False,
"default_port": 3000,
"compose_template": """version: "3.8"
services:
opencode:
@@ -197,8 +196,6 @@ services:
volumes:
- {{REPO_PATH}}:/workspace
- opencode_home:/tmp
ports:
- "3000:3000"
command: >
sh -c "set -x &&
apt-get update && apt-get install -y git ca-certificates &&