🚀 DMTools Release v1.7.226
📝 What's Changed
Full diff: v1.7.225...v1.7.226
🚀 Features
- Accept 'md' alias and add TESTRAIL_DEFAULT_FORMAT env var (d2ab99b4)
- Add format=markdown option for HTML-heavy test case fields (375194ba)
- Add testrail_get_suites MCP tool (1f5c9a99)
- Rewrite interactive mode in Java, add output formats, doctor, *_test tools (1a5ce26f)
🐛 Bug Fixes
- Make dmtools available immediately in CI sessions (993a70b9)
🔧 Refactoring
- Address PR review comments and add pre-commit hook (2731ec7b)
- Derive integrations and jobs from generated registry (0bfc291f)
- Extract config keys to constants, move DoctorCommand out of JobRunner (02f5f829)
- Extract shared CLI formatter helpers and reduce duplication (e0e8760d)
📚 Documentation
- Add TestRail Mermaid diagram examples and update mermaid tools reference (219e3cce)
📦 Dependencies
- Aws-core (d7df392d)
- Bump com.gradleup.shadow from 9.4.2 to 9.4.3 (0d9b0757)
- Bump gradle-wrapper from 9.6.0 to 9.6.1 (fb68eab2)
- Bump io.spring.dependency-management (4a3f62ee)
- Bump versions.graalvm from 25.0.3 to 25.1.3 (64907477)
- Bump versions.junit from 6.1.0 to 6.1.1 (3f4116ee)
- Gson from 2.13.2 to 2.14.0 (966a2e8c)
- Okhttp from 4.12.0 to 5.4.0 (5202ae2b)
- Regions (b08777dc)
🛠 Maintenance
- Add quality-gate job with full git history for baseline diff (bd57ebc8)
- Lower jscpd baseline to 5.83% after formatter deduplication (4763c889)
- Pin jscpd 5.0.11 and raise baseline to 6.76% to match CI (760d684c)
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.226/skill-install.sh | bash
Windows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.226/skill-install.ps1 | iex
Focused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.226/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.226)
DMTools CLI - macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.226/install.sh | bash -s -- v1.7.226
DMTools CLI - Windows (cmd.exe):
set DMTOOLS_VERSION=v1.7.226 && curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.226/install.bat -o "%TEMP%\dmtools-install.bat" && "%TEMP%\dmtools-install.bat"
DMTools CLI - Windows (PowerShell):
$env:DMTOOLS_VERSION = "v1.7.226"
irm https://github.com/epam/dm.ai/releases/download/v1.7.226/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.226
- Build Date: 2026-07-08 13:15:22 UTC
- CLI JAR Size: 91M
- Skill ZIP Size: 260K
- Skill TAR Size: 208K
- Git Commit:
7702bd47
🐛 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