Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Ink layout now supports CSS-style positioning, with overflow clipping

Box/View layout styles now accept position: absolute/relative with offsets, and overflowing content from positioned elements gets clipped

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTerminal UI SDKwhat it touches
KindNew Featuresin v2.1.274,
Group of 2 Use it now

Box/View layout styles now accept position: absolute/relative with offsets, and overflowing content from positioned elements gets clipped

What

  • The style validator for Box/View-style layout elements now accepts a position property (relative or absolute), along with top, left, right, and bottom offsets. This was previously unsupported.
  • When a rendered component tree uses one of these absolute/position-styled elements (and the view isn't fullscreen, or is a static frame), the render node now automatically gets overflow: "hidden" set on it, clipping content that would otherwise spill outside its bounds.

Why This lets components be positioned precisely, such as an overlay or badge placed at a specific offset, without its content spilling outside where it's meant to appear.

Read from
Names in the bundleposition
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up position, on preserved-thinking. * [Compaction at a token threshold](https://platform.claude.com/docs/en/build-with-claude/compaction-threshold) summarizes older turns into a compaction block when the context approaches a threshold you set, and the checked prefix restarts… build-with-claude/preserved-thinking see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up position, on preserved-thinking.

See this entry in the whole of v2.1.274 →