opencode github run does not respect the root level config. #7544

Open
opened 2026-02-16 18:07:30 -05:00 by yindo · 1 comment
Owner

Originally created by @blyedev on GitHub (Jan 25, 2026).

Originally assigned to: @thdxr on GitHub.

Description

I need the opencode pty as a plugin to manage my repository well. When I use the opencode GitHub run command with the config in the root of the project it does not respect the plugin and the session does not have access to the tool.

Plugins

No response

OpenCode version

v1.1.35

Steps to reproduce

run opencode GitHub install
add an opencode.json file with the following config

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["opencode-pty"]
}

commit and push
ask the model about the availability of the background terminal

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @blyedev on GitHub (Jan 25, 2026). Originally assigned to: @thdxr on GitHub. ### Description I need the opencode pty as a plugin to manage my repository well. When I use the opencode GitHub run command with the config in the root of the project it does not respect the plugin and the session does not have access to the tool. ### Plugins _No response_ ### OpenCode version v1.1.35 ### Steps to reproduce run opencode GitHub install add an opencode.json file with the following config ``` { "$schema": "https://opencode.ai/config.json", "plugin": ["opencode-pty"] } ``` commit and push ask the model about the availability of the background terminal ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the bug label 2026-02-16 18:07:30 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 25, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #4054: MCP Servers are not available if config is per project - This describes the exact same issue where plugins/MCP configurations defined at the project root level are not being respected by OpenCode

Feel free to ignore if this does not address your specific case.

@github-actions[bot] commented on GitHub (Jan 25, 2026): This issue might be a duplicate of existing issues. Please check: - #4054: MCP Servers are not available if config is per project - This describes the exact same issue where plugins/MCP configurations defined at the project root level are not being respected by OpenCode Feel free to ignore if this does not address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7544