This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryBroad release touches Highlights, Star History chart, Full commit list, and TSF.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds live markdown preview in Vault while editing files. Adds live markdown preview in Vault while editing files. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Adds per‑file draft auto‑save and recovery for unsaved edits. Adds per‑file draft auto‑save and recovery for unsaved edits. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Low |
Adds five pen/highlighter colors (red, orange, green, blue, pink) for annotations. Adds five pen/highlighter colors (red, orange, green, blue, pink) for annotations. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Fixes Korean IME (TSF) input loss after lock or alt‑tab in Electron app. Fixes Korean IME (TSF) input loss after lock or alt‑tab in Electron app. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Refactor | Low |
Migrates README Star History chart to star‑history's new token‑based `chart` API. Migrates README Star History chart to star‑history's new token‑based `chart` API. Source: llm_adapter@2026-07-15 Confidence: high |
— |
Full changelog
v0.2.32 — Vault live preview & draft recovery, Korean IME fix
Release date: 2026-07-12
Previous version: v0.2.31
TL;DR
Editing docs in the Vault is now safer and faster: a live markdown preview renders as you type, unsaved edits survive tab/project switches via automatic drafts, and annotations support five pen colors. This release also fixes a Korean IME (TSF) input loss in the Electron app after lock/alt-tab, and repoints the README's Star History chart to star-history's new token-based chart API.
Highlights
Vault editing — live preview, draft recovery, colored annotations
- Live markdown preview in the right rail while editing — shows only while you're editing a markdown file, auto-activates on entry, and restores your previous tab when you leave. Keystrokes update the preview panel only, without re-rendering the graph or file tree.
- Per-file draft auto-save & recovery — unsaved edits are kept locally and restored (with a "recovered" indicator) when you return to a file, so switching tabs or projects no longer loses work. Drafts are cleared on successful save or explicit discard.
- Pen/highlighter color selection for annotations — red, orange, green, blue, and pink, replacing the previous red-only doodles. Existing strokes keep their color when you switch.
Electron — Korean IME fix after lock / alt-tab
- The main/popout focus bridge now force-rebinds the TSF (Text Services Framework) context on a real blur→refocus (e.g. screen lock or alt-tab), fixing Korean input being silently dropped. Duplicate focus events without a preceding blur are still skipped, so normal IME context isn't reset unnecessarily.
Star History chart (README)
- Migrated the README Star History embed to star-history's new
chartAPI with a sealed token, so the chart keeps working under GitHub's recent stargazer-API access restriction.
Install / Update
npm i -g [email protected]
Desktop app — pick the right asset:
- Windows (recommended):
CLITrigger-Setup-0.2.32.exe— installer with Start Menu shortcut, uninstaller, and auto-update. - Windows (portable):
CLITrigger-0.2.32.exe— run directly, no install; no shortcuts and no auto-update (grab new versions manually). - macOS:
.dmg/ Linux:.AppImage
Full commit list
- ae8ff69 Merge branch 'main' of https://github.com/HyperAITeam/CLITrigger
- f17bc42 WIP(docs): Star History 차트를 신규 chart API + sealed token으로 교체
- 467f471 Update Star History section in README.md
- ff42ea1 feat: Vault 문서 편집 UX 개선 — 라이브 미리보기·초안 복구·낙서 색상
- f0f0270 WIP(electron): 실제 blur 후 refocus에만 IME(TSF) 컨텍스트 rebind 적용
Related docs
- Detailed changelog — per-date technical decision records
Full Changelog: https://github.com/HyperAITeam/CLITrigger/compare/v0.2.31...v0.2.32
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]