Skip to content

Releases: robinduckett/leclaude

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 00:26

Leclaude shows a robot badge in Explorer on each folder that has Claude Code session history.

Installation

  1. Download the setup program for your processor: LeclaudeSetup-<version>-x64.exe or LeclaudeSetup-<version>-arm64.exe.
  2. 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

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:15

Leclaude shows a robot badge in Explorer on each folder that has Claude Code session history.

Installation

  1. Download the setup program for your processor: LeclaudeSetup-<version>-x64.exe or LeclaudeSetup-<version>-arm64.exe.
  2. 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

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:47

Leclaude shows a robot badge in Explorer on each folder that has Claude Code session history.

Installation

  1. Download the zip file for your processor: x64 or arm64.
  2. Make sure that the file is authentic: gh attestation verify <zip-file> --owner robinduckett
  3. Unpack the zip file.
  4. Open an administrator PowerShell in the unpacked folder.
  5. Enter: .\install.ps1

The script registers the handler and restarts Explorer.
To remove Leclaude, enter: .\uninstall.ps1