OMX
Oh My CodeXv0.18.9

$ecomode

Switch to low-cost mode to reduce token usage.

Overview

$ecomode drops the active OMX session into a low-cost profile. Gone are the heavy multi-agent pipelines. It runs a single agent, leans on lighter models wherever it can, and is the right call whenever cost matters to you more than the depth of exploration or analysis.

When to use

  • When a large task is already designed and only execution remains
  • For repetitive small edits that don't need parallel agents
  • In environments where API costs need to be controlled

When to avoid

  • Tasks that require design or architecture judgment — ecomode reduces analysis depth and isn't suited for these.
  • Complex changes that touch multiple systems simultaneously

Example

$ecomode

After invoking, subsequent runs default to lightweight agents and a single execution path.

Note

ecomode applies to the current session only. Restarting the session returns to the default mode.

On this page