Skip to content

v0.2.0

Latest

Choose a tag to compare

@Ring-wdr Ring-wdr released this 26 Mar 10:50
6e77a15

Summary

0.2.0 is the first stable cut after the rc line. It locks the search and interaction contracts that were previously exercised in prerelease form and publishes them on the default latest npm tag.

Highlights

  • node search --limit <n> now preserves the full match count while returning a truncated result set in structured mode.
  • Structured search responses now include returnedCount and truncated so agents can distinguish partial results from zero-match results.
  • interact type and targeted interact press now support --target-text and --role in addition to CSS selectors.
  • Targeted interaction responses now report targetingResolution alongside targetingStrategy, matchCount, and resolvedNth.
  • Untargeted interact press remains supported for compatibility and now documents its page-focus semantics explicitly.
  • Invalid interaction combinations such as targetless press --strict, targetless press --nth, and node search --limit 0 now fail with concrete CLI errors.

Compatibility Notes

  • This release is intended to replace the 0.1.35-rc.x line for normal installs.
  • No intentional breaking change was introduced to the published CLI surface.
  • npm dist-tags now resolve as:
    • latest0.2.0
    • next0.1.35-rc.3

Validation

  • npm run build
  • npm test
  • npm run test:integration
  • npm run docs:build
  • npm pack --dry-run
  • npm publish --dry-run