github alexgreensh/token-optimizer v5.6.4
v5.6.4 — loop detection false-positive fix

latest release: openclaw-v2.4.1
6 hours ago

Fixes

  • Tightened live loop detection so short successful tool results no longer trigger Possible retry loop warnings.
  • Retry-churn warnings now require concrete failure signals and repeated failures from the same tool family.
  • Added conservative guards for benign outputs such as 0 failed and normal search-style exit code 1 results.

Version sync

  • Bumped Claude Code plugin metadata from 5.6.3 to 5.6.4.
  • Confirmed no id-manifest.json is present in this marketplace tree.

OpenClaw check

  • Checked the OpenClaw implementation: this exact live short-result detector is deferred/not present there, and the existing retry-churn detector is session-level and failure-outcome based.
  • Synced OpenClaw patch metadata to 2.4.1 and fixed stale README/CLI version strings.

Verification

  • python3 -m py_compile skills/token-optimizer/scripts/measure.py
  • Focused loop-detection regression checks
  • npm run build in openclaw/
  • python3 -m pytest tests (141 passed)

Don't miss a new token-optimizer release

NewReleases is sending notifications on new releases.