🚀 DMTools Release v1.7.214
📝 What's Changed
Full diff: v1.7.213...v1.7.214
🚀 Features
- Include conventional-commits changelog in GitHub Release notes (77b3876c)
🐛 Bug Fixes
- Add junit-platform-launcher for JUnit 6 compatibility (7d2a8005)
- Migrate to com.gradleup.shadow 9.4.2 and exclude GraalVM POM aggregator (ffd317f7)
- Stabilize test JVM for GraalVM 25 upgrade (0457b893)
📦 Dependencies
- Bump actions/download-artifact from 4 to 8 (dd100a30)
- Bump actions/upload-artifact from 4 to 7 (af349a3d)
- Bump gradle-wrapper from 8.11.1 to 9.6.0 (edbef544)
- Bump versions.graalvm from 24.1.1 to 25.0.3 (6775ebbd)
- Bump versions.junit from 5.11.4 to 6.1.0 (861c4fed)
- Bump versions.mockito from 5.18.0 to 5.23.0 (7890561e)
This release includes the DMTools CLI and Agent Skill for enterprise dark-factory orchestration across MCP tools, AI agents, and delivery workflows.
📦 What's Included
🖥️ DMTools CLI
- Command-line interface for DMTools operations
- Java-based automation and integration tools
- Cross-platform install scripts for easy setup (
install,install.sh,install.bat,install.ps1) - Wrapper script (
dmtools.sh)
🤖 DMTools Agent Skill
- AI assistant skill for MCP, AI agents, and generative-ai-friendly DMTools workflows in Cursor, Claude, Codex, and other Agent Skills compatible systems
- Complete DMtools documentation (67+ MCP tools, JavaScript agent development, and configuration guides)
- Cross-platform support (works with all major AI coding assistants)
🎯 Quick Start
Install DMTools CLI
macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/latest/download/install.sh | bash
Windows (PowerShell):
irm https://github.com/epam/dm.ai/releases/latest/download/install.ps1 | iex
Install DMTools Agent Skill
macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.214/skill-install.sh | bash
Windows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.214/skill-install.ps1 | iex
Focused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.214/skill-install.sh | bash -s -- --skills jira,github
Focused packages:
dmtools-jira-skill.zip→/dmtools-jiradmtools-github-skill.zip→/dmtools-githubdmtools-ado-skill.zip→/dmtools-adodmtools-testrail-skill.zip→/dmtools-testrail
Manual Installation:
- Download
dmtools-skill.zipor a focused package such asdmtools-jira-skill.zip - Extract to one of these directories:
.cursor/skills/(project-level Cursor).claude/skills/(project-level Claude)~/.claude/skills/(global Claude).codex/skills/(project-level Codex)
Install Specific Version (v1.7.214)
DMTools CLI - macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.214/install.sh | bash -s -- v1.7.214
DMTools CLI - Windows (cmd.exe):
set DMTOOLS_VERSION=v1.7.214 && curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.214/install.bat -o "%TEMP%\dmtools-install.bat" && "%TEMP%\dmtools-install.bat"
DMTools CLI - Windows (PowerShell):
$env:DMTOOLS_VERSION = "v1.7.214"
irm https://github.com/epam/dm.ai/releases/download/v1.7.214/install.ps1 | iex
📋 System Requirements
- Java 17+ (required)
- 2GB RAM minimum, 4GB recommended
- 1GB disk space for application and data
📊 Build Information
- Version: v1.7.214
- Build Date: 2026-06-22 20:38:33 UTC
- CLI JAR Size: 89M
- Skill ZIP Size: 256K
- Skill TAR Size: 204K
- Git Commit:
7e927746
🐛 Troubleshooting
Common Issues
- Java version: Ensure Java 17+ is installed (
java -version) - Memory issues: Increase heap size with
-Xmx4g
Getting Help
- Issues: GitHub Issues
- Documentation: Main Repository