DMTools v1.7.241
·
54 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
π DMTools Release v1.7.241
π What's Changed
Full diff: v1.7.240...v1.7.241
π Bug Fixes
- Pin nanoid to ^3.3.17 to resolve Dependabot alert #11 (#451) (5fbbabc)
- Verify checksum inside retry loop to recover from corrupted partial downloads (#450) (2a26706)
π¦ Dependencies
- Auth (#447) (35f7ae4)
- Aws-core (#449) (651a5b1)
- Bump actions/setup-java from 5.6.0 to 5.7.0 (#442) (eeee2e3)
- Bump gradle-wrapper from 9.6.1 to 9.7.0 (#446) (4beacbf)
- Bump org.owasp.dependencycheck from 12.2.2 to 13.0.0 (#444) (734436d)
- Jtoon from 2.0.1 to 2.0.2 (#445) (b033046)
- Regions (#448) (78b54df)
- Swagger-annotations (#443) (479766a)
π Other Changes
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 | bashWindows (PowerShell):
irm https://github.com/epam/dm.ai/releases/latest/download/install.ps1 | iexInstall DMTools Agent Skill
macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.241/skill-install.sh | bashWindows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.241/skill-install.ps1 | iexFocused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.241/skill-install.sh | bash -s -- --skills jira,githubFocused 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.241)
DMTools CLI - macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.241/install.sh | bash -s -- v1.7.241DMTools CLI - Windows (cmd.exe):
set DMTOOLS_VERSION=v1.7.241 && curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.241/install.bat -o "%TEMP%\dmtools-install.bat" && "%TEMP%\dmtools-install.bat"DMTools CLI - Windows (PowerShell):
$env:DMTOOLS_VERSION = "v1.7.241"
irm https://github.com/epam/dm.ai/releases/download/v1.7.241/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.241
- Build Date: 2026-08-11 12:48:37 UTC
- CLI JAR Size: 93M
- Skill ZIP Size: 272K
- Skill TAR Size: 220K
- Git Commit:
e9e55f5c
π 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