Release 2.0.74 (2026-05-29)¶
Features¶
- make --model a first-class session argument Add an optional 'model' attribute to identities.toml and a --model flag to vrg-vm session. Resolution: --model wins, else the identity's model default, else no flag. The resolved model is injected into the Claude invocation the in-VM resolver execs (create/resume/fork); an explicit '-- claude --model X' passthrough still takes precedence, and raw non-claude overrides (-- bash) are unaffected. Ref #1313.