Oh My OpenAgent, the open-source framework for building and managing autonomous AI agents, just dropped version 4.1.2. This isn't a feature-packed release — it's a reliability and compatibility patch that tightens up some loose screws. The two headline fixes? Safer agent delegation and Windows shell support.
First, the delegation system. Previously, agents marked as hidden could still be selected by the delegate-task mechanism. That's a bypass that shouldn't have existed. Now, hidden agents are correctly excluded from discovery. It's a small change, but it closes a real loophole.
Second, Windows compatibility. Non-interactive sessions on Windows failed to properly detect the command shell. That's fixed. The patch ensures the framework correctly identifies and uses the Windows command interpreter, even when no interactive user session is active. This makes Oh My OpenAgent more reliable on Windows servers and automated environments.
Hidden agents are often used for internal or administrative tasks. Exposing them to delegation could lead to unintended behavior — or worse, security risks. If you're running a multi-agent system where some agents are invisible, this patch is essential. It's the kind of edge case that only shows up in production, but when it does, it's a headache.
The Windows fix matters too. Many enterprises run agent frameworks on Windows Server for automation. A missing shell detection can break entire pipelines. This patch removes that friction. It's not glamorous, but it's the kind of reliability improvement that keeps systems humming.
Personal take: I've seen projects struggle with hidden agent leaks. It's one of those bugs that's hard to reproduce but annoying when it bites. Good to see the team address it. The Windows fix? Long overdue. Most open-source agent tools treat Windows as an afterthought. Props for closing the gap.
Official Source: https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v4.1.2