This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryBroad release touches Full commit list, Terminal & desktop app, Highlights, and client.
Full changelog
v0.2.28 — Right-click "add" menus, SVN changelist drag & drop, terminal zoom in the desktop app
Release date: 2026-07-07
Previous version: v0.2.27
TL;DR
A quality-of-life patch. You can now right-click empty space in the planner, agenda, discussions, and routines views to add a new item without hunting for a button. SVN files can be dragged into changelist sections, and the changelist headers are easier to read. In the desktop app, Ctrl + mouse wheel now zooms the terminal font instead of doing nothing, and Korean/CJK IME input into React fields no longer breaks after using a terminal.
Highlights
Right-click to add a new item
Empty areas of these views now open a context menu with a "new item" action, so creating something no longer requires locating a toolbar button:
- Planner list and calendar → new planner item
- Personal agenda → new memo
- Discussions list → new discussion
- Routines / schedules list → new routine
SVN changelist workflow
- Drag & drop: move SVN files into a changelist section by dragging them directly.
- Readability: changelist section headers now have stronger contrast so sections are easier to scan.
Terminal & desktop app (Electron)
Ctrl+ wheel zoom now works in the packaged desktop app. Chromium was swallowingCtrl+ wheel as a page-zoom gesture, so the terminal never saw it; the gesture is now forwarded to the focused terminal and adjusts its font size (keyboardCtrl+/- already worked). Works in pop-out windows too.- IME fix: after interacting with a terminal, typing Korean/CJK into React input fields no longer drops composition — input focus is rebound correctly.
Install / Update
npm i -g [email protected]
Desktop app — pick the right asset:
- Windows (recommended):
CLITrigger-Setup-0.2.28.exe— installer with Start Menu shortcut, uninstaller, and auto-update. - Windows (portable):
CLITrigger-0.2.28.exe— run directly, no install; no shortcuts and no auto-update (grab new versions manually). - macOS:
.dmg/ Linux:.AppImage
Full commit list
- b9addb5 WIP(electron): Ctrl+휠 페이지 줌을 터미널 폰트 줌으로 전달
- 5f9fade wip: update 2 files
- 133eeff WIP(client): PersonalAgenda 우클릭 컨텍스트 메뉴로 새 메모 추가
- 071bebc WIP(client): 플래너 목록·달력 우클릭 컨텍스트 메뉴로 새 항목 추가
- ff710c3 wip: update 2 files
- 7f7b69b WIP(client): SVN changelist 섹션 헤더 대비 강화
- 4e38de2 WIP(client): SVN 파일을 changelist 섹션에 드래그&드롭으로 이동
- f3ecd6b WIP(client): xterm 조작 후 React 입력 IME 재바인딩
Related docs
- Detailed changelog — per-date technical decision records
Full Changelog: https://github.com/HyperAITeam/CLITrigger/compare/v0.2.27...v0.2.28
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
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.
Related context
Related tools
Earlier breaking changes
- v0.2.17 Deprecates Node 20 support; recommends using Node 22 LTS or newer.
Beta — feedback welcome: [email protected]