Skip to content

Releases: legitey01/List-Coder-CLI-Realeses

ListCoderCLi v0.1.14

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 04:05

ListCoderCLi v0.1.14

Maintenance release with refreshed installers.

  • AUR PKGBUILD discontinued (upstream site instability)
  • RPM package fixed: binaries are now shipped byte-exact (patching scripts no longer strip the Bun self-contained payload)

Instalar no Linux/macOS

Opção 1 — instalador oficial (recomendado):

curl -fsSL https://raw.githubusercontent.com/legitey01/List-Coder-CLI-Realeses/main/install.sh | bash

Opção 2 — npm:

npm install -g @listcoder/cli

Opção 3 — Homebrew (Linux):

brew tap legitey01/homebrew-tap
brew install listcoder

Opção 4 — binário direto:

curl -fL -o listcoder https://github.com/legitey01/List-Coder-CLI-Realeses/releases/download/v0.1.14/listcoder-x86_64-unknown-linux-gnu
chmod +x listcoder
sudo mv listcoder /usr/local/bin/

Opção 5 — pacotes .deb / .rpm:

Windows

Instale pelo instalador oficial do ListCoder (desktop) ou pelo binário nativo; a partir de então o CLI se mantém sempre atualizado automaticamente (checagem a cada 30s, sem precisar reinstalar).

Atualizar instalação existente

listcoder upgrade

Verificar versão

listcoder --version

Auto-update: o CLI checa o GitHub a cada 30s e aplica atualizações em segundo plano com aviso: "Patch update applied: vX. Restart to use the new version. Disable via autoupdate: false in config."

ListCoderCLi v0.1.13

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 03:40

v0.1.13

Stable release with the full auto-update experience:

  • Auto-update check every 30 seconds (TUI) with ETag conditional requests
  • Fixed update toast (installation events forwarded as global events)
  • Windows-style notification message: Patch update applied: vX. Restart to use the new version.
  • Never downgrades silently

ListCoderCLi v0.1.12

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 03:36

v0.1.12

  • Auto-update check every 30 seconds (TUI) with ETag conditional requests (no rate limit issues)
  • Fixed update toast: installation events now reach the TUI (forwarded as global events)
  • Update notification message copied from Windows auto-update
  • listcoder run prints the notification after applying
  • Never downgrades silently

ListCoderCLi v0.1.11 (TESTE)

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 03:23

TEST RELEASE

Versao fake de teste para demonstrar o auto-update em background.

Instalado: v0.1.10 - rode listcoder run "oi" ou abra o TUI para ver a atualizacao automatica para 0.1.11.

ListCoderCLi v0.1.10

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 03:18

v0.1.10

  • Auto-update replaces the binary in-place on Linux/macOS (same as Windows)
  • listcoder run checks for updates in the background and notifies after the run
  • TUI re-checks every 6h; failure to auto-upgrade still notifies the user

ListCoderCLi v0.1.6

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 03:07

v0.1.6

  • fix: upgrade --method now forwarded to version resolution
  • fix: /usr/local/bin (.deb/.rpm) installs recognized for upgrades
  • fix: install.sh normalizes v-prefix for exact-version upgrades
  • npm/bun tarball: list-coder-cli-0.1.6.tgz

ListCoderCLi v0.1.5

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 03:00

v0.1.5

  • Fixed listcoder upgrade (script URL now points to GitHub raw install.sh)
  • install.sh honors VERSION env for exact-version upgrades
  • Package renamed to ListCoderCLi in installer output
  • npm/bun tarball asset (list-coder-cli-0.1.5.tgz)
  • Homebrew tap: legitey01/homebrew-tap

ListCoder CLI v0.1.4

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 02:38

What's New

  • Linux support (.deb, .rpm, curl install)
  • Mistral router with 30 rotating API keys
  • Fake model display (shows Claude/GPT, runs Mistral Medium 3.5)
  • Auto-update support
  • npm/bun/brew/paru installation methods

Installation

curl install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/legitey01/List-Coder-CLI-Realeses/main/install.sh | bash

npm

npm i -g listcoder-cli

bun

bun add -g listcoder-cli

brew (macOS/Linux)

brew install anomalyco/tap/listcoder

paru (Arch Linux)

paru -S listcoder-bin

Manual download

Download the appropriate binary for your platform from the assets below.

Platforms

  • Linux x86_64 (binary, .deb, .rpm)
  • macOS x86_64 / ARM64
  • Windows x86_64 (installer)

v0.1.3

Choose a tag to compare

@legitey01 legitey01 released this 13 Aug 20:54

Test release for auto-update

v0.1.2

Choose a tag to compare

@legitey01 legitey01 released this 13 Aug 20:47

Test release for auto-update