Skip to content

Profiles

Profiles let you switch between different capability sets without rewriting config.

[profiles.default]
capabilities = ["tasks"]
[profiles.planning]
capabilities = ["ralph", "tasks"]
[profiles.frontend]
capabilities = ["tasks", "ui-design"]
Terminal window
omnidev profile set planning
  • Keep a lightweight default profile for daily work.
  • Use profiles to separate planning, coding, and review workflows.

See Capability Sources for how to add capabilities that profiles can enable.