Skip to content

v0.83.1

Choose a tag to compare

@LeanAndMean LeanAndMean released this 20 Aug 14:42
· 14 commits to main since this release
eb9f17f

Scramjet 0.83.1 clarifies that the Agent Skills 1024-character description limit is advisory while preserving complete descriptions in the model-visible prompt.

Highlights

  • Clarify long-description warnings: Diagnostics now state that 1024 characters is the Agent Skills specification limit, the warning is advisory, and the full description remains available.
  • Protect complete description retention: A filesystem-backed regression test verifies exact loading and generated-prompt content beyond the specification limit.
  • Handle Unicode lengths accurately: Warning diagnostics report Unicode character counts rather than UTF-16 code units.
  • Document runtime behavior: Skills documentation and the upstream-divergence inventory now record the distinction between specification validation and Scramjet behavior.

Fixes #500.