Skip to content

Releases: gmickel/gno

v0.24.0

11 Mar 07:03
03db13f

Choose a tag to compare

Added

  • First-class structured multi-line query documents using term:, intent:, and hyde: across CLI query/ask, REST /api/query and /api/ask, MCP gno_query, SDK query/ask, and Web Search/Ask text boxes.
  • Dedicated structured syntax reference doc plus updated CLI/API/MCP/SDK/Web docs.

v0.22.6

10 Mar 15:23

Choose a tag to compare

Fixed

  • Stabilized cross-platform research tests by replacing one remaining generated-artifact assertion with direct filtering logic checks.

v0.22.5

10 Mar 15:04

Choose a tag to compare

Changed

  • Updated the main README, CLI examples, docs page, homepage bento, and fine-tuned model feature page to point at the current promoted slim-tuned retrieval model and Hugging Face install flow.

v0.22.4

10 Mar 14:58

Choose a tag to compare

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

10 Mar 14:43

Choose a tag to compare

Fixed

  • Relaxed the autonomous confirmation test so release CI no longer depends on a locally generated repeat-benchmark artifact being committed.

v0.22.2

10 Mar 14:39

Choose a tag to compare

Fixed

  • Made retrieval research tests portable in CI by removing machine-specific absolute paths and using repo-root-relative fixture resolution.

v0.22.1

10 Mar 14:36

Choose a tag to compare

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

08 Mar 20:41

Choose a tag to compare

Added

  • CLI gno ask --query-mode parity with existing Ask API and Web support, including structured mode validation and JSON metadata output.

v0.20.0

08 Mar 19:41

Choose a tag to compare

Changed

  • Upgraded node-llama-cpp to 3.17.1 and switched runtime initialization to build: "autoAttempt" for improved backend selection and fallback behavior.

v0.19.0

08 Mar 14:44
ce586db

Choose a tag to compare

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 queryModes pass-through and Ask UI chips.

Changed

  • Ask responses now surface structured query mode summary metadata for retrieval debugging and UX confirmation.