Skip to content

Commit d94c498

Browse files
committed
chore: bump to v0.21.0
1 parent 413f853 commit d94c498

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
## [0.21.0] - 2026-03-08
13+
14+
### Added
15+
16+
- CLI `gno ask --query-mode` parity with existing Ask API and Web support, including structured mode validation and JSON metadata output.
17+
1218
## [0.20.0] - 2026-03-08
1319

1420
### Changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,15 @@ GNO is a local knowledge engine that turns your documents into a searchable, con
3232

3333
---
3434

35-
## What's New in v0.19
35+
## What's New in v0.21
36+
37+
- **Ask CLI Query Modes**: `gno ask` now accepts repeatable `--query-mode term|intent|hyde` entries, matching the existing Ask API and Web controls
38+
39+
### v0.20
40+
41+
- **Improved Model Init Fallbacks**: upgraded `node-llama-cpp` to `3.17.1` and switched to `build: "autoAttempt"` for better backend selection/fallback behavior
42+
43+
### v0.19
3644

3745
- **Exclusion Filters**: explicit `exclude` controls across CLI, API, Web, and MCP to hard-prune unwanted docs by title/path/body text
3846
- **Ask Query-Mode Parity**: Ask now supports structured `term` / `intent` / `hyde` controls in both API and Web UI

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gmickel/gno",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
55
"keywords": [
66
"embeddings",

0 commit comments

Comments
 (0)