What's New in v4.1.1
Added
- Agent Teams Setup: The
omc-setupwizard now includes Step 5.5 to configure Claude Code's experimental Agent Teams (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS), includingteammateModeselection and team defaults. (#484)
Changed
- Flexible MCP Routing: Removed per-provider enum restriction on
agent_roleforask_codexandask_geminiMCP tools. Both now accept any valid agent role (~30 types); provider-specific strengths are documented as recommendations, not enforced gates. (#485)
Fixed
- Session State Isolation: Eliminated cross-session state contamination when multiple Claude Code sessions run in the same directory. When
session_idis known, legacy shared state is invisible — no fallback to shared paths. AddsisSessionMatch()helper for consistent session matching across all 8 modes. (#486) - State Write Warnings: Added warnings in MCP
state_writewhensession_idis missing, preventing accidental shared-state writes. (#486)
Full Changelog: v4.1.0...v4.1.1