Skip to content

v0.1.80

Choose a tag to compare

@tsoumdoa tsoumdoa released this 29 Jul 12:07
· 4 commits to main since this release

0.1.80 — Atomic graph apply & tool schema browser

  • gh_apply_graph: create a complete new Grasshopper subgraph in one synchronous call — components, widgets, scripts, wires, and groups — then run one solution and return short IDs plus runtime/overlap validation. New builds default to one apply; legacy edit tools stay for surgical repair.
  • /hopper-schemas: browse the exact agent-facing JSON schemas (name, description, parameters, guidelines) for every registered tool; /hopper-schemas dump writes tool-schemas.json in the cwd.
  • Anthropic schema fix: gh_apply_graph wire endpoints now emit draft 2020-12 prefixItems tuples so Claude no longer rejects the tool input_schema.
  • Skill guidance: modeling/cookbook/Rhino skills and reference docs point at the apply-once workflow; trim stale “core principles” from gh-modeling-expert.
  • Prompt examples: add pavilion / attractor plan prompts under prompt-examples/.

Validation:

  • pnpm test — 65 tests passed