Skip to content

Releases: educlopez/mallard

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:20

Changelog

Bug Fixes

  • c3af7cc fix(elementflow-kb): widen trigger to proactive UI/layout work

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:14

Changelog

Features

  • 72b8e23 feat(skills): add elementflow-kb

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 12:27

Changelog

Features

  • ff1e567 feat(skills): add gitlab-project-bootstrap

Bug Fixes

  • c082bbf fix(ci): disable cosign new-bundle-format for blob signing
  • 4453dec fix(ci): opt out of cosign's default signing-config for blob signing
  • 624fb6f fix(ci): pin cosign-installer to a real tag

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:59

Changelog

Features

  • 4926746 feat(skills): add ps-translate skill for PS i18n automation
  • 6ab84f9 feat: backup dedup, more agents, persisted state

Others

  • 66b1f71 docs(skill): update on-disk path after folder rename to mallard

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 31 May 19:03

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

Choose a tag to compare

@github-actions github-actions released this 22 May 08:28

Changelog

Features

  • 25858a8 feat(lando): add nginx/lemp support for PS9 projects

Bug Fixes

  • be474d9 fix: embed skills and commands so the binary works outside the source repo

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 May 18:14

Changelog

Features

  • a69f163 feat(skills): add duck-ai-release meta-skill documenting team workflow

Bug Fixes

  • 4d7ecad fix(install): authenticate curl downloads for private repo

Others

  • fa05443 chore(release): drop Homebrew + Scoop publishing, document curl-pipe as canonical

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 May 10:30

Changelog

Features

  • f052804 feat(tui): doctor and registry screens with scrollable output
  • 13d5666 feat: duck logo + welcome screen calqued from gentle-ai

Others

  • d767d0e chore(ci): add CI and PR validation workflows
  • 1567ece chore(release): add Windows builds and Homebrew/Scoop distribution
  • 538763b chore(release): clean changelog with groups (match gentle-ai pattern)
  • 33c2fc9 chore(release): use github-native changelog (cleaner output, no email leak)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 May 18:43

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 Adapter interface (claude / codex / opencode / generic), no hardcoded paths
  • install symlinks skills + commands into each detected agent

Update + backup + restore

  • duck-ai update re-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 batch
  • duck-ai update --list-backups to inspect available batches
  • Backups live under `~/.duck-ai/backups//` (last 5 kept)

Doctor + drift detection

  • duck-ai doctor reports detection, install paths, managed symlink counts
  • Surfaces unmanaged drift entries with hint to run update

Skill registry

  • Per-skill version in frontmatter
  • duck-ai registry lists managed skills/commands per agent with ok/drift status
  • --all, --source, --json for 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.