DEV CommunityThursday · July 9, 2026FREE

oh-my-agent: Angular support and stateful configuration merges

oh-my-agentangularclimcpdevops

Oh-my-agent's latest CLI release addresses the problem of shared tool configurations drifting when developers run local agents. The update introduces stateful configuration back-filling, which merges new MCP servers into local environments while preserving custom developer adjustments. This resolves the issue where adding a new MCP server to a team setup fails to reach existing local configurations, leaving developers with outdated toolsets. Angular stack integration adds frontend domain detection for angular.json and @angular/* packages in the /stack-set command. The oma-frontend skill now includes angular-rules.md to enforce standalone components, OnPush change detection, and signals. API evolution patterns based on the MAP framework have been added to oma-architecture, including Sajaniemi's 11 variable-role taxonomy to guide naming rules in oma-refactor. Windows scheduling updates include the schtasks adapter now mapping weekly cron ranges like 1-5 or lists like 1,3,5 directly to Windows task scheduler formats. Model validation adds vendor validation to the schedule:add command, rejecting unknown models at registration time rather than failing during execution.

// why it matters

Stateful configuration back-filling keeps local agent environments synchronized with team updates without overwriting custom changes.

Sources

Primary · DEV Community
▸ Read original at dev.to

Like this? Get the next digest.