| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Minor: `moshcode whoami --json` is new behaviour (#302) — account status as machine-readable JSON, with a distinct status for not-logged-in, expired and unverified sessions rather than prose a script has to parse. Also carries the publish-warning cleanup (#313) and the two publish-workflow changes (#311, #312), none of which alter what installs. This is the first release since v0.24.0 with something in it for users; 0.24.1 through 0.24.3 were plumbing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ThreatCrush Security Scan92 finding(s) HIGH/CRITICAL: 50 | MEDIUM: 42
…and 42 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Minor, because this one actually ships something: moshcode whoami --json (#302) prints account status as machine-readable JSON, with distinct status values for not-logged-in, expired and unverified sessions rather than prose a script has to parse.
Also carried, none of which change what installs:
First release since v0.24.0 with anything in it for users; 0.24.1–0.24.3 were plumbing.
Verification
$ moshcode whoami --json { "status": "not_logged_in", "verified": false, "api": "https://app.moshcode.sh", "user": null }Publishing on merge+release uses the token path, which is proven — v0.24.2 and v0.24.3 both went out that way with provenance attestations.
🤖 Generated with Claude Code