DMTools v1.7.228
·
153 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
π 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 (4c67fa6)
π Bug Fixes
- Stop adding .dmtools/ to gitignore (0f33434)
β Tests
π Documentation
- Per-integration minimal config, AI provider optional (9c4d89c)
- Regenerate docs for Jenkins integration (a4839e0)
π¦ Dependencies
- Bump actions/setup-node from 4 to 6 (e103011)
- Bump com.gradleup.shadow from 9.4.3 to 9.5.1 (cf5c9f4)
- Bump versions.junit from 6.1.1 to 6.1.2 (0be78ca)
- Dagger from 2.60 to 2.60.1 (3c076a4)
- Dagger-compiler (59b5d3f)
- Google-auth-library-oauth2-http (417ce45)
- Google-cloud-core (057ba2c)
- Jackson-databind (7a3d1c4)
- Jtoon from 2.0.0 to 2.0.1 (a07be05)
- Pdfbox from 3.0.7 to 3.0.8 (f2d8310)
- Pdfbox-io from 3.0.7 to 3.0.8 (85d1150)
π Maintenance
- Add workflow_dispatch and allow badge commit on manual runs (#355) (30128b6)
- Bump jscpd baseline after Jenkins MCP additions (05ebc4a)
- Bump submodule to fix JS unit tests (6cf8066)
- Bump submodule to fix JS unit tests (jira_add_label mock) (60b2696)
- Default JIRA_TRANSFORM_CUSTOM_FIELDS_TO_NAMES=true and JIRA_EXTRA_FIELDS_PROJECT=TS (d64808b)
- Publish badge via auto-merge PR (#356) (6e2b893)
- Remove dead methods from JAssistant (#365) (a783ee9)
- Remove unused legacy jobs, deprecate PreSaleSupport and RequirementsCollector (#360) (6179da0)
- Run Codecov upload in parallel, off the release path (5064829)
- Self-hosted coverage badges, drop Codecov + trust badges (#354) (661b3f3)
- Update coverage badge (#359) (ab8b65c)
- Update coverage badge (#361) (d29800b)
- Update coverage badge (#363) (6694588)
- Update coverage badge (#364) (1838bd6)
- Update coverage badge (#378) (e748600)
- Update submodule pointer for ci_failures_full.log (b64fba7)
- Use PAT_TOKEN for badge PR so its CI actually runs (#358) (48c06ed)
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.228/skill-install.sh | bashWindows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.228/skill-install.ps1 | iexFocused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.228/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.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.228DMTools 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