🚀 DMTools Release v1.7.240
📝 What's Changed
Full diff: v1.7.239...v1.7.240
🚀 Features
- EPAM brand alignment and scroll-driven agent pipeline (#431) (08920543)
- Enhance Google Analytics tracking (#438) (460c8c88)
- Enhanced DMTools landing page with badges, agent pipeline animation and EPAM-style header (#427) (c9365cea)
- Persist full command output to disk when console logging is capped (#439) (a05f5d26)
- Support custom domain dmtools.epam.com (#437) (6670b98e)
🐛 Bug Fixes
- Add missing permissions to release-ai-skill publish-npm job (#436) (9788e203)
- Bump sharp to 0.35.3 (#434) (d140fd77)
- Pass tracker client to JS executor in pre/post actions (#426) (d5f9567d)
- Update action versions and add missing permissions (#435) (e05f7cdd)
- Use Node 24 for landing Pages deploy (#432) (0bef6a2e)
📦 Dependencies
- Bump esbuild, @astrojs/react and astro in /landing (#429) (981474c2)
🛠 Maintenance
- Add CodeQL config to ignore worktree duplicates (#433) (1872aa9e)
- Update coverage badge (#440) (86058fc2)
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.240/skill-install.sh | bash
Windows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.240/skill-install.ps1 | iex
Focused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.240/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.240)
DMTools CLI - macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.240/install.sh | bash -s -- v1.7.240
DMTools CLI - Windows (cmd.exe):
set DMTOOLS_VERSION=v1.7.240 && curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.240/install.bat -o "%TEMP%\dmtools-install.bat" && "%TEMP%\dmtools-install.bat"
DMTools CLI - Windows (PowerShell):
$env:DMTOOLS_VERSION = "v1.7.240"
irm https://github.com/epam/dm.ai/releases/download/v1.7.240/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.240
- Build Date: 2026-08-07 13:02:59 UTC
- CLI JAR Size: 93M
- Skill ZIP Size: 272K
- Skill TAR Size: 220K
- Git Commit:
86058fc2
🐛 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