Skip to content

Commit af7ae9a

Browse files
committed
chore(release): prepare v0.6.0
1 parent f0668d5 commit af7ae9a

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.0]
11+
12+
### Added
13+
14+
- Added `kagi extract <URL>` to extract a page's full content as markdown through Kagi's v1 Extract API.
15+
- Added the matching MCP `kagi_extract` tool for full-page markdown extraction.
16+
- Documented Extract API auth, command usage, and coverage across the README and docs site.
17+
1018
## [0.5.4]
1119

1220
### 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.5.4"
3+
version = "0.6.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ Two credential types serve different purposes:
7676

7777
- **KAGI_SESSION_TOKEN**: Unlocks subscriber features including lens search, Assistant, subscriber Summarizer, and Translate text mode. Obtained from your Kagi Session Link URL.
7878

79-
- **KAGI_API_TOKEN**: Enables paid public API commands including FastGPT, public Summarizer, and enrichment APIs. Requires API credit.
79+
- **KAGI_API_TOKEN**: Enables paid public API commands including Extract, FastGPT, public Summarizer, and enrichment APIs. Requires API credit.
8080

8181
### Content Processing
8282

8383
- **Summarization**: Both paid public API and subscriber web paths with multiple engines, styles, and output lengths
84+
- **Extraction**: Full-page markdown extraction through Kagi's paid Extract API
8485
- **Translation**: Text-mode Kagi Translate with detection, alternatives, alignments, suggestions, and word insights
8586
- **FastGPT**: Quick answers powered by Kagi's FastGPT API
8687
- **Enrichment**: Query specialized web and news indexes
@@ -253,4 +254,4 @@ The *kagi* CLI is open source and welcomes contributions. See the [Development G
253254

254255
---
255256

256-
*Last updated: May 2026 | kagi CLI v0.5.3*
257+
*Last updated: May 2026 | kagi CLI v0.6.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.5.3",
3+
"version": "0.6.0",
44
"description": "Node wrapper that installs the native kagi CLI binary",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)