v0.1.6

feyninc/mandexv0.1.6Mar 21, 2026by chonknick

AI Summary

Adds auto-detection for project dependencies (package.json, requirements.txt, etc.) in the `mx sync` command and refactors internal pull logic. Also adds ASCII art to `mx init`.

Key Highlights

  • Auto-detect and pull documentation for all project dependencies using `mx sync`
  • Supports multiple dependency files (package.json, requirements.txt, pyproject.toml, Cargo.toml)
  • ASCII art MANDEX logo in `mx init`
  • Refactored pull internals for reuse

New Features

  • Enhanced `mx sync` with auto-detection
  • ASCII art logo
  • Refactored pull internals

Full Release Notes

## What's new

### mx sync

Auto-detect and pull documentation for all project dependencies.

```bash
$ mx sync
  Scanning project dependencies...
  Found package.json (12 deps)

✓ react 19.2.4 (already installed)
↓ hono@4.12.8 (new)
· express — not in registry

Synced 2 packages (1 new, 1 up to date, 1 not in registry)
```

Supports: `package.json`, `requirements.txt`, `pyproject.toml` (PEP 621 + Poetry), `Cargo.toml`

### Also in this release

- ASCII art MANDEX logo in `mx init`
- Refactored pull internals for reuse

## Install / Upgrade

```bash
curl -fsSL https://mandex.dev/install.sh | sh
```