You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using anomalyco/opencode/github@latest, but it's not clear which instructions files are loaded at the runtime.
The output starts with like:
Sending message to opencode...
| Read {"filePath":".github/skills/pre-commit/SKILL.md"}
| Glob {"pattern":".pre-commit-config.yaml"}
but it doesn't tell me whether AGENTS.md file was loaded or not (I've multiple of them in the project, but I think they're not followed). I've added it to instructions in .opencode/opencode.jsonc, but it's still not shown.
If it's loaded, maybe we could have some extra option to increase verbose mode (or variable) for the action?