File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,20 @@ Invoke-WebRequest -Uri "https://github.com/doITmagic/rag-code-mcp/releases/lates
7676
7777### 🔄 Keep Updated
7878
79- RagCode now includes a self-update mechanism .
79+ The auto-update feature is available starting with ** v1.1.18 ** .
8080
81- ** For existing users (Upgrade):**
82- ``` bash
83- # If you installed using the method above (v1.1.18+):
84- rag-code-mcp --update
85- ```
81+ ** How to Upgrade:**
82+
83+ 1 . ** If you are on an older version (< v1.1.18):**
84+ Your version ** does not know** the update command.
85+ You must ** re-run the installation command** (the curl command above) one last time.
86+ * (Don't worry, your indexes and configuration will be preserved).*
87+
88+ 2 . ** If you are on v1.1.18 or newer:**
89+ Simply run:
90+ ``` bash
91+ rag-code-mcp --update
92+ ```
8693
8794** For new installations:**
8895The update system is built-in. Use the installer once, then simply run ` rag-code-mcp --update` anytime to get the latest features.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/doITmagic/rag-code-mcp
33go 1.24.4
44
55require (
6+ github.com/Masterminds/semver/v3 v3.4.0
67 github.com/PuerkitoBio/goquery v1.10.0
78 github.com/VKCOM/php-parser v0.8.2
89 github.com/fsnotify/fsnotify v1.9.0
@@ -15,7 +16,6 @@ require (
1516)
1617
1718require (
18- github.com/Masterminds/semver/v3 v3.4.0 // indirect
1919 github.com/andybalholm/cascadia v1.3.2 // indirect
2020 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2121 github.com/dlclark/regexp2 v1.10.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww =
2- github.com/Masterminds/semver v1.5.0 /go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y =
31github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
42github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
53github.com/PuerkitoBio/goquery v1.10.0 h1:6fiXdLuUvYs2OJSvNRqlNPoBm6YABE226xrbavY5Wv4 =
You can’t perform that action at this time.
0 commit comments