Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 08:30
· 6 commits to main since this release
0526d8f

Highlights

  • Ships unic and unic-mcp together in every release archive and Homebrew installation.
  • Adds Codex, Claude, and Kiro plugin packaging with read-only MCP discovery and AWS Backup inspection.
  • Keeps direct-install updates of both binaries synchronized with validation and rollback.

Upgrading from v0.3.1 or older

The older self-updater can replace only unic. Run the install script once to install the paired binaries:

curl -sSL https://raw.githubusercontent.com/DevopsArtFactory/unic/main/install.sh | sh

Homebrew users can run brew upgrade unic. Future direct updates replace unic and unic-mcp together.

Changelog

  • feat: package MCP integrations for AI clients (#343)
  • fix: keep unic and MCP updates in sync (#348)