Skip to content

Commit d99315a

Browse files
committed
chore(release): prepare v0.4.7
1 parent a2d7d46 commit d99315a

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.7]
11+
12+
### Added
13+
14+
- `kagi assistant` now accepts repeated `--attach <PATH>` flags and uploads local files through Kagi Assistant's multipart prompt flow so prompts can include PDFs, images, and other supported documents
15+
1016
## [0.4.6]
1117

1218
### Fixed

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.6"
3+
version = "0.4.7"
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.4.6*
256+
*Last updated: April 2026 | kagi CLI v0.4.7*

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

0 commit comments

Comments
 (0)