Skip to content

v0.2.29

Choose a tag to compare

@github-actions github-actions released this 09 Jul 01:43

v0.2.29 — Send Vault docs to any terminal, terminal-styled prompt inputs

Release date: 2026-07-08
Previous version: v0.2.28

TL;DR

  • Send a Vault file to the terminal you choose — the right-click "Send to terminal" action now lists every open terminal, or opens a brand-new one, instead of always targeting the topmost window.
  • Optionally include linked docs — when sending to a terminal or a task, you can pull in the documents your file links to via [[wikilinks]], followed transitively.
  • Prompt inputs now feel like the terminal — the description fields in the Automation, Planner, and Routine forms auto-grow with their content and adopt a dark, monospace terminal look.
  • Small terminal fix: the cursor no longer hides against the focused window border.

Highlights

Pick the target terminal (or open a new one)

Right-clicking a file in the Vault and choosing "Send to terminal" used to inject the path into whatever terminal happened to be on top. It now shows a list of all open terminals — topmost first — so you can send to the exact one you mean, plus a "New terminal" entry that spins up a fresh session and drops the path into it once it's ready.

Include a document's linked docs

Sending to a terminal or task now offers an Include linked docs toggle. When on, CLITrigger walks the file's [[wikilinks]] transitively and adds every reachable document alongside the one you picked (as paths, so the CLI can open them). The toggle only appears when the file actually links somewhere.

Terminal-styled, auto-growing prompt inputs

The description/prompt inputs in the Automation (task), Planner, and Routine forms:

  • Grow vertically with their content instead of scrolling inside a fixed 3-row box (bounded, then scroll/drag).
  • Look like the session terminal — dark background, Cascadia monospace, blue focus border — so writing a prompt matches where it ultimately runs.

Terminal cursor visibility

Added a bit more padding inside the terminal so the near-white cursor doesn't sit flush against the bright, focused window border and get lost.

Install / Update

npm i -g clitrigger@0.2.29

Desktop app — pick the right asset:

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

Full commit list

  • 78678c7 WIP(client): 프롬프트 입력란을 터미널 룩으로 통일(.prompt-field)
  • 1689c2b WIP(client): 터미널 내용 패딩 확대로 커서-테두리 여백 확보
  • 1ed6c33 WIP(client): 폼 설명 입력창 auto-grow를 field-sizing으로 통일
  • de07714 WIP(client): 자동 작업 폼 설명 입력창을 내용에 맞춰 세로 자동 확장
  • 574b4c5 WIP(client): Vault 전송 시 링크된 문서 함께 포함 옵션
  • 749818b WIP(client): Vault 문서→터미널 전송을 목록 선택·새 터미널로 확장

Related docs

Full Changelog: v0.2.28...v0.2.29