Releases: gmickel/gno
Releases · gmickel/gno
v0.24.0
Added
- First-class structured multi-line query documents using
term:,intent:, andhyde:across CLIquery/ask, REST/api/queryand/api/ask, MCPgno_query, SDKquery/ask, and Web Search/Ask text boxes. - Dedicated structured syntax reference doc plus updated CLI/API/MCP/SDK/Web docs.
v0.22.6
Fixed
- Stabilized cross-platform research tests by replacing one remaining generated-artifact assertion with direct filtering logic checks.
v0.22.5
Changed
- Updated the main README, CLI examples, docs page, homepage bento, and fine-tuned model feature page to point at the current promoted
slim-tunedretrieval model and Hugging Face install flow.
v0.22.4
Changed
- Updated the public fine-tuned model docs and feature pages to point at the published Hugging Face model, the current promoted slim retrieval preset, and the canonical HF-backed install flow instead of local-only paths.
v0.22.3
Fixed
- Relaxed the autonomous confirmation test so release CI no longer depends on a locally generated repeat-benchmark artifact being committed.
v0.22.2
Fixed
- Made retrieval research tests portable in CI by removing machine-specific absolute paths and using repo-root-relative fixture resolution.
v0.22.1
Fixed
- Included fine-tuning helper libraries and benchmark fixture JSON used by the retrieval research scripts/tests so release CI can resolve the research sandbox correctly on clean machines.
v0.21.0
Added
- CLI
gno ask --query-modeparity with existing Ask API and Web support, including structured mode validation and JSON metadata output.
v0.20.0
Changed
- Upgraded
node-llama-cppto3.17.1and switched runtime initialization tobuild: "autoAttempt"for improved backend selection and fallback behavior.
v0.19.0
Added
- Explicit exclusion filters across CLI, API, Web, and MCP retrieval surfaces for hard-pruning docs by title/path/body terms.
- Ask-side structured query mode parity across API and Web, including validated
queryModespass-through and Ask UI chips.
Changed
- Ask responses now surface structured query mode summary metadata for retrieval debugging and UX confirmation.