Files
codeg/src-tauri
xintaofei b79f06f7ae fix(experts): recognize Windows junction links to central store
On Windows the expert enable-status check compared `fs::read_link` output
against the central path, which silently failed for junctions: the link
state fell back to Broken/LinkedElsewhere, so enabled experts kept
reappearing as disabled and disappeared from the message-input expert
list. Switch the link verification to canonicalize both sides (which
transparently follows junctions and symlinks) and add a case-insensitive
path comparison on Windows. Also prefer `junction::get_target` for the
displayed target path.
2026-04-24 14:59:14 +08:00
..
2026-03-06 22:56:13 +08:00
2026-03-29 18:36:30 +08:00
2026-04-24 00:38:33 +08:00
2026-04-24 00:38:33 +08:00
2026-04-24 00:38:33 +08:00