🚀 DMTools Release v1.7.244
📝 What's Changed
Full diff: v1.7.243...v1.7.244
🚀 Features
- Inline comment tools and reply via API v2 (#479) (0f4cc1f4)
- Pages-hosted manifest, release pages and auto-deploy (#478) (367ce948)
📦 Dependencies
- Bump gradle-wrapper from 9.7.0 to 9.7.1 (#471) (9d76b4b9)
- Bump versions.jackson3 from 3.2.1 to 3.2.2 (#467) (9bf45871)
- Guava (#473) (75b07218)
- Jackson-databind (#469) (822bb9cb)
- Json from 20260719 to 20260814 (#475) (3a3fb0da)
- Okhttp from 5.4.0 to 5.5.0 (#472) (15885c05)
- Swagger-annotations (#468) (06c19875)
🛠 Maintenance
- Bump DMTools version to v1.7.243 (#465) (3cb19c1c)
- Update coverage badge (#476) (d5fab027)
- Update coverage badge (#477) (22f62864)
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.244/skill-install.sh | bash
Windows (PowerShell):
irm https://github.com/epam/dm.ai/releases/download/v1.7.244/skill-install.ps1 | iex
Focused skill install:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.244/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.244)
DMTools CLI - macOS / Linux / Git Bash:
curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.244/install.sh | bash -s -- v1.7.244
DMTools CLI - Windows (cmd.exe):
set DMTOOLS_VERSION=v1.7.244 && curl -fsSL https://github.com/epam/dm.ai/releases/download/v1.7.244/install.bat -o "%TEMP%\dmtools-install.bat" && "%TEMP%\dmtools-install.bat"
DMTools CLI - Windows (PowerShell):
$env:DMTOOLS_VERSION = "v1.7.244"
irm https://github.com/epam/dm.ai/releases/download/v1.7.244/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.244
- Build Date: 2026-08-24 19:59:05 UTC
- CLI JAR Size: 93M
- Skill ZIP Size: 272K
- Skill TAR Size: 224K
- Git Commit:
0f4cc1f4
🐛 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