diff --git a/src/index.ts b/src/index.ts index 22ed4ebbf..f8c9b4f36 100644 --- a/src/index.ts +++ b/src/index.ts @@ -144,10 +144,6 @@ const OhMyOpenCodePlugin: Plugin = async (ctx) => { isOpenCodeVersionAtLeast(OPENCODE_NATIVE_AGENTS_INJECTION_VERSION); if (hasNativeSupport) { - console.warn( - `[oh-my-opencode] directory-agents-injector hook auto-disabled: ` + - `OpenCode ${currentVersion} has native AGENTS.md support (>= ${OPENCODE_NATIVE_AGENTS_INJECTION_VERSION})` - ); log("directory-agents-injector auto-disabled due to native OpenCode support", { currentVersion, nativeVersion: OPENCODE_NATIVE_AGENTS_INJECTION_VERSION,