Skip to content

Commit f47f8e1

Browse files
committed
chore(release): prepare v0.4.6
1 parent 5f9d4ea commit f47f8e1

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.6]
11+
1012
### Fixed
1113

1214
- `kagi assistant thread list` now follows Kagi's pagination cursor so large Assistant histories return beyond the first 100 threads, and thread-list parsing now tolerates object-shaped cursors plus nullable `total_counts`

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.4.5"
3+
version = "0.4.6"
44
edition = "2024"
55
description = "Agent-native CLI for Kagi subscribers with JSON-first search output"
66
license = "MIT"

docs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
compatibility: Requires Kagi subscription for most features. Works on macOS, Linux, and Windows. Install via Homebrew, Scoop, npm, or direct script.
66
metadata:
77
author: Microck
8-
version: "0.4.5"
8+
version: "0.4.6"
99
repository: https://github.com/Microck/kagi-cli
1010
npm: https://www.npmjs.com/package/kagi-cli
1111
docs: https://kagi.micr.dev

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.4.5*
256+
*Last updated: April 2026 | kagi CLI v0.4.6*

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

0 commit comments

Comments
 (0)