You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #84, the previous cmd refactor had broken argument
handling for run/run_new.
The old format had an ambiguity between prompt and context args.
This change is breaking because we no longer support the old format. The
new format is:
:OpencodeRun [agent=<name>] [model=<model>] [context=<overrides>] <prompt>
:OpencodeRunNewSession [agent=<name>] [model=<model>] [context=<overrides>] <prompt>
0 commit comments