Skip to content

CLITrigger

v0.2.31 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents ai-automation claude claude-code codex codex-cli
+6 more
developer-tools electron gemini git-worktree multi-agent task-orchestration

Summary

AI summary

Broad release touches Full commit list, client, My Schedule, and Terminal rendering refresh shortcut.

Changes in this release

Feature Low

Adds terminal refresh shortcut Ctrl+Shift+R (Cmd+Shift+R on Mac) and F5.

Adds terminal refresh shortcut Ctrl+Shift+R (Cmd+Shift+R on Mac) and F5.

Source: llm_adapter@2026-07-16

Confidence: high

Feature Low

Adds smoother window resizing by throttling terminal refit to 100 ms during drag.

Adds smoother window resizing by throttling terminal refit to 100 ms during drag.

Source: llm_adapter@2026-07-16

Confidence: high

Feature Low

Adds right‑click delete and edit‑modal delete button for My Schedule memos/events (work in progress).

Adds right‑click delete and edit‑modal delete button for My Schedule memos/events (work in progress).

Source: llm_adapter@2026-07-16

Confidence: high

Bugfix Medium

Fixes floating windows covering theme popovers by correcting z-index overflow.

Fixes floating windows covering theme popovers by correcting z-index overflow.

Source: llm_adapter@2026-07-16

Confidence: high

Bugfix Medium

Fixes Korean IME context loss after programmatically raising a popout window.

Fixes Korean IME context loss after programmatically raising a popout window.

Source: llm_adapter@2026-07-16

Confidence: high

Bugfix Medium

Fixes light‑theme readability by preventing bright foreground colors from washing out against background.

Fixes light‑theme readability by preventing bright foreground colors from washing out against background.

Source: llm_adapter@2026-07-16

Confidence: high

Bugfix Medium

Removes transition‑all on input/prompt fields to eliminate textarea resize lag.

Removes transition‑all on input/prompt fields to eliminate textarea resize lag.

Source: llm_adapter@2026-07-16

Confidence: high

Full changelog

v0.2.31 — Terminal refresh shortcuts and UI polish

Release date: 2026-07-09
Previous version: v0.2.30

TL;DR

A quick patch on top of v0.2.30 focused on terminal quality-of-life. You can now refresh a glitched terminal rendering with Ctrl+Shift+R or F5 without touching the running session, window resizing is noticeably smoother, and several visual/IME annoyances (light-theme readability, hidden popovers, Korean IME dropping after popout raise) are fixed.

Highlights

Terminal rendering refresh shortcut (Ctrl+Shift+R / F5)

  • The header's refresh button action — recreate the xterm renderer while keeping the PTY session alive — is now bound to Ctrl+Shift+R (Cmd+Shift+R on Mac) and F5.
  • Only the focused stack responds, and the shortcut also works in popped-out windows.
  • The key combo is swallowed before reaching the shell, so it neither leaks into the PTY nor triggers a browser hard reload. Plain Ctrl+R is untouched and still available for shell history search.

Smoother window resizing

  • Terminal refit during a resize drag is now throttled to 100ms, eliminating stutter while dragging window edges.
  • Removed a transition-all on input/prompt fields that caused visible lag when resizing textareas.

Visual & input fixes

  • Light terminal presets: bright foreground colors (e.g. TUI line numbers) no longer wash out against the light background.
  • Floating windows: a floating window's z-index could exceed the tooltip layer and cover the theme popover — fixed.
  • Korean IME (Electron): programmatically raising a popout window no longer loses the Korean IME composition context.

My Schedule (work in progress)

  • Memos and events can now be deleted via right-click, and the edit modal gained a delete button.

Install / Update

npm i -g [email protected]

Desktop app — pick the right asset:

  • Windows (recommended): CLITrigger-Setup-0.2.31.exe — installer with Start Menu shortcut, uninstaller, and auto-update.
  • Windows (portable): CLITrigger-0.2.31.exe — run directly, no install; no shortcuts and no auto-update (grab new versions manually).
  • macOS: .dmg / Linux: .AppImage

Full commit list

  • 647910e feat(client): 터미널 새로고침 단축키에 F5 추가
  • 6464810 feat(client): 터미널 렌더링 새로고침 단축키 Ctrl+Shift+R 추가
  • 197ffdc fix(client): 플로팅 창 z가 z-tooltip(200)을 넘어 테마 팝오버가 가려지던 문제 수정
  • 3c2f652 fix(electron): popout 프로그램적 raise 후 한글 IME 컨텍스트 유실 수정
  • bf54ee6 fix(client): 라이트 터미널 프리셋에서 TUI 라인 번호 등 밝은 글자가 배경에 묻히는 문제 수정
  • 0e66143 fix(client): input-field/prompt-field의 transition-all 제거 — textarea 리사이즈 렉 수정
  • 56a8c39 fix(client): 창 리사이즈 드래그 중 xterm fit을 100ms 스로틀
  • 9516459 WIP(client): 내 일정 — 메모/일정 우클릭 삭제 + 편집 모달 삭제 버튼

Related docs

Full Changelog: https://github.com/HyperAITeam/CLITrigger/compare/v0.2.30...v0.2.31

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track CLITrigger

Get notified when new releases ship.

Sign up free

About CLITrigger

Self-hosted web UI for orchestrating Claude Code, Codex, and Gemini CLIs in parallel git worktrees. Features multi-agent discussion mode (architect/developer/reviewer debate before implementation), cross-project Morning Review Queue, scheduled execution with rate-limit auto-recovery, and a built-in Git client. MIT.

All releases →

Related context

Earlier breaking changes

  • v0.2.17 Deprecates Node 20 support; recommends using Node 22 LTS or newer.

Beta — feedback welcome: [email protected]