Releases: Cod-e-Codes/marchat-plugins
v3.1.0
Full Changelog: v3.0.0...v3.1.0
v2.0.2
Full Changelog: v3.0.0...v2.0.2
v3.0.0
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 (amd64 + arm64), macOS (Intel), and macOS (Apple Silicon).
Assets
Weather Plugin v1.0.0
- weather-plugin-v1.0.0-windows-amd64.zip
sha256:d0afbb69675f22c59a4536adb39dea0be539576d2e3ce2668d5e2a3c99277bbc - weather-plugin-v1.0.0-linux-amd64.zip
sha256:572b8036e810c0578efe499ed70c47be00002d4338dddb91ff9356278abfe7fb - weather-plugin-v1.0.0-linux-arm64.zip
sha256:7063710b54b7d2f80a2e2a309331bcd99b7d22e5a42ffb0f3fd2500b997c621b - weather-plugin-v1.0.0-darwin-amd64.zip
sha256:4aa289c25a9ed56a02ca4c582c5cc6f2cef9564203c9c22be1ea02eb3d2fc88a - weather-plugin-v1.0.0-darwin-arm64.zip
sha256:e715b9300b3b4c42d678240ddaad38de9cf7c99711d105091a697c94deede7b7
Git Hooks Plugin v1.0.0
- githooks-plugin-v1.0.0-windows-amd64.zip
sha256:975d605ae90004f4ed66363902bdf3ece862327ac6b6ec401f477c7f2eb543b8 - githooks-plugin-v1.0.0-linux-amd64.zip
sha256:f57e653f8a8fa290df7a7bbc3ad48ce46bc8bcc537bca69a744b5e3d5c29c496 - githooks-plugin-v1.0.0-linux-arm64.zip
sha256:efeea4732069d61dbfc42c512b4d1aa6b0a1e83e0397bd7e1c347b71efbb31fb - githooks-plugin-v1.0.0-darwin-amd64.zip
sha256:dc906fe60c3309c7c6039475741adef6b272bd8a53d9e24a9912fed90d498a58 - githooks-plugin-v1.0.0-darwin-arm64.zip
sha256:ca57076d3abe1cd94f2ae0510e09e9471d05706649f23609361e7d2cd78e8175
v2.0.1
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 echoThe 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
- Registry JSON: marchat-plugins registry.json
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.mdfor how to submit your own plugins.
License
- MIT License - see
LICENSEfor details.
marchat Plugins – v2.0.0
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 echoThe 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
- Registry JSON: marchat-plugins registry.json
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.mdfor how to submit your own plugins.
License
- MIT License — see
LICENSEfor details.
Initial Plugin Registry Release
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:
:storeOr install directly:
:install echoPlugin 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.