agent-orchestrator/packages
Prateek ddf9732a3e fix(web): reset letter-spacing on .xterm to fix right-side char clipping
The body has letter-spacing: -0.011em (~-0.176px at 16px) for typography
refinement. xterm's DOM renderer measures cell width with that spacing
inherited (~7.83px), then sets an inline letter-spacing override on
.xterm-rows that cancels the body inherit, leaving glyphs to render at
their natural ~8.00px width.

The mismatch — measured 7.83px cells vs rendered 8.00px glyphs —
accumulates as cols grow, eventually overflowing .xterm-rows > div and
getting clipped by its overflow: hidden. At 124 cols the drift was
~21px, chopping ~3 chars off the right edge.

Resetting letter-spacing on .xterm makes both phases agree and reduces
the drift to sub-pixel rounding (~2px worst case at any reasonable
cols).
2026-05-08 02:10:53 +05:30
..
ao chore: release 0.5.0 (#1676) 2026-05-06 16:44:45 +05:30
cli fix(cli): reload dashboard config after adding project from already-running menu (#1706) 2026-05-07 18:43:19 +05:30
core fix(runtime-tmux): disable tmux status bar + dead code cleanup (#1711) 2026-05-07 14:35:26 +05:30
integration-tests refactor(core): storage redesign — projectId-based paths, JSON metadata (#1466) 2026-04-28 17:55:53 +05:30
plugins fix(runtime-tmux): disable tmux status bar + dead code cleanup (#1711) 2026-05-07 14:35:26 +05:30
web fix(web): reset letter-spacing on .xterm to fix right-side char clipping 2026-05-08 02:10:53 +05:30