Skip to content

v0.2.39

Choose a tag to compare

@github-actions github-actions released this 23 Jul 09:23

v0.2.39 — MCP server + terminal & planner quality-of-life

Release date: 2026-07-23
Previous version: v0.2.38

TL;DR

  • CLITrigger can now be driven from any MCP client (Claude Desktop, Claude Code) — list projects, create and run tasks, and check status just by chatting with your AI.
  • Terminal: drag a file onto a terminal to insert its path.
  • Planner: attach images/videos to pages, and drag in the calendar month view to adjust a schedule's date range.
  • SVN: right-click context menus on folder and changelist groups.
  • The Jira / Notion / GitHub integration plugins and the gstack plugin have been removed.

Highlights

🔌 MCP server (new)

Control CLITrigger from an MCP client without opening the web UI.

  • New Settings → MCP tab shows a ready-to-paste config with your server URL and access token already filled in.
  • Register it in Claude Code (one command) or Claude Desktop (custom connector) and ask, e.g., "Create a task 'fix the login bug' in the myapp project and run it."
  • Seven tools cover the headless task loop end to end: list_projects, create_project, create_todo, start_todo, stop_todo, get_project_status, get_todo_logs.
  • One HTTP endpoint serves npm, desktop app, and remote (tunnel) users alike. See the MCP Server wiki page.

⌨️ Terminal

  • Drag a file from your OS file manager onto a terminal to insert its path.

🗓 Planner

  • Attach images and videos to planner pages.
  • In the calendar month view, drag a schedule to adjust its start/end date range.

🔀 Version control

  • SVN status panel now has right-click context menus on folder and changelist groups.

🗑 Removed

  • The Jira / Notion / GitHub integration plugins and the gstack skill-injection plugin have been removed. If you relied on the Jira agenda overlay or these integrations, they are no longer available in this version.

Install / Update

npm i -g clitrigger@0.2.39

Desktop app — pick the right asset:

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

Full commit list

  • 65cb38d docs(readme): MCP 서버 기능 추가 (EN/KR)
  • 8a60d94 feat(mcp): CLITrigger를 HTTP MCP 서버로 노출
  • 1139139 WIP(build): guard resources/data copy on existence in build:server
  • ca86ec9 WIP(plugins): Jira/Notion/GitHub 연동 플러그인 제거
  • 13b903b wip: update 3 files
  • 67458c9 wip: update 3 files
  • 6b4df0e WIP(plugins): gstack 스킬 주입 플러그인 제거
  • c27d3a7 wip: update 1 files
  • 96e5941 feat: 터미널에 파일 드래그드랍으로 경로 삽입 지원
  • ad4b4be WIP(client): SVN 상태 패널에 폴더/변경목록 그룹 컨텍스트 메뉴 추가
  • bfa339c wip: update 3 files
  • e3ae580 WIP(planner): 캘린더 월간뷰 드래그로 일정 기간 조정 지원
  • 1c06be1 feat(planner): 플래너 페이지에 이미지/동영상 업로드 지원

Related docs

Full Changelog: v0.2.38...v0.2.39