This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+6 more
Affected surfaces
Summary
AI summaryBroad release touches Full commit list, TL;DR, Highlights, and π Removed.
Full changelog
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 [email protected]
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
- Detailed changelog β per-date technical decision records
Full Changelog: https://github.com/HyperAITeam/CLITrigger/compare/v0.2.38...v0.2.39
Breaking Changes
- Removed Jira, Notion, GitHub integration plugins and the gstack skillβinjection plugin.
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]