Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 14 Jun 22:34
1273284

MendCode v0.1.8

Usage Insights and installer reliability patch. It fixes loading-state UX, global stats cache usage, weather config persistence, and clean-home install version detection.

Highlights

  • Show a real Usage Insights loading state instead of zeroed metrics while cached stats are still loading.
  • Reuse the global TUI stats cache on the Usage Insights page without warming session messages during normal chat startup.
  • Keep the weather location in the global TUI config and simplify the stats shortcuts by removing the manual refresh action.
  • Fix the installer version check so a same-version global mendcode on PATH cannot falsely satisfy a clean $HOME/.mendcode/bin install.

Added

  • Show a real Usage Insights loading state instead of zeroed metrics while cached stats are still loading.

Fixed

  • Keep the weather location in the global TUI config and simplify the stats shortcuts by removing the manual refresh action.
  • Fix the installer version check so a same-version global mendcode on PATH cannot falsely satisfy a clean $HOME/.mendcode/bin install.

Changed

  • Reuse the global TUI stats cache on the Usage Insights page without warming session messages during normal chat startup.

Install

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/MendCode/MendCode/main/src/mendcode/install | bash

Install this exact version:

curl -fsSL https://raw.githubusercontent.com/MendCode/MendCode/main/src/mendcode/install | bash -s -- --version 0.1.8

Use immediately without restarting your shell:

~/.mendcode/bin/mendcode --version
~/.mendcode/bin/mendcode

Windows PowerShell

irm https://raw.githubusercontent.com/MendCode/MendCode/main/src/mendcode/install.ps1 | iex

Manual Downloads

Download the asset matching your platform from this release. Windows users can extract the zip and run mendcode.exe; Linux/macOS users can extract the archive and place mendcode on PATH.

Verify

gh release download v0.1.8 --repo MendCode/MendCode
shasum -a 256 -c SHA256SUMS

For releases with GitHub artifact attestations:

for artifact in mendcode-*.zip mendcode-*.tar.gz SHA256SUMS RELEASE-MANIFEST.txt mendcode.spdx.json; do
  gh attestation verify "$artifact" --repo MendCode/MendCode
done

Source

Built from 127328426fec272c19913f2b00c86e0ab56544bd on GitHub Actions.