This change adds new prompt variants in XMonad.Actions.DynamicProjects that accept a ComplCaseSensitivity parameter, while keeping the existing APIs defaulting to case-sensitive behavior for compatibility. The prompt internals were updated to thread that setting through both project-name completion and directory completion, including the directory mode used when changing a project's working directory. In practice, users can now opt into case-insensitive matching without breaking existing configs, making project switching and directory selection more forgiving.