Skip to content

Changelog

Auto-generated from git history. Conventional-commit prefixes (feat:, fix:, chore:, etc.) are grouped; everything else lands under “Other changes”.

  • add fast-path dxai add/remove commands and init alias (7ae3f2e)
  • add dxai rollback to restore config backups (16d2978)
  • centralize network timeout + retry/backoff in src/net.js (0a89340)
  • make syntax check portable to Windows (0dae63b)
  • portable test runner; exclude changelog from docs drift gate (21a6df8)
  • replace curl shell-out with native fetch in installSkills (539411e)
  • serve site at apex domain dxai.dev (0928156)
  • document add/remove/init fast-path commands (5117469)
  • mark security & robustness items shipped; add rollback docs (81231ec)
  • cover installSkills fetch fallback; tighten SKILL.md guard (72783dc)
  • Merge pull request #4 from nandha-kumar-hajari/sfixesfable-docs-and-landing-updates (5281ebd)
  • Update AGENTS.md with architecture and command enhancements; add ESLint configuration and CI linting job. Introduce new automation tools catalog and improve cleanup command options. Revise README for clarity and update documentation components. (eec7b29)
  • Merge pull request #3 from nandha-kumar-hajari/audit-fixes (13630d9)
  • Refactor registry for security handling and enhance validation. Introduce atomic file write operations for safer config and manifest updates. Implement comprehensive validation for registry data to prevent command injection and ensure safe execution. Update AGENTS.md to document new features and clarify registry data handling. Improve cleanup processes to maintain accurate system and project manifests. Enhance tests for atomic file operations and registry validation. (f4e6188)
  • Update AGENTS.md and ROADMAP.md to reflect new features and improvements. Enhance testing coverage from 42 to 81 tests, add release/versioning guidelines, and document the new periodic catalog auto-refresh feature. Update CLI options for registry versioning and handshake testing, and improve agent definitions for better transport handling. Modify config writer to support version pinning for package specifications. (adc4cf7)
  • Add automation tool detection and installation features. Introduce new CLI option for automation tools, enhance runtime to handle tool selection, and implement installation logic for agent-browser and agent-device. Update manifest to record installed tools and modify related files for improved project structure. (4a7cd32)
  • Added Agent Rules (9bcd535)
  • Enhance CLI and agent detection features. Update agent definitions to include new Antigravity IDE and CLI applications. Improve command detection logic to check for both command-line tools and installed applications on macOS. Modify CLI options to reflect updated agent IDs. (7099150)
  • Merge pull request #1 from nandha-kumar-hajari/astro-docs (5f3d119)
  • Update documentation and references to reflect project name change to ‘dxai’. Modify links in README.md, guide, and reference documents to point to the new repository. Enhance .gitignore to exclude Playwright test runner outputs and cache files. Update configuration files for consistency with the new project structure. (9576e5c)
  • Update project structure and documentation. Enhance .gitignore to exclude build artifacts and Playwright session files. Modify package.json and package-lock.json to reflect project name change to ‘dxai’ and add new scripts for documentation management. Improve README.md with detailed CLI usage instructions and features. Introduce CI workflow for documentation drift checks. (8d39143)
  • Enhance CLI functionality and documentation. Introduce new commands for managing profiles, introspection, and registry updates. Update package.json with new scripts and dependencies. Add a roadmap for future development and implement CI workflow for testing and validation. (02adb05)
  • Enhance project configuration and detection features. Introduce project detection logic to identify tech stacks, tooling, and Git info. Update cursor rules and project instruction writers to support optional profile injection. Refactor AGENTS.md and CLAUDE.md generation to utilize new detection capabilities. (54712c0)
  • Rename project, updating all references in package.json, README.md, CLI, and source files to reflect the new name. Adjust branding and cleanup messages accordingly. (fc728e4)
  • Implement CLI cleanup command and local development instructions; add .gitignore and package-lock.json files, remove deprecated cli.js and skills.js files. (f8b071e)
  • Add interactive CLI for AI-powered development environment setup, including branding, configuration writing, OS detection, agent management, and MCP server integration. (7a846fb)