v2.12.3 — PowerShell fix, dashboard alignment, theme tips
Fixed
- PowerShell npm bug (fixes #37): Shell hook now uses
.cmdextensions for Node.js tools (npm.cmd,pnpm.cmd,yarn.cmd,tsc.cmd,eslint.cmd,prettier.cmd) to avoidcmd.exeresolution failures on Windows - PowerShell shell detection:
lean-ctx -cnow detects PowerShell context viaPSModulePathenv var and usespwsh.exe/powershell.exeinstead of falling back tocmd.exe - Gain dashboard alignment: All KPI values, labels, cost breakdown, top commands, and recent days now use ANSI-aware
pad_right()for pixel-perfect terminal alignment - Gain dashboard spacing: More vertical whitespace above logo and below tips
Added
- Theme-aware contextual tips in
lean-ctx gain: suggests theme commands for users on default theme, shows current theme for customized setups
Install: cargo install lean-ctx · npm i -g lean-ctx-bin · brew upgrade lean-ctx
Full Changelog: v2.12.2...v2.12.3