superpowers icon indicating copy to clipboard operation
superpowers copied to clipboard

The selected model is not taken into account

Open todor-a opened this issue 1 month ago • 1 comments

Description

Any idea why this happens? Although I've chosen one model, it defaults to another. I opened this issue in opencode's repo and another user commented that they experience the same while running the superpowers plugin.

https://github.com/user-attachments/assets/ecf71846-5aeb-4640-81a9-b28fdd27bbdc

Here is my config:

➜ cat ~/.config/opencode/opencode.json                                                 took 6s
{
  "$schema": "https://opencode.ai/config.json",
  "theme": "opencode",
  "autoupdate": true,
  "permission": {
    "bash": {
      "find": "allow",
      "git commit": "ask"
    }
  },
}

Plugins

none

OpenCode version

1.1.4

Operating System

macos 26

Terminal

ghostty

todor-a avatar Jan 08 '26 12:01 todor-a

Check #226 i debugged it myself and then found this issue

jumski avatar Jan 14 '26 13:01 jumski

I believe I have just merged a fix for this.

obra avatar Jan 19 '26 01:01 obra