chore(release): v0.26.0 - #319
Merged
Merged
Conversation
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 <noreply@anthropic.com>
ThreatCrush Security Scan93 finding(s) HIGH/CRITICAL: 50 | MEDIUM: 43
…and 43 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
package.jsonto 0.26.0. One line, matching the shape of every prior release commit.What this releases
Two features have been on
mainunreleased:moshcode ticker//tickerequity research backed by advis0r.com, plus moshcode's first Claude Code plugin marketplaceMinor rather than patch: both add commands, neither changes an existing one.
Why it matters beyond the version number
install.shserves the latest release tarball, notmain. So on any machine running the installed binary today:The
tickerplugin installs fine from the marketplace and its slash commands still work — each falls back tocurl https://advis0r.com/api/...— but the fallback skips the rendering the verb exists to do, including the generated-at stamp and delayed-price markers that the renderer enforces structurally. This release closes that gap.Verification
Full suite on this exact tree: 1142 passing, 0 failing (215 pre-existing skips).
publish.ymlre-runs it before packing, and checks the release tag matchespackage.json— so a mismatched tag fails the workflow rather than publishing the wrong tree under an unreusable version.After merge
Publishing a GitHub release tagged
v0.26.0triggerspublish.yml→ npm. Users update with:curl -fsSL https://moshcoding.com/install.sh | sh -s -- update🤖 Generated with Claude Code