You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SKILL.md now includes a PowerShell snippet that the agent
runs to download and cache lvt.exe + lvt_tap.dll in ~/.lvt/
if not already present. No manual download step needed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: .github/skills/lvt/SKILL.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,25 @@ Use `lvt` whenever you need to understand the visual content or structure of a r
21
21
22
22
## Prerequisites
23
23
24
-
Download `lvt.exe` and `lvt_tap.dll`from the **[latest GitHub release](https://github.com/asklar/lvt/releases/latest)** and place them in the same directory (or on PATH). No build step required.
24
+
Before using lvt, ensure `lvt.exe` and `lvt_tap.dll`are available. If they are not already on PATH or in the current directory, download and extract them automatically:
25
25
26
-
If lvt was installed via the release zip, `lvt.exe` is in the same directory tree as this skill file. Try running it from there first.
26
+
```powershell
27
+
# Download the latest release zip and extract to ~/.lvt
Copy file name to clipboardExpand all lines: skills/lvt/SKILL.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,25 @@ Use `lvt` whenever you need to understand the visual content or structure of a r
21
21
22
22
## Prerequisites
23
23
24
-
Download `lvt.exe` and `lvt_tap.dll`from the **[latest GitHub release](https://github.com/asklar/lvt/releases/latest)** and place them in the same directory (or on PATH). No build step required.
24
+
Before using lvt, ensure `lvt.exe` and `lvt_tap.dll`are available. If they are not already on PATH or in the current directory, download and extract them automatically:
25
25
26
-
If lvt was installed via the release zip, `lvt.exe` is in the same directory tree as this skill file. Try running it from there first.
26
+
```powershell
27
+
# Download the latest release zip and extract to ~/.lvt
0 commit comments