Skip to content

v2.0.1

Choose a tag to compare

@Cod-e-Codes Cod-e-Codes released this 10 Sep 21:00
· 10 commits to main since this release

marchat Plugins - v2.0.1

This release updates the echo plugin to v2.0.1 with platform-specific, single-binary plugin archives. The host validates each plugin at runtime against GOOS/GOARCH and shows a clear error on mismatches. This keeps downloads small and the model simple while preserving subprocess isolation and JSON-based communication.

Included Plugins

  • Echo Plugin - v2.0.1
    • Description: Simple echo plugin for testing the marchat plugin system
    • Category: Utility
    • Tags: chat, utility, echo, test

What's new

  • Single-binary per OS/arch distribution (Windows/Linux/macOS including Apple Silicon)
  • Build and packaging scripts for easy per-platform zips
  • Registry entries annotated with goos/goarch for clearer selection
  • Added linux/arm64 and darwin/arm64 builds for full platform parity with marchat

Installation

  • Use the marchat plugin store:
:store
  • Or install directly:
:install echo

The store/host selects the correct build for your platform. If a mismatch occurs (e.g., wrong OS/arch), the host will refuse to launch and show a helpful error.

Plugin Registry

Assets (v2.0.1)

  • echo-plugin-v2.0.1-windows-amd64.zip
    sha256: ad0bf515cabfb71d2e2a1ca3df42a2087b1d3127ba91cc3df2948b1775b13a74
  • echo-plugin-v2.0.1-linux-amd64.zip
    sha256: daaacc39529b507c6cf140f2dd5f5c1af7d338ae61ad2b3b7db073ce525538a7
  • echo-plugin-v2.0.1-linux-arm64.zip
    sha256: d424319308f8ddc74ec4d9b6e4c1c60e2ef456c23f52b3da313b5fa2b951f307
  • echo-plugin-v2.0.1-darwin-amd64.zip
    sha256: 6d6e8aa05cb950c409cf7825dd650946d4317ffb6f9726afe322a2b2cdefc716
  • echo-plugin-v2.0.1-darwin-arm64.zip
    sha256: c58f629b7a64e4f8ba94c1ada1517367d415db69c37e49534bcaa5937df9b36c

Contributing

  • See CONTRIBUTING.md for how to submit your own plugins.

License

  • MIT License - see LICENSE for details.