Skip to content

v2.3.0

Choose a tag to compare

@shrwnsan shrwnsan released this 11 Feb 06:54

VPN Status Indicator (macOS only)

  • Displays ◉ when VPN is connected, ○ when disconnected
  • Independent toggle via vpnIndicator config option or CLAUDE_CODE_STATUSLINE_VPN_INDICATOR env var
  • Uses scutil --nwi to detect utun interfaces
  • Cached with 30-second TTL since VPN status changes frequently
  • ASCII fallback: ·vpn · (on) / ·vpn · (off)

Fixes

  • Symlink resolution in bin wrapper now uses realpathSync for correct path handling
  • Only fetch environment versions when envContext is enabled to reduce overhead
  • VPN detection only runs when vpnIndicator is enabled
  • Fixed spacing when only VPN indicator is enabled

Full Changelog: v2.2.0...v2.3.0