react-grab@0.1.47
Patch Changes
-
5407d4e: Surface deeper copy context for wrapper-heavy elements. App-owned shared-UI / design-system frames (files under
components/ui/,packages/ui/,design-system(s)/, orprimitives/, e.g. shadcn'scomponents/uior a monorepopackages/ui) are now treated likenode_modulesframes: still shown, but exempt from the compact line budget, so a grabbed wrapper digs through its UI primitives to the meaningful feature source by default. Adds amaxContextLinesoption (also settable via the scriptdata-optionsattribute) to raise the budget further for large apps and agent/edit prompts — restoring the option the CLI already writes.Also hardens the trace: a non-finite/negative
maxContextLinesno longer disables the hard line cap (it falls back to the default), and consecutive duplicate trace lines from shared-UI frames are collapsed so the output stays readable.- @react-grab/cli@0.1.47