Skip to content

v1.4.0 - any language, and commands that run only when you type them

Choose a tag to compare

@tms-minhtang1 tms-minhtang1 released this 20 Aug 08:16
· 34 commits to main since this release
e6be2fa
/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

  • Any language, for the review it posts and the chat it holds. Setup's language question drops the fixed menu: it pre-marks a language detected from your own Claude Code memory as well as the project's, falls back to English, and takes free text for anything else. A multi-script language pins its script — Chinese is zh-Hans or zh-Hant, never bare zh.
  • Simplified Chinese README and docs — 6 pages, alongside English, Vietnamese and Japanese.

Improved

  • A command now runs only when you type it. /open-pr:review, :fix, :clean, :upgrade and :feedback are no longer started by Claude Code reading your chat, so nothing posts a review, commits, pushes, removes a worktree or opens an issue off its own reading. Asking for a review in words no longer starts one — type the command.
  • 2.3% less context per run, up to 3.9%, measured against v1.3.0 across all 16 scenarios.
  • A review collects PR info, files, diff, commits, old comments and CI in 2 batched rounds instead of 7 sequential ones, and /open-pr:fix in 1 instead of 7.
  • A repo whose chat language is already stored gets that language recommended, instead of English.