Skip to content

Releases: racetozero/kiss

0.0.18 - 2026-09-23

Choose a tag to compare

@github-actions github-actions released this 23 Sep 12:57

Release Notes

Added

  • Added Meta Model API keys and Muse subscription device login.
  • Updated the Pi model catalog with Claude Opus 5.5, GPT-6 Sol and Luna, Grok
    4.7, and Meta Muse models.

Changed

  • Moved Jev reasoning selection to a checkpoint before each model generation,
    including the first response. Kept leased choices for later generations.
  • Updated Pi compatibility to v0.87.1, including Grok 4.7 and Muse Spark 1.3
    provider defaults, Claude Code 2.1.280 request compatibility, and
    continuation-oriented split-turn compaction summaries.

Fixed

  • Kept the ACP Cancelled stop reason when a task is cancelled during Jev
    preparation.
  • Rejected stale Jev choices after a model or effort change, and showed the
    saved-effort fallback when Jev could not select an effort.
  • Omitted empty text parts from image-only OpenAI-compatible messages, rejected
    invalid prompt frontmatter with a warning, and skipped late cache refreshes
    that would miss the existing prompt cache.

Install kiss 0.0.18

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.18/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.18/kiss-installer.ps1 | iex"

Download kiss 0.0.18

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.17 - 2026-09-22

Choose a tag to compare

@github-actions github-actions released this 22 Sep 15:50

Release Notes

Changed

  • Expanded experimental TypeSafe Jev reasoning-effort selection to every
    reasoning model and provider, using each model's supported effort levels and
    existing provider-native mappings.

Install kiss 0.0.17

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.17/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.17/kiss-installer.ps1 | iex"

Download kiss 0.0.17

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.16 - 2026-09-22

Choose a tag to compare

@github-actions github-actions released this 22 Sep 13:55

Release Notes

Added

  • Added experimental TypeSafe Jev reasoning-effort selection for GPT-6 Astra,
    with bounded runtime context, reusable generation leases, early reassessment
    after tool failures or new user input, and safe fixed-effort fallback.
  • Added colored conversation-pane notices when Jev changes reasoning effort,
    using the same effort colors as the TUI input border.

Fixed

  • Hid unsupported native terminal progress signals in Ghostty.

Install kiss 0.0.16

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.16/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.16/kiss-installer.ps1 | iex"

Download kiss 0.0.16

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.15 - 2026-09-20

Choose a tag to compare

@github-actions github-actions released this 20 Sep 19:32

Release Notes

Added

  • Added short, automatically generated session descriptions to terminal tabs
    while preserving explicit session names.

Changed

  • Polished project wording across user messages, documentation, and release
    configuration.

Install kiss 0.0.15

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.15/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.15/kiss-installer.ps1 | iex"

Download kiss 0.0.15

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.14 - 2026-09-20

Choose a tag to compare

@github-actions github-actions released this 20 Sep 16:02

Release Notes

Added

  • Added Databricks Unity Gateway, Azure Databricks, and Snowflake Cortex
    providers with bearer-token login, account URLs, and complete model catalogs.
  • Added KISS-branded idle and working terminal-tab titles, plus native terminal
    progress signals for supported terminal emulators.
  • Updated Pi compatibility to v0.86.0 with the current provider catalog,
    offline Radius models, prompt-cache lifetime data and cost-aware warming,
    per-model compaction budgets, and a /bug shortcut to the GitHub issue form.

Fixed

  • Added provider session-affinity headers, unsigned-thinking replay controls,
    Gemini discrete thinking levels, Mistral reasoning effort, one-hour cache
    pricing for Anthropic and Bedrock, Cloudflare 520 retries, Azure peak-load
    retries, capped and cancellable retry waits, and safe compaction after large
    tool results.

Install kiss 0.0.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.14/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.14/kiss-installer.ps1 | iex"

Download kiss 0.0.14

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.13 - 2026-09-19

Choose a tag to compare

@github-actions github-actions released this 20 Sep 00:04

Release Notes

Added

  • Added historical cache-usage reports to kiss cache-usage and
    /cache-usage, with session and provider filters, fixed-scale charts,
    current TUI cache rates, and cached-token data in the Python, Node, and
    WebAssembly SDKs.

Fixed

  • Made the doctor WebSocket probe use a valid 16-byte handshake key so strict
    servers do not reject a valid endpoint.

Install kiss 0.0.13

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.13/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.13/kiss-installer.ps1 | iex"

Download kiss 0.0.13

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.12 - 2026-09-18

Choose a tag to compare

@github-actions github-actions released this 18 Sep 02:40

Release Notes

Added

  • Added experimental TypeSafe Jev compaction, with TypeSafe API-key login,
    credential-gated opt-in settings, verbatim tool-history filtering, and safe
    fallback to summary compaction.

Install kiss 0.0.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.12/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.12/kiss-installer.ps1 | iex"

Download kiss 0.0.12

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.11 - 2026-09-16

Choose a tag to compare

@github-actions github-actions released this 17 Sep 02:28

Release Notes

Added

  • Added native stable ACP v1 support over standard input and output, including
    persistent sessions, model and thinking controls, cancellation, streamed
    tool updates and diffs, and session-local stdio or HTTP MCP servers.
  • Added WebMCP support for discovering and calling tools exposed by open
    Chromium pages, with origin controls, bounded results, and cancellation.

Install kiss 0.0.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.11/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.11/kiss-installer.ps1 | iex"

Download kiss 0.0.11

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.10 - 2026-09-13

Choose a tag to compare

@github-actions github-actions released this 13 Sep 02:57

Release Notes

Added

  • Added /update to update the installed KISS binary from the interactive
    terminal.
  • Added session-local /fast toggle support for provider low-latency tiers.
    Supported paths include Anthropic, OpenAI, OpenAI Codex, OpenRouter, xAI,
    Amazon Bedrock, and Google Vertex AI.
  • Documented the 40 built-in providers in the README.

Changed

  • Updated Anthropic OAuth compatibility to Claude Code protocol 2.1.258 and
    the current Pi Black request format.

Install kiss 0.0.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.10/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.10/kiss-installer.ps1 | iex"

Download kiss 0.0.10

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

0.0.9 - 2026-09-12

Choose a tag to compare

@github-actions github-actions released this 12 Sep 21:26

Release Notes

Fixed

  • Limited /model, scoped model selection, model cycling, and --list-models
    to providers with saved credentials, detected API keys, or manual entries in
    models.json.
  • Added guidance in the /model selector explaining that /login connects
    additional providers.

Install kiss 0.0.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/racetozero/kiss/releases/download/v0.0.9/kiss-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/racetozero/kiss/releases/download/v0.0.9/kiss-installer.ps1 | iex"

Download kiss 0.0.9

File Platform Checksum
kiss-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
kiss-x86_64-apple-darwin.tar.gz Intel macOS checksum
kiss-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
kiss-x86_64-pc-windows-msvc.zip x64 Windows checksum
kiss-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
kiss-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
kiss-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
kiss-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo racetozero/kiss

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>