🚀 DMTools Release v1.7.228
📝 What's Changed
Full diff: v1.7.227...v1.7.228
🚀 Features
- Jenkins MCP tools and pr_rework failed-check log support (4c67fa60)
🐛 Bug Fixes
- Stop adding .dmtools/ to gitignore (0f334343)
✅ Tests
- Raise line coverage from 44.8% to 81.6% (#362) (3d5738b8)
📚 Documentation
- Per-integration minimal config, AI provider optional (9c4d89ce)
- Regenerate docs for Jenkins integration (a4839e05)
📦 Dependencies
- Bump actions/setup-node from 4 to 6 (e1030117)
- Bump com.gradleup.shadow from 9.4.3 to 9.5.1 (cf5c9f41)
- Bump versions.junit from 6.1.1 to 6.1.2 (0be78ca5)
- Dagger from 2.60 to 2.60.1 (3c076a45)
- Dagger-compiler (59b5d3f9)
- Google-auth-library-oauth2-http (417ce45e)
- Google-cloud-core (057ba2ca)
- Jackson-databind (7a3d1c43)
- Jtoon from 2.0.0 to 2.0.1 (a07be05c)
- Pdfbox from 3.0.7 to 3.0.8 (f2d83105)
- Pdfbox-io from 3.0.7 to 3.0.8 (85d1150a)
🛠 Maintenance
- Add workflow_dispatch and allow badge commit on manual runs (#355) (30128b6f)
- Bump jscpd baseline after Jenkins MCP additions (05ebc4ad)
- Bump submodule to fix JS unit tests (6cf80667)
- Bump submodule to fix JS unit tests (jira_add_label mock) (60b26969)
- Default JIRA_TRANSFORM_CUSTOM_FIELDS_TO_NAMES=true and JIRA_EXTRA_FIELDS_PROJECT=TS (d64808b8)
- Publish badge via auto-merge PR (#356) (6e2b8931)
- Remove dead methods from JAssistant (#365) (a783ee9e)
- Remove unused legacy jobs, deprecate PreSaleSupport and RequirementsCollector (#360) (6179da0c)
- Run Codecov upload in parallel, off the release path (50648297)
- Self-hosted coverage badges, drop Codecov + trust badges (#354) (661b3f39)
- Update coverage badge (#359) (ab8b65c6)
- Update coverage badge (#361) (d29800b2)
- Update coverage badge (#363) (66945882)
- Update coverage badge (#364) (1838bd62)
- Update coverage badge (#378) (e7486003)
- Update submodule pointer for ci_failures_full.log (b64fba7e)
- Use PAT_TOKEN for badge PR so its CI actually runs (#358) (48c06ed4)
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.228/skill-install.sh | bash
Windows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.228/skill-install.ps1 | iex
Focused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.228/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.228)
DMTools CLI - macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.228/install.sh | bash -s -- v1.7.228
DMTools CLI - Windows (cmd.exe):
set DMTOOLS_VERSION=v1.7.228 && curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.228/install.bat -o "%TEMP%\dmtools-install.bat" && "%TEMP%\dmtools-install.bat"
DMTools CLI - Windows (PowerShell):
$env:DMTOOLS_VERSION = "v1.7.228"
irm https://github.com/epam/dm.ai/releases/download/v1.7.228/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.228
- Build Date: 2026-07-16 09:36:03 UTC
- CLI JAR Size: 91M
- Skill ZIP Size: 260K
- Skill TAR Size: 208K
- Git Commit:
e7486003
🐛 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