Skip to content

Releases: Cod-e-Codes/marchat-plugins

v3.0.0

10 Oct 21:28

Choose a tag to compare

Weather & Git Hooks Plugins v1.0.0

This release adds two new plugins to the marchat plugin store.

Weather Plugin v1.0.0

  • Get current weather for any location
  • 3-day forecast support
  • Powered by wttr.in
  • Commands: :weather [location], :forecast [location]

Git Hooks Plugin v1.0.0

  • Git status, log, branch, and diff commands
  • Repository monitoring
  • Admin-only watch functionality
  • Commands: :git-status, :git-log, :git-branch, :git-diff, :git-watch

Both plugins are available for Windows, Linux, macOS (Intel), and macOS (Apple Silicon).

v2.0.1

10 Sep 21:00

Choose a tag to compare

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)
  • 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.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-darwin-amd64.zip
    sha256: 6d6e8aa05cb950c409cf7825dd650946d4317ffb6f9726afe322a2b2cdefc716

Contributing

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

License

  • MIT License — see LICENSE for details.

marchat Plugins – v2.0.0

21 Aug 14:47

Choose a tag to compare

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.

Initial Plugin Registry Release

02 Aug 19:13
36f5f07

Choose a tag to compare

marchat Plugins - Initial Release

This is the initial release of the marchat plugin registry, providing a centralized location for community plugins.

Included Plugins

Echo Plugin

  • Version: 1.0.0
  • Description: Simple echo plugin for testing the marchat plugin system
  • Category: Utility
  • Tags: chat, utility, echo, test

Installation

Users can install plugins using the marchat plugin store:

:store

Or install directly:

:install echo

Plugin Registry

The registry is available at:
https://raw.githubusercontent.com/Cod-e-Codes/marchat-plugins/main/registry.json

Contributing

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

License

MIT License - see LICENSE for details.