Releases: robinduckett/leclaude
Release list
v0.1.2
Leclaude shows a robot badge in Explorer on each folder that has Claude Code session history.
Installation
- Download the setup program for your processor:
LeclaudeSetup-<version>-x64.exeorLeclaudeSetup-<version>-arm64.exe. - Start it and give permission. The installer registers the handler and restarts Explorer.
To remove Leclaude, use "Installed apps" in the Windows settings.
Windows SmartScreen can show a warning, because the files have no signature.
If Windows shows the warning, select "More info", then "Run anyway".
To make sure that a file is authentic, enter: gh attestation verify <file> --owner robinduckett
The zip file is the manual alternative. Unpack it and do a double click on install.cmd.
v0.1.1
Leclaude shows a robot badge in Explorer on each folder that has Claude Code session history.
Installation
- Download the setup program for your processor:
LeclaudeSetup-<version>-x64.exeorLeclaudeSetup-<version>-arm64.exe. - Start it and give permission. The installer registers the handler and restarts Explorer.
To remove Leclaude, use "Installed apps" in the Windows settings.
Windows SmartScreen can show a warning, because the files have no signature.
If Windows shows the warning, select "More info", then "Run anyway".
To make sure that a file is authentic, enter: gh attestation verify <file> --owner robinduckett
The zip file is the manual alternative. Unpack it and do a double click on install.cmd.
v0.1.0
Leclaude shows a robot badge in Explorer on each folder that has Claude Code session history.
Installation
- Download the zip file for your processor:
x64orarm64. - Make sure that the file is authentic:
gh attestation verify <zip-file> --owner robinduckett - Unpack the zip file.
- Open an administrator PowerShell in the unpacked folder.
- Enter:
.\install.ps1
The script registers the handler and restarts Explorer.
To remove Leclaude, enter: .\uninstall.ps1