Skip to content

v0.1.70

Choose a tag to compare

@tsoumdoa tsoumdoa released this 07 Jul 13:29
· 24 commits to main since this release

0.1.70 — Faster agent guidance & screenshot override

  • Less overthinking in Grasshopper/Rhino skills: tighten clarification rules so the agent proceeds with documented defaults unless ambiguity materially changes output, risks data loss, or could edit the wrong target.
  • Faster Grasshopper build guidance: make “read once” a new-build default rather than a hard rule, remove verbose Tier 3 placement-math narration, allow confident multi-zone batching, and scope cleanup to touched components only.
  • Screenshot permission override: HOPPER_RHINO_CAPTURE_CONSENT=allow pre-allows Rhino viewport screenshots for restricted or non-interactive UI sessions; deny forces capture off. Users can also explicitly ask to allow screenshots later in a session.
  • Tool schema cleanup: gh_list_components.searchFrom now matches its documented default, and gh_edit_components uses action-specific required fields so agents can make shorter, more reliable tool calls.
  • Package cleanup: remove stale Pi skill/prompt paths that pointed at missing directories.

Validation:

  • pnpm run build
  • pnpm test — 46 tests passed