Skip to content

DMTools v1.7.229

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:05
· 129 commits to main since this release
Immutable release. Only release title and notes can be modified.

πŸš€ DMTools Release v1.7.229

πŸ“ What's Changed

Full diff: v1.7.228...v1.7.229

πŸš€ Features

  • Add gitlab_get_commit_statuses MCP tool (d8f8217)

πŸ› Bug Fixes

  • Avoid cancelled runs and update only triggering PR on PR events (f051ac0)
  • Run bulk update on schedule and workflow_dispatch too (ed96fff)
  • Use PAT for dependabot auto-merge and add scheduled fallback for PR updates (85abf66)

πŸ”§ Refactoring

  • Extract shared pagination helper to avoid code duplication (9833455)

πŸ“š Documentation

  • Regenerate MCP tools reference (cbde421)

πŸ“¦ Dependencies

πŸ›  Maintenance

  • Add dependabot auto-merge workflow (b1e0484)
  • Auto-update PRs on pull_request events too (6bc603a)

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-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.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

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

Getting Help