Skip to content

chore(release): v0.14.0 - #171

Merged
ralyodio merged 1 commit into
mainfrom
chore/release-v0.14.0
Aug 1, 2026
Merged

chore(release): v0.14.0#171
ralyodio merged 1 commit into
mainfrom
chore/release-v0.14.0

Conversation

@ralyodio

@ralyodio ralyodio commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

install.sh resolves releases/latest, so the seventeen commits merged since v0.13.3 have been sitting on main unreachable — including a fix for a page that locks browsers up.

Headline: the pit

/pit rendered every ending an account held, and a <form> per name under each, with no bound on either end. At 50 endings × 100 names that was 3.1 MiB of HTML and 36,082 DOM elements — and it jammed browsers with no script on the page at all (#167).

It now draws a window and states what it isn't drawing: 173 KiB, 1,926 elements. With a filter box over the top — eggs as a substring, def* as a glob, debounced against the API, and readable server-side from ?q= so it works with the script blocked (#168).

The namespace also stopped being the one part of the product a script couldn't touch: /api/moshpit/* now accepts the same API key /api/me and /api/sessions already did (#169). And /pit/dns finally documents the TronBrowser route, for machines whose DNS isn't theirs to change (#165).

Pricing stopped lying: $2 a name is a default, not a ceiling. The server always allowed more — the claim form shipped max="2" and made it look like policy (#170).

Also in

Testing

bin/moshcode.mjs --version0.14.0. Repo root: 523 pass, 0 fail, 144 skipped (pwa deps absent, as designed). apps/pwa with deps installed: 330 pass, 0 fail.

After merge

No release workflow exists in .github/workflows, so the tag and GitHub release are still manual — releases/latest is what install.sh reads, so the bump alone doesn't reach anyone.

🤖 Generated with Claude Code

install.sh resolves releases/latest, so the sixteen commits merged since
v0.13.3 have been sitting on main unreachable — including a fix for a page
that locks browsers up.

The headline is the pit. /pit rendered every ending an account held and a form
per name under each, with no bound on either: at 50 endings x 100 names that
was 3.1 MiB of HTML and 36,082 DOM elements, and it managed to jam a browser
with no script on the page at all (#167). It now draws a window and says what
it is not drawing — 173 KiB, 1,926 elements — with a filter box over the top
that takes `eggs` as a substring and `def*` as a glob, debounced against the
API (#168).

The namespace also stopped being the one part of the product a script could
not touch: /api/moshpit/* now accepts the same API key /api/me and
/api/sessions already did (#169), and /pit/dns finally documents the
TronBrowser route for machines whose DNS is not theirs to change (#165).

  moshcode: foreign keys are enforced, and the licence package.json
  claims actually ships (#154)
  cli: help aliases exit 0 (#157), invalid integration commands fail (#160),
  `--` is honoured (#159), a BOM before a shebang no longer breaks (#158)
  skills: engines with no skills primitive are reported, not dropped (#166);
  `--name` requires a value (#156)
  mcp: an unsupported flag is rejected rather than registered as the server
  name (#164)
  pit: the namespace rules are vendored again with a drift test holding them
  to the published package (#161, #162, #163)

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

vu1nz Security Review

0 finding(s) in PR #?

No security issues found.

@ralyodio
ralyodio merged commit 1b5ea43 into main Aug 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant