Skip to content

Skyrim Forge 5.0.2 — the skill said 4.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 03:48
· 24 commits to main since this release

Skyrim Forge 5.0.2

The installed AI skill advertised "Skyrim Forge 4.2" from inside a 5.0
installation.

That line is the skill's description — the only thing an agent reads when
deciding whether to load Forge at all — and the AI bridge had installed it that
way into every provider home it targets.

The version gate added in 5.0.0 did not catch it, because the skill states the
series (5.0) rather than the patch (5.0.2), so it was never compared. The
gate now checks major.minor against version.py, bringing the number of gated
restatements from seven to eight.

Found while deploying 5.0.1 to a real machine, which is the only place a
provider-home file can be observed.

Validation: full repository gate PASS at 5.0.2, 135 tests, all 10 CI jobs and
CodeQL green, native helpers rebuilt reproducibly with pinned Go 1.23.2.
Everything in 5.0.0 and 5.0.1 is unchanged and still gated.