Skip to content

v2.3.1

Choose a tag to compare

@openwong2kim openwong2kim released this 29 Mar 16:14
· 436 commits to main since this release

Changes

  • Remove file-based session persistence — daemon memory is the single source of truth. Eliminated StateWriter, SessionManager, RingBuffer file dumps, and session recovery logic. Reduces crash risk from I/O failures.
  • Simplify Inspector output — strip parent/siblings, text content, and decorative attributes. Keep only selector + tag + actionable attrs (type, name, placeholder, value, href, src, role, aria-label) for minimal AI token usage.
  • Add license: MIT field to package.json

Full Changelog: v2.3.0...v2.3.1