Skip to content

CLITrigger

v0.2.29 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents ai-automation claude claude-code codex codex-cli
+6 more
developer-tools electron gemini git-worktree multi-agent task-orchestration

Summary

AI summary

Broad release touches Highlights, Full commit list, client, and TL;DR.

Changes in this release

Feature Medium

"Send to terminal" now lists all open terminals and adds a "New terminal" option.

"Send to terminal" now lists all open terminals and adds a "New terminal" option.

Source: llm_adapter@2026-07-16

Confidence: high

Feature Medium

Adds an "Include linked docs" toggle to send transitive `[[wikilinks]]` documents with the file.

Adds an "Include linked docs" toggle to send transitive `[[wikilinks]]` documents with the file.

Source: llm_adapter@2026-07-16

Confidence: high

Feature Medium

Prompt description fields in Automation, Planner, and Routine forms auto‑grow vertically.

Prompt description fields in Automation, Planner, and Routine forms auto‑grow vertically.

Source: llm_adapter@2026-07-16

Confidence: high

Feature Medium

Prompt description fields adopt a dark, monospace terminal appearance.

Prompt description fields adopt a dark, monospace terminal appearance.

Source: llm_adapter@2026-07-16

Confidence: high

Bugfix Low

Increases terminal padding so the cursor is no longer hidden against the focused window border.

Increases terminal padding so the cursor is no longer hidden against the focused window border.

Source: llm_adapter@2026-07-16

Confidence: high

Full changelog

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 [email protected]

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: https://github.com/HyperAITeam/CLITrigger/compare/v0.2.28...v0.2.29

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

Track CLITrigger

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Earlier breaking changes

  • v0.2.17 Deprecates Node 20 support; recommends using Node 22 LTS or newer.

Beta — feedback welcome: [email protected]