v0.1.8
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
mendcodeonPATHcannot falsely satisfy a clean$HOME/.mendcode/bininstall.
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
mendcodeonPATHcannot falsely satisfy a clean$HOME/.mendcode/bininstall.
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 | bashInstall this exact version:
curl -fsSL https://raw.githubusercontent.com/MendCode/MendCode/main/src/mendcode/install | bash -s -- --version 0.1.8Use immediately without restarting your shell:
~/.mendcode/bin/mendcode --version
~/.mendcode/bin/mendcodeWindows PowerShell
irm https://raw.githubusercontent.com/MendCode/MendCode/main/src/mendcode/install.ps1 | iexManual 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 SHA256SUMSFor 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
doneSource
Built from 127328426fec272c19913f2b00c86e0ab56544bd on GitHub Actions.