From 25413b61dffbf38410f9272dac2248060dd6bea5 Mon Sep 17 00:00:00 2001 From: borjaperfra Date: Thu, 17 Sep 2026 11:46:57 +0200 Subject: [PATCH] chore: 0.1.20 El arreglo de Codex quedo en main sin publicar, y v0.1.19 es justo la version que escribe wire_api = "chat": quien instala hoy con el one-liner se baja el binario que Codex 0.154 ya no carga, y a quien lo tenga escrito no le llega la reparacion del config. release.yml exige que el tag coincida con internal/tui.Version, asi que el tag necesita esta linea antes. Co-Authored-By: Claude Opus 5 (1M context) --- internal/tui/tui.go | 2 +- scripts/install.ps1 | 2 +- scripts/install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tui/tui.go b/internal/tui/tui.go index b71f618..462a5c5 100644 --- a/internal/tui/tui.go +++ b/internal/tui/tui.go @@ -3233,7 +3233,7 @@ func (m model) renderSetup(l layout) string { // ── about renderer ─────────────────────────────────────────────────────────── -const Version = "0.1.19" +const Version = "0.1.20" func renderAbout(l layout) string { var b strings.Builder diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 2a7411c..24e8430 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -118,7 +118,7 @@ function Get-LatestVersion { could not work out the latest version from the GitHub API it rate limits unauthenticated requests, so this is usually temporary wait a few minutes, or pick a version yourself: - & ([scriptblock]::Create((irm https://nan.builders/install.ps1))) -Version v0.1.19 + & ([scriptblock]::Create((irm https://nan.builders/install.ps1))) -Version v0.1.20 the releases are at https://github.com/$Repo/releases "@ } diff --git a/scripts/install.sh b/scripts/install.sh index 08f6466..efdd2e1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -84,7 +84,7 @@ require_version() { err "could not work out the latest version from the GitHub API" err "the usual cause is its rate limit on unauthenticated requests, which passes" err "wait a few minutes, or pick a version yourself:" - printf " VERSION=v0.1.19 curl -fsSL https://nan.builders/install | bash + printf " VERSION=v0.1.20 curl -fsSL https://nan.builders/install | bash " >&2 err "the releases are at https://github.com/$REPO/releases" exit 1