Skip to content

marchat Plugins – v2.0.0

Choose a tag to compare

@Cod-e-Codes Cod-e-Codes released this 21 Aug 14:47
· 13 commits to main since this release

marchat Plugins – v2.0.0

This release introduces 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.0
    • 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)
  • Build and packaging scripts for easy per-platform zips
  • Registry entries annotated with goos/goarch for clearer selection

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.0)

  • echo-plugin-v2.0.0-windows-amd64.zip
    sha256: 0b91eb1f2029913159632430ce54b19b55afc5c1b96b266862ec6705305b9c8e
  • echo-plugin-v2.0.0-linux-amd64.zip
    sha256: e20491aa50ce6e110591ad3624fdd15059b5ea57ced5abd8b1404f4a63ed55cf
  • echo-plugin-v2.0.0-darwin-amd64.zip
    sha256: b5c4db56960b7695d7a61b6fdbd0b8c58732619063e686fe28a9d1c9a84f1682

Contributing

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

License

  • MIT License — see LICENSE for details.