Skip to content

AGENTS.md auto-injection not working #141

@kevincojean

Description

@kevincojean

Good evening,

I cannot get the auto-injection of AGENTS.md files to work; and I find it unclear when this is supposed to occur.
To be clear; I have generated multiple AGENTS.md files in my repository beforehand.

Here is my oh-my-opencode.json configuration
"[email protected]"

{
  "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
  "disabled_hooks": [
    "auto-update-checker",
    "background-notification",
    "session-notification",
    "startup-toast"
  ],
  "experimental": {
    "aggressive_truncation": false,
    "empty_message_recovery": true,
    "auto_resume": true
  },
  "agents": {
    "Sisyphus": {
      "model": "proxy/google.antigravity.claude-opus-4.5_thinking"
    },
    "oracle": {
      "model": "proxy/google.antigravity.claude-sonnet-4.5_thinking"
    },
    "librarian": {
      "model": "proxy/google.antigravity.claude-sonnet-4.5"
    },
    "explore": {
      "model": "opencode/grok-code"
    },
    "frontend-ui-ux-engineer": {
      "model": "proxy/google.antigravity.gemini-3-pro_low"
    },
    "document-writer": {
      "mode": "primary",
      "model": "google.antigravity.gemini-3-flash"
    },
    "multimodel-looker": {
      "model": "proxy/com.geminicli.gemini-2.5-flash"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions