chore(release): v0.33.0 - #344
Merged
Merged
Conversation
Bump to v0.33.0, releasing the herd (#342) — agent sessions that outlive the terminal that started them — along with the PRD behind it (#341) and the moshpit pinned-TLS proxy fix (#343), all of which have been sitting on main unreleased. Minor rather than patch: #342 adds six commands (herd, ps, attach, kill, wait, restore) and six moshscript verbs, and changes none of the existing ones. `moshcode start claude` with no -d behaves exactly as it did. This release is what makes any of it reachable. install.sh serves the latest release tarball rather than main, so until a release carries it every installed machine answers `unknown command "ps"` — and the npm channel only moves when publish.yml sees a published GitHub release. No plugin bumps: stocks and crypto are untouched, and neither names a command that moved. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ThreatCrush Security Scan92 finding(s) HIGH/CRITICAL: 2 | MEDIUM: 42 | LOW: 48
…and 42 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.
Bump to v0.33.0, releasing three things that have been sitting on
mainunreleased:Why minor, not patch
#342 adds six commands (
herd,ps,attach,kill,wait,restore) and six moshscript verbs, and changes none of the existing ones.moshcode start claudewithout-dbehaves exactly as it did in 0.32.0 — the herd is opt-in at every entry point.Why this release matters more than most
install.shserves the latest release tarball, notmain. Until a release carries it, every installed machine answersunknown command "ps"no matter what is merged. The npm channel is downstream of the same event —publish.ymltriggers on a published GitHub release — so nothing reaches either channel until this ships.No plugin bumps
stocksandcryptoare untouched, and neither names a command that moved.Verification
moshcode versionreads back0.33.0.package.jsonchanges, matching the v0.32.0 / v0.31.0 release commits.Merging this does not publish anything on its own — the GitHub release still has to be created, which is what fires
publish.yml.🤖 Generated with Claude Code