From 93d9d710a2c06b82f0e4fb0456902931250e1d99 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Thu, 6 Aug 2026 15:56:05 +0000 Subject: [PATCH] chore(release): v0.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump to v0.26.0, releasing two features that have been sitting on main unreleased: posting to Bluesky and Nostr from the pit (#317), and equity research via `moshcode ticker` / `/ticker` backed by advis0r.com, shipped alongside moshcode's first Claude Code plugin marketplace (#318). Minor rather than patch: both add commands, neither changes an existing one. This release is also what makes the `ticker` plugin's primary path work. install.sh serves the latest release tarball, not main, so every machine running the installed binary reports `unknown command "ticker"` until a release carries it — the plugin's slash commands fall back to curl in the meantime, which works but skips the rendering the verb exists to do. Co-Authored-By: Claude Opus 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90fd34a..e9e8501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moshcode", - "version": "0.25.1", + "version": "0.26.0", "type": "module", "description": "moshcode — a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", "repository": {