Skip to content

DMTools v1.7.228

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:36
· 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

  • Raise line coverage from 44.8% to 81.6% (#362) (3d5738b)

πŸ“š 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 | 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-jira
  • dmtools-github-skill.zip β†’ /dmtools-github
  • dmtools-ado-skill.zip β†’ /dmtools-ado
  • dmtools-testrail-skill.zip β†’ /dmtools-testrail

Manual Installation:

  1. Download dmtools-skill.zip or a focused package such as dmtools-jira-skill.zip
  2. 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

  1. Java version: Ensure Java 17+ is installed (java -version)
  2. Memory issues: Increase heap size with -Xmx4g

Getting Help