🚀 DMTools Release v1.7.229
📝 What's Changed
Full diff: v1.7.228...v1.7.229
🚀 Features
- Add gitlab_get_commit_statuses MCP tool (d8f8217c)
🐛 Bug Fixes
- Avoid cancelled runs and update only triggering PR on PR events (f051ac03)
- Run bulk update on schedule and workflow_dispatch too (ed96fffc)
- Use PAT for dependabot auto-merge and add scheduled fallback for PR updates (85abf669)
🔧 Refactoring
- Extract shared pagination helper to avoid code duplication (9833455c)
📚 Documentation
- Regenerate MCP tools reference (cbde4219)
📦 Dependencies
- Auth (#381) (002b9ebc)
- Aws-core (#383) (beb2f96b)
- Bump com.gradleup.shadow from 9.5.1 to 9.6.0 (#386) (1245268b)
- Bump versions.jackson3 from 3.2.0 to 3.2.1 (#380) (d410dfa2)
- Commons-io from 2.18.0 to 2.22.0 (#384) (1a7d4e8e)
- Json from 20260522 to 20260719 (#382) (ea9cd1bc)
- Regions (c0dade1b)
🛠 Maintenance
- Add dependabot auto-merge workflow (b1e04843)
- Auto-update PRs on pull_request events too (6bc603ad)
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.229/skill-install.sh | bash
Windows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.229/skill-install.ps1 | iex
Focused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.229/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.229)
DMTools CLI - macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.229/install.sh | bash -s -- v1.7.229
DMTools CLI - Windows (cmd.exe):
set DMTOOLS_VERSION=v1.7.229 && curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.229/install.bat -o "%TEMP%\dmtools-install.bat" && "%TEMP%\dmtools-install.bat"
DMTools CLI - Windows (PowerShell):
$env:DMTOOLS_VERSION = "v1.7.229"
irm https://github.com/epam/dm.ai/releases/download/v1.7.229/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.229
- Build Date: 2026-07-21 15:04:43 UTC
- CLI JAR Size: 91M
- Skill ZIP Size: 264K
- Skill TAR Size: 212K
- Git Commit:
bf532786
🐛 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