You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
93e6347: Fix shell env inconsistency (#26): pane-open --command, plugin panes, and the automation precheck now spawn through the same resolveLoginShell() + -ilc integration path engine tabs already use, instead of a bare sh -lc / non-interactive -lc that skips .zshrc/.bashrc. Panes and prechecks see the same PATH/exports as the engine they accompany.
a278546: Fix the perf:goldenpark-heap-reclaim probe's machine-load flake (bimodal 2% vs 52%). The sweep's quiet gate (PARK_QUIET_MS) refused to park the just-filled tabs, so nothing ever parked and the old %-of-total-heap formula was really measuring GC laziness — ambient, load-dependent. The probe now fast-forwards the sweep clock so parking actually happens, counts typed-array backing stores (extraMemorySize, where xterm cells live) in the heap reading, and reports a self-normalizing ratio — heap freed as a share of the growth the 10 tabs themselves caused — from the median of three settled GC samples.
2f6d7d3: Fix a pty-host blip resurrecting an already-corrected idle tab as a phantom running dot. Once observation disproves a stale hook running (ESC interrupt, dead engine), the hook slot is now retired instead of left to win the next ungated arbitration — and its lapse watchdog no longer keeps re-arming that claim for the length of a host outage.