Releases: PerryLink/dsh-click
Releases · PerryLink/dsh-click
Release list
dsh-click v0.1.1
dsh-click v0.1.0
[0.1.0] - 2026-08-16
Added
- Eight desktop-control tools behind one safety boundary:
screen_shot,screen_read(structured accessibility tree + pixel hints for text-only models),click,type,scroll,key,app_list,app_launch. - Windows native helper (
native/win32/dsh-click-helper.ps1) driven over thectx.subprocessseam with a JSON wire protocol (UIAutomation + posted input, never stealing foreground focus). - Safety boundary on every mutating action: fresh-observation requirement (
basedOn) with pixel-hash staleness rejection, approval gate (configurable window allowlist), process-identity verification before and after each action, andtyperollback. dsh-click/observedanddsh-click/actionsession audit events (sanitized, log-only).- Optional backend seam (
dsh-click/backend) so embeddings and tests can pre-select the desktop backend. - Schemastery configuration with fail-loud bounds; every tunable documented in
cordis.patch.ymland the five-language READMEs.
Changed
- Sanitizers: secret values stop at control characters, tabs collapse to a single space, and
sanitizeVisibleredacts before sanitizing. - Session audit appends use the two-argument
Session.appendform so the package typechecks and runs on the pinned0.1.0-rc.6peers (those builds have no append-envelope option).
Fixed
- Tool definitions now satisfy the strict
defineToolschema typing (parameterrequired: true as const, output-schema tuples, schema-inferred execute/render signatures). - Test harness double-registration of the subprocess service (Cordis services self-register on construction).