Releases: educlopez/mallard
Releases · educlopez/mallard
Release list
v0.9.1
v0.9.0
v0.8.0
v0.6.0
v0.5.0
Changelog
Features
- 7318464 feat(agents): merge prestashop-experts into duck-ai
- 0bbd548 feat(cli): add --scope=workspace and backup compression + pin
- 6750a72 feat(cli): add uninstall and upgrade commands
- f7592f5 feat(doctor): add --fix to repair broken/missing managed links
- f2f0956 feat(ps-email-preview): add v4.0.0 with Geist UI, auth, CSRF, modals and override management
- eb83c3d feat(ps-email-preview): v5 — send-test modal, Mailhog SMTP setup, .txt requirement
- 4921275 feat(release): publish to Homebrew tap and Scoop bucket
- 24bf88e feat: add ps-security-audit and ps-watch skills
Refactor
- 6fb2717 refactor(kb): make in-repo references the source of truth
- 0d3a773 refactor(skills): make all skills company-agnostic
- ce87a66 refactor: rename project duck-ai → mallard
Others
- 752d850 build(release): migrate brews→homebrew_casks, add MIT LICENSE
v0.4.0
v0.3.0
v0.2.0
v0.1.0
duck-ai v0.1.0 — first release
Multi-agent skill, command, and agent installer for Claude Code, Codex, OpenCode and any generic agents directory.
Highlights
Multi-agent installer
- Formal
Adapterinterface (claude / codex / opencode / generic), no hardcoded paths installsymlinks skills + commands into each detected agent
Update + backup + restore
duck-ai updatere-syncs symlinks across detected agents- Any conflicting non-symlink file is backed up before being replaced
duck-ai update --restore <timestamp>recovers prior state from a backup batchduck-ai update --list-backupsto inspect available batches- Backups live under `~/.duck-ai/backups//` (last 5 kept)
Doctor + drift detection
duck-ai doctorreports detection, install paths, managed symlink counts- Surfaces unmanaged drift entries with hint to run
update
Skill registry
- Per-skill
versionin frontmatter duck-ai registrylists managed skills/commands per agent with ok/drift status--all,--source,--jsonfor inspection
TUI
- Interactive Update flow with plan confirmation, live progress and backup hint
Bundled
- Skills: `cinetic-security-setup`, `lando-img-placeholder`, `ps-demo-user`
- Commands: `/lando`, `/ps-customer`, `/ps-url`
Install
```bash
curl -fsSL https://raw.githubusercontent.com/educlopez/duck-ai/main/install.sh | bash
duck-ai update
duck-ai doctor
```
Pin a version with `DUCK_AI_VERSION=v0.1.0` before piping to bash.