Skip to content

Commit 9e5b6f2

Browse files
committed
chore(release): prepare v0.13.0
1 parent 60ccf61 commit 9e5b6f2

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.13.0]
11+
12+
### Added
13+
14+
- `kagi mcp` now exposes CLI-parity read/query tools for Search, batch search, Summarize, Extract, Quick Answer, News, Assistant, Translate, FastGPT, enrichment, Small Web, lenses, custom bangs, redirects, auth status, history, and local site preferences.
15+
- Added `kagi mcp --default-output <FORMAT>` so MCP clients can set a server-wide default such as `toon` while individual tool calls can still override output where supported.
16+
- Added `kagi mcp --enable-mutating-tools` to opt into account or local-state mutation tools, including lens, custom bang, redirect, site preference, Assistant settings, and `kagi_cli` passthrough workflows.
17+
18+
### Changed
19+
20+
- MCP tool calls now return JSON-RPC errors for unsupported tools and recover cleanly from malformed JSON input without stopping the server.
21+
- MCP Extract, Assistant thread export, and other explicit JSON output modes now honor the caller's requested JSON format even when the server default output is TOON or compact.
22+
23+
### Fixed
24+
25+
- `kagi_cli` MCP passthrough no longer inherits the open MCP stdin connection when no explicit stdin payload is supplied, preventing stdin-reading commands from hanging the server.
26+
- `kagi_batch_search` now rejects `concurrency: 0` before spawning workers instead of creating a zero-permit semaphore that never completes.
27+
1028
## [0.12.0]
1129

1230
### 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.12.0"
3+
version = "0.13.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: June 2026 | kagi CLI v0.12.0*
259+
*Last updated: June 2026 | kagi CLI v0.13.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.12.0",
3+
"version": "0.13.0",
44
"description": "Node wrapper that installs the native kagi CLI binary",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)