Skip to content

Commit afb71ff

Browse files
committed
chore(release): prepare v0.9.0
1 parent b7f7fd6 commit afb71ff

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Before `1.0.0`, breaking changes may still ship in minor releases.
77

88
## [Unreleased]
99

10+
## [0.9.0]
11+
12+
### Added
13+
14+
- Added `kagi completion generate` and `kagi completion install` to generate or install shell completions for Bash, Zsh, Fish, and PowerShell.
15+
- Added configurable Assistant streaming output. `kagi assistant --stream` now writes incremental text deltas by default, and `--stream-output json` keeps structured newline-delimited JSON events.
16+
17+
### Changed
18+
19+
- Base search in API-first mode now falls back to the session-token path when the Search API rejects the API key, including rate-limit and quota-style failures.
20+
- Updated README and Mintlify docs for auth routing, completion installation, and Assistant streaming behavior.
21+
1022
## [0.8.1]
1123

1224
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kagi"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
edition = "2024"
55
description = "Agent-native CLI for Kagi subscribers with JSON-first search output"
66
license = "MIT"

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ The *kagi* CLI is open source and welcomes contributions. See the [Development G
256256

257257
---
258258

259-
*Last updated: May 2026 | kagi CLI v0.8.1*
259+
*Last updated: May 2026 | kagi CLI v0.9.0*

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kagi-cli",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Node wrapper that installs the native kagi CLI binary",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)