oh-my-claudecode v4.1.16
Fixed
- Setup wizard: Removed stale
team.defaultModelconfiguration that was still being written to.omc-config.jsondespite being removed in v4.1.2. Teammates now correctly inherit the user's session model. (#551) - Setup hook: Removed legacy
vacuumSwarmDb()maintenance function that requiredsqlite3CLI and was dead weight since team mode replaced swarm. (#551)
Changed
- Commands deprecated: All 33 command files in
commands/replaced with deprecation stubs redirecting to the corresponding/oh-my-claudecode:<skill>. Skills (skills/*/SKILL.md) are now the sole source of truth, eliminating content drift between commands and skills. (#552)
Migration
Commands like /analyze, /autopilot, /ralph etc. still work but now display a deprecation notice pointing to the skill equivalent (e.g., /oh-my-claudecode:analyze). No action required — skills have always been the canonical entry point.