Skip to content

fix(config): maintain backward compatibility with legacy config path

Description

  • fix(config): maintain backward compatibility with legacy config path

Fixes a breaking change introduced by XDG implementation where the library uses platform-specific defaults (e.g., ~/Library/Application Support on macOS) instead of the historical ~/.config location used across all platforms.

This ensures existing users' configs at ~/.config/glab-cli/config.yml continue to work while new installations use platform-specific XDG paths.

Relates to #8018 (closed)

Screenshots (if appropriate):

Screenshot_2025-11-03_at_10.53.15_AM

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports

Loading