Releases: racetozero/kiss
Release list
0.0.18 - 2026-09-23
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
Cancelledstop 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 | shInstall 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/kissYou 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
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 | shInstall 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/kissYou 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
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 | shInstall 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/kissYou 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
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 | shInstall 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/kissYou 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
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/bugshortcut 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 | shInstall 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/kissYou 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
Release Notes
Added
- Added historical cache-usage reports to
kiss cache-usageand
/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 | shInstall 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/kissYou 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
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 | shInstall 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/kissYou 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
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 | shInstall 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/kissYou 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
Release Notes
Added
- Added
/updateto update the installed KISS binary from the interactive
terminal. - Added session-local
/fasttoggle 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 | shInstall 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/kissYou 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
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
/modelselector explaining that/loginconnects
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 | shInstall 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/kissYou 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>