Skip to content

Commit 4f012a9

Browse files
committed
chore(release): prepare v0.5.1
1 parent 763a077 commit 4f012a9

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.1]
11+
1012
### Added
1113

1214
- `kagi search` and `kagi batch` accept `--limit <N>` to cap the number of results returned (truncated locally; Kagi's search endpoints have no native count parameter)
1315

16+
### Changed
17+
18+
- Updated `clap` to 4.6.1 and `tokio` to 1.52.1
19+
1420
### Fixed
1521

1622
- `kagi assistant` no longer cuts off long streamed prompt responses at the generic 30 second API timeout

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.5.0"
3+
version = "0.5.1"
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
@@ -253,4 +253,4 @@ The *kagi* CLI is open source and welcomes contributions. See the [Development G
253253

254254
---
255255

256-
*Last updated: April 2026 | kagi CLI v0.5.0*
256+
*Last updated: May 2026 | kagi CLI v0.5.1*

docs/todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TODO
22

3-
Last reviewed against the shipped CLI surface: 2026-04-30 (`v0.5.0`).
3+
Last reviewed against the shipped CLI surface: 2026-05-01 (`v0.5.1`).
44

55
This backlog is based on:
66

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.5.0",
3+
"version": "0.5.1",
44
"description": "Node wrapper that installs the native kagi CLI binary",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)