RSSAmplifier

Release notes from moshcode · Aug 14, 2026

v0.51.0 — Coral joins the tool registry

0
Sign in to vote or save

GitHub

Coral joins the tool registry

moshcode install coral now installs Coral — a read-only SQL layer over your APIs, databases, and internal systems, so an agent can query across sources through one connection.

moshcode install coral            # runs the vendor's official install script
moshcode coral sql "SELECT * FROM github.pulls LIMIT 5"

Like every other workflow tool, /coral passes arguments, stdin, stdout, stderr, and the native exit code straight through — moshcode conducts the CLI, it does not reimplement it.

The installer resolves the latest GitHub release, verifies its sha256 checksum, and drops the binary in ~/.local/bin. Coral ships no self-updater and documents re-running the installer as the upgrade path, so moshcode upgrade coral does exactly that.

Full changelog: v0.50.0...v0.51.0

Read the original on github.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.