This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryUpdates Diagnostics, Full commit list, and Highlights across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Project cards now tint borders with workspace tag color, subtle at rest and stronger on hover. Project cards now tint borders with workspace tag color, subtle at rest and stronger on hover. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Medium |
Home view cards list currently running terminal sessions and todo executions inline, updating live. Home view cards list currently running terminal sessions and todo executions inline, updating live. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Low |
Added key‑input logging at Electron main process and renderer layers to aid diagnosing Korean IME input loss. Added key‑input logging at Electron main process and renderer layers to aid diagnosing Korean IME input loss. Source: llm_adapter@2026-07-14 Confidence: high |
— |
Full changelog
v0.2.33 — Workspace-colored home cards & live running work list
Release date: 2026-07-14
Previous version: v0.2.32
TL;DR
The home view now ties project cards to their workspace's tag color, and each card shows what's actually running right now — terminal sessions and active todo executions — so you can tell at a glance without opening the project.
Highlights
Home view — see what's running, at a glance
- Project cards now tint their border with the workspace's tag color (subtle at rest, stronger on hover), matching the color dot already shown in the sidebar.
- Each card lists its currently running terminal sessions and todo executions inline — a workspace-colored dot, an icon, and the title — and updates live as sessions/todos start or stop. Clicking a session jumps to that project's Sessions tab; clicking a todo opens the project.
Diagnostics
- Added key-input logging at additional layers (Electron main process + renderer) to help pinpoint where Korean IME (TSF) context breaks, for the next time the input-loss bug resurfaces.
Install / Update
npm i -g [email protected]
Desktop app — pick the right asset:
- Windows (recommended):
CLITrigger-Setup-0.2.33.exe— installer with Start Menu shortcut, uninstaller, and auto-update. - Windows (portable):
CLITrigger-0.2.33.exe— run directly, no install; no shortcuts and no auto-update (grab new versions manually). - macOS:
.dmg/ Linux:.AppImage
Full commit list
- b241fe3 style(client): 홈뷰 실행 중 항목 dot을 워크스페이스 태그색으로 변경
- 15a3e16 feat: 홈뷰 프로젝트 카드에 실행 중인 세션·TODO 목록 표시
- 08fb601 feat(client): 홈뷰 프로젝트 카드에 워크스페이스 태그 색 테두리 적용
- 2cc3320 feat(ime-debug): 키 입력 레이어별 로그 지점 추가
Related docs
- Detailed changelog — per-date technical decision records
Full Changelog: https://github.com/HyperAITeam/CLITrigger/compare/v0.2.32...v0.2.33
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]