Skip to content

Commit b55c336

Browse files
author
razvan
committed
fix: smart uninstaller cleanup + prevent nested .ragcode dirs
- Uninstaller derives scan roots from registry, Qdrant file_path payloads, JetBrains/VSCode/AI-IDE configs — no more hardcoded directory guessing - findWorkspaceRootFromFilePath: walk up from Qdrant payload to workspace root - detectIDEProjectParents: reads recentProjects.xml, storage.json, resolveIDEPaths - detector: removed .ragcode from workspace markers (prevents hijacking root detection) - resolver: applyNestedOverride centralized — prevents split-indexing on sub-dirs
1 parent 2e1c0e4 commit b55c336

5 files changed

Lines changed: 353 additions & 55 deletions

File tree

cmd/rag-code-mcp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
var (
19-
Version = "2.1.86"
19+
Version = "2.1.87"
2020
Commit = "none"
2121
Date = "24.10.2025"
2222
)

0 commit comments

Comments
 (0)