Skip to content

v1.4.2 - Model-invocable commands + branch-pinned installs

Choose a tag to compare

@tms-minhtang1 tms-minhtang1 released this 27 Aug 04:59
· 10 commits to main since this release
2df84cc

Update

/plugin marketplace update open-pr
/plugin update open-pr@open-pr

then /reload-plugins. Cursor, Codex, Gemini CLI, Antigravity:

curl -fsSL https://raw.githubusercontent.com/TOMOSIA-VIETNAM/open-pr/main/install.sh | bash -s -- --update

Existing repos need no config migration — schema_version is unchanged.

New

  • review, fix, clean, feedback, upgrade can now be invoked straight from conversation, not only via /open-pr:<cmd>.
  • --ref <branch-or-tag> on install pins to a specific branch or tag instead of the release channel; --update then stays on it. --ref latest goes back to the release channel.

Improved

  • --update no longer asks which platform twice, and no longer runs the update twice through install.sh.