Skip to content

v0.2.33

Choose a tag to compare

@github-actions github-actions released this 14 Jul 03:22

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 clitrigger@0.2.33

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

Full Changelog: v0.2.32...v0.2.33