Crash, unsure how to describe it, with mcp #2534

Closed
opened 2026-02-16 17:36:07 -05:00 by yindo · 5 comments
Owner

Originally created by @roderik on GitHub (Nov 3, 2025).

Originally assigned to: @rekram1-node on GitHub.

Description

I was sending an update message and it kind of crashed in a weird way

OpenCode version

1.0.15

Steps to reproduce

Not a clue how to reproduce this

Screenshot and/or share link

Image
{
  "$schema": "https://opencode.ai/config.json",
  "model": "anthropic/claude-sonnet-4-5",
  "small_model": "anthropic/claude-haiku-4-5",
  "plugin": [
    "opencode-openai-codex-auth@latest"
  ],
  "permission": {
    "edit": "allow",
    "bash": {
      "*": "allow",
      "rm -rf *": "deny",
      "rm -rf /*": "deny",
      "sudo *": "ask",
      "dd if=* of=/dev/*": "deny",
      "mkfs.* /dev/*": "deny",
      ":(){ :|:& };:": "deny"
    },
    "webfetch": "allow"
  },
  "mcp": {
    "context7": {
      "type": "local",
      "command": [
        "bun",
        "x",
        "-y",
        "@upstash/context7-mcp@latest"
      ],
      "enabled": true
    },
    "octocode": {
      "type": "local",
      "command": [
        "bun",
        "x",
        "-y",
        "octocode-mcp@latest"
      ],
      "enabled": true
    },
    "shadcn": {
      "type": "local",
      "command": [
        "bun",
        "x",
        "-y",
        "shadcn@latest",
        "mcp"
      ],
      "enabled": true
    },
    "chrome-devtools": {
      "type": "local",
      "command": [
        "bun",
        "x",
        "-y",
        "chrome-devtools-mcp@latest"
      ],
      "enabled": true
    }
  },
  "provider": {
    "openai": {
      "options": {
        "reasoningEffort": "medium",
        "reasoningSummary": "auto",
        "textVerbosity": "medium",
        "include": [
          "reasoning.encrypted_content"
        ],
        "store": false
      },
      "models": {
        "gpt-5-codex-low": {
          "name": "GPT 5 Codex Low (OAuth)",
          "options": {
            "reasoningEffort": "low",
            "reasoningSummary": "auto",
            "textVerbosity": "medium",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-codex-medium": {
          "name": "GPT 5 Codex Medium (OAuth)",
          "options": {
            "reasoningEffort": "medium",
            "reasoningSummary": "auto",
            "textVerbosity": "medium",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-codex-high": {
          "name": "GPT 5 Codex High (OAuth)",
          "options": {
            "reasoningEffort": "high",
            "reasoningSummary": "detailed",
            "textVerbosity": "medium",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-minimal": {
          "name": "GPT 5 Minimal (OAuth)",
          "options": {
            "reasoningEffort": "minimal",
            "reasoningSummary": "auto",
            "textVerbosity": "low",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-low": {
          "name": "GPT 5 Low (OAuth)",
          "options": {
            "reasoningEffort": "low",
            "reasoningSummary": "auto",
            "textVerbosity": "low",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-medium": {
          "name": "GPT 5 Medium (OAuth)",
          "options": {
            "reasoningEffort": "medium",
            "reasoningSummary": "auto",
            "textVerbosity": "medium",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-high": {
          "name": "GPT 5 High (OAuth)",
          "options": {
            "reasoningEffort": "high",
            "reasoningSummary": "detailed",
            "textVerbosity": "high",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-mini": {
          "name": "GPT 5 Mini (OAuth)",
          "options": {
            "reasoningEffort": "low",
            "reasoningSummary": "auto",
            "textVerbosity": "low",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        },
        "gpt-5-nano": {
          "name": "GPT 5 Nano (OAuth)",
          "options": {
            "reasoningEffort": "minimal",
            "reasoningSummary": "auto",
            "textVerbosity": "low",
            "include": [
              "reasoning.encrypted_content"
            ],
            "store": false
          }
        }
      }
    }
  }
}

Operating System

tahoe

Terminal

ghostty

Originally created by @roderik on GitHub (Nov 3, 2025). Originally assigned to: @rekram1-node on GitHub. ### Description I was sending an update message and it kind of crashed in a weird way ### OpenCode version 1.0.15 ### Steps to reproduce Not a clue how to reproduce this ### Screenshot and/or share link <img width="862" height="811" alt="Image" src="https://github.com/user-attachments/assets/0de3e604-68e5-468a-b7b8-ea931e8f7ccd" /> ``` { "$schema": "https://opencode.ai/config.json", "model": "anthropic/claude-sonnet-4-5", "small_model": "anthropic/claude-haiku-4-5", "plugin": [ "opencode-openai-codex-auth@latest" ], "permission": { "edit": "allow", "bash": { "*": "allow", "rm -rf *": "deny", "rm -rf /*": "deny", "sudo *": "ask", "dd if=* of=/dev/*": "deny", "mkfs.* /dev/*": "deny", ":(){ :|:& };:": "deny" }, "webfetch": "allow" }, "mcp": { "context7": { "type": "local", "command": [ "bun", "x", "-y", "@upstash/context7-mcp@latest" ], "enabled": true }, "octocode": { "type": "local", "command": [ "bun", "x", "-y", "octocode-mcp@latest" ], "enabled": true }, "shadcn": { "type": "local", "command": [ "bun", "x", "-y", "shadcn@latest", "mcp" ], "enabled": true }, "chrome-devtools": { "type": "local", "command": [ "bun", "x", "-y", "chrome-devtools-mcp@latest" ], "enabled": true } }, "provider": { "openai": { "options": { "reasoningEffort": "medium", "reasoningSummary": "auto", "textVerbosity": "medium", "include": [ "reasoning.encrypted_content" ], "store": false }, "models": { "gpt-5-codex-low": { "name": "GPT 5 Codex Low (OAuth)", "options": { "reasoningEffort": "low", "reasoningSummary": "auto", "textVerbosity": "medium", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-codex-medium": { "name": "GPT 5 Codex Medium (OAuth)", "options": { "reasoningEffort": "medium", "reasoningSummary": "auto", "textVerbosity": "medium", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-codex-high": { "name": "GPT 5 Codex High (OAuth)", "options": { "reasoningEffort": "high", "reasoningSummary": "detailed", "textVerbosity": "medium", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-minimal": { "name": "GPT 5 Minimal (OAuth)", "options": { "reasoningEffort": "minimal", "reasoningSummary": "auto", "textVerbosity": "low", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-low": { "name": "GPT 5 Low (OAuth)", "options": { "reasoningEffort": "low", "reasoningSummary": "auto", "textVerbosity": "low", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-medium": { "name": "GPT 5 Medium (OAuth)", "options": { "reasoningEffort": "medium", "reasoningSummary": "auto", "textVerbosity": "medium", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-high": { "name": "GPT 5 High (OAuth)", "options": { "reasoningEffort": "high", "reasoningSummary": "detailed", "textVerbosity": "high", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-mini": { "name": "GPT 5 Mini (OAuth)", "options": { "reasoningEffort": "low", "reasoningSummary": "auto", "textVerbosity": "low", "include": [ "reasoning.encrypted_content" ], "store": false } }, "gpt-5-nano": { "name": "GPT 5 Nano (OAuth)", "options": { "reasoningEffort": "minimal", "reasoningSummary": "auto", "textVerbosity": "low", "include": [ "reasoning.encrypted_content" ], "store": false } } } } } } ``` ### Operating System tahoe ### Terminal ghostty
yindo added the bug label 2026-02-16 17:36:07 -05:00
yindo closed this issue 2026-02-16 17:36:07 -05:00
Author
Owner

@rekram1-node commented on GitHub (Nov 3, 2025):

Hm ill fix it

@rekram1-node commented on GitHub (Nov 3, 2025): Hm ill fix it
Author
Owner

@rekram1-node commented on GitHub (Nov 3, 2025):

fixed in next release

@rekram1-node commented on GitHub (Nov 3, 2025): fixed in next release
Author
Owner

@rekram1-node commented on GitHub (Nov 3, 2025):

something was killing your mcp server idk why

@rekram1-node commented on GitHub (Nov 3, 2025): something was killing your mcp server idk why
Author
Owner

@roderik commented on GitHub (Nov 4, 2025):

@rekram1-node I have opencode manage my dev server via tmux and docker compose locally and had hanging tests. Maybe it decided to kill bun or random pids? 🤷🏻

@roderik commented on GitHub (Nov 4, 2025): @rekram1-node I have opencode manage my dev server via tmux and docker compose locally and had hanging tests. Maybe it decided to kill bun or random pids? 🤷🏻
Author
Owner

@rekram1-node commented on GitHub (Nov 4, 2025):

Yeah that could be it

@rekram1-node commented on GitHub (Nov 4, 2025): Yeah that could be it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2534