v1.93.0

EvoMap/evolverv1.93.0Jul 23, 2026by autogame-17

AI Summary

This release fixes Skill package metadata documentation, improves Server-Sent Events (SSE) reconnect behavior for rate limits, and ensures the shared CLI options entry point is included in the public package manifest.

Key Highlights

  • Fixed mutable GEP runtime files to be documented under `$EVOLVER_HOME` instead of bundled paths.
  • Improved SSE reconnect logic to reset backoff sooner for idle drops and honor `Retry-After` headers.
  • Added shared CLI options entry point to the public package manifest and npm tarball allowlist.

New Features

  • Public package manifest now includes CLI options entry point.

Full Release Notes

## Changes

- Fix Skill package metadata so mutable GEP runtime files are documented under `$EVOLVER_HOME` instead of referenced as bundled package files.
- Improve SSE reconnect behavior for idle stream drops and Hub rate limits by resetting stable-stream backoff sooner and honoring `Retry-After` for HTTP 429 responses.
- Include the shared CLI options entry point in the public package manifest and npm tarball allowlist.

## Verification

- `node --test test/heartbeatResilienceRound3.test.js test/a2aProtocol.test.js test/hubFetch.test.js`
- `node scripts/build_public.js`
- `node scripts/pre_publish_check.js`