Skip to content

Commit 7734937

Browse files
committed
chore(release): prepare v0.5.0
1 parent 3fc33a7 commit 7734937

6 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0]
11+
12+
### Added
13+
14+
- Added product workflow commands for local profiles, search follow/watch, result templates, stdin batch input, local history, local site preferences, assistant REPL sessions, MCP stdio integration, and webhook notifications
15+
- Added local cache and history storage for automation-friendly workflows without requiring account-level state changes
16+
- Added documentation for the new command surfaces across the README, command reference, auth guide, and coverage reference
17+
18+
### Changed
19+
20+
- Expanded batch, search, summarize, translate, assistant, quick-answer, and FastGPT workflows with more shell-friendly input and output paths
21+
- Updated TODO/backlog coverage to distinguish shipped local site preferences from remaining account-synced personalized-results work
22+
23+
### Fixed
24+
25+
- Error diagnostics now include request URLs, HTTP status codes, bounded response-body details, and operation-specific context where available
26+
- Batch partial failures now report the failed query names and the number of successful queries
27+
- Auth wizard validation warnings now point users to the relevant API or session-token recovery steps
28+
1029
## [0.4.7]
1130

1231
### 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.4.7"
3+
version = "0.5.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
@@ -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.7*
256+
*Last updated: April 2026 | kagi CLI v0.5.0*

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.4.7` + issue #65 branch).
3+
Last reviewed against the shipped CLI surface: 2026-04-30 (`v0.5.0`).
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.4.7",
3+
"version": "0.5.0",
44
"description": "Node wrapper that installs the native kagi CLI binary",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)