What's changed
- Fixed Windows CLI agent detection so normal Dashboard / Settings auto-detection no longer passively probes
\\wsl.localhostor\\wsl$paths. WSL path detection is now opt-in viaPROXYPAL_ENABLE_WSL_DETECTION=1. - Fixed custom OpenAI-compatible provider model persistence so manually-added models without an explicit alias are normalized to
alias = name, allowing those models to be exposed and routed correctly for downstream clients.
Files
src-tauri/src/commands/agents.rssrc-tauri/src/commands/api_keys.rs
Verification
pnpm lintpnpm tsc --noEmitcd src-tauri && cargo checkpnpm build