gsd-opencode 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/command/gsd/update.md
CHANGED
|
@@ -154,7 +154,7 @@ Format completion message (changelog was already shown in confirmation step):
|
|
|
154
154
|
|
|
155
155
|
⚠️ Restart OpenCode to pick up the new commands.
|
|
156
156
|
|
|
157
|
-
[View full changelog](https://github.com/rokicool/
|
|
157
|
+
[View full changelog](https://github.com/rokicool/gsd-opencode/blob/main/CHANGELOG.md)
|
|
158
158
|
```
|
|
159
159
|
</step>
|
|
160
160
|
|
package/command/gsd/whats-new.md
CHANGED
|
@@ -38,7 +38,7 @@ STOP here if no VERSION file.
|
|
|
38
38
|
Fetch latest CHANGELOG.md from GitHub:
|
|
39
39
|
|
|
40
40
|
Use webfetch tool with:
|
|
41
|
-
- URL: `https://raw.githubusercontent.com/rokicool/
|
|
41
|
+
- URL: `https://raw.githubusercontent.com/rokicool/gsd-opencode/main/CHANGELOG.md`
|
|
42
42
|
- Prompt: "Extract all version entries with their dates and changes. Return in Keep-a-Changelog format."
|
|
43
43
|
|
|
44
44
|
**If fetch fails:**
|
|
@@ -75,7 +75,7 @@ Format output clearly:
|
|
|
75
75
|
|
|
76
76
|
You're on the latest version.
|
|
77
77
|
|
|
78
|
-
[View full changelog](https://github.com/rokicool/
|
|
78
|
+
[View full changelog](https://github.com/rokicool/gsd-opencode/blob/main/CHANGELOG.md)
|
|
79
79
|
```
|
|
80
80
|
|
|
81
81
|
**If updates available:**
|
|
@@ -105,7 +105,7 @@ You're on the latest version.
|
|
|
105
105
|
|
|
106
106
|
---
|
|
107
107
|
|
|
108
|
-
[View full changelog](https://github.com/rokicool/
|
|
108
|
+
[View full changelog](https://github.com/rokicool/gsd-opencode/blob/main/CHANGELOG.md)
|
|
109
109
|
|
|
110
110
|
**To update:** `npx gsd-opencode --global`
|
|
111
111
|
```
|