Skip to content

Releases: steeltroops-ai/omnicontext

omni v1.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 22:05

[1.5.0] - 2026-03-31

Added

  • Implement 2-layer GCN structural attention for search ranking (85616c2)

Changed

Fixed

  • Use transposed adjacency for GCN in-neighbor aggregation (e80762d)

omni v1.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:52

[1.4.0] - 2026-03-31

Added

  • Wire INT8 quantization via subprocess with graceful FP32 fallback (bd27fc7)
  • Wire search/feedback IPC handler and VS Code click tracking (ce64cd5)
  • Active open-buffer injection as ephemeral Critical-priority chunk (1a2c2aa)
  • Semantic neighborhood expansion for symbol queries (c1f1bca)
  • Causal context ordering by line number and dependency topology (ee39304)
  • Enable sparse retrieval by default; verify 4-signal RRF wiring (2b07dbe)
  • Add SHA-256 integrity verification for downloaded models (fce80fb)
  • Add local LLM backend for HyDE with template fallback (4e852d3)
  • Add NDCG@10 golden evaluation harness with 20+ queries (e93ed83)

Changed

Fixed

  • Include newline in active buffer truncation boundary (b08befe)
  • Find anchor by max score, not position in entries vec (6c29e17)

omni v1.3.7

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:20

[1.3.7] - 2026-03-31

Fixed

  • Fix benchmark regression regex false positive (27e1118)

omni v1.3.6

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:11

[1.3.6] - 2026-03-31

Fixed

  • Add pull-requests write permission to benchmark regression job (20dbea5)

omni v1.3.5

Choose a tag to compare

@github-actions github-actions released this 31 Mar 21:00

[1.3.5] - 2026-03-31

Fixed

  • Resolve all 10 PR workflow failures (d33b3cc)

omni v1.3.4

Choose a tag to compare

@github-actions github-actions released this 14 Mar 06:27

[1.3.4] - 2026-03-14

Fixed

  • Make node-audit advisory-only; cargo-deny is authoritative gate (7a30e1e)

omni v1.3.3

Choose a tag to compare

@github-actions github-actions released this 14 Mar 06:09

[1.3.3] - 2026-03-14

Fixed

  • Scope node audit to high/critical vulnerabilities only (22e3354)

omni v1.3.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 05:52

[1.3.2] - 2026-03-14

Fixed

  • Fix flaky hash_cache and cloud env-var tests (ca67f42)

omni v1.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 05:44

[1.3.1] - 2026-03-14

Fixed

  • Increase mtime sleep to 20 ms in hash_cache Windows test (242568b)
  • Allow BSL-1.0 license in cargo-deny allowlist (d9af544)

omni v1.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 05:25

[1.3.0] - 2026-03-14

Added

  • Pipeline, search, index, graph, parser, watcher improvements (a672dc3)
  • Expand tool registry to 29 tools; add SSE transport (e89ea5d)
  • Add SCIP interchange, rules injection, and memory store (0fcd88b)
  • Replace jina with CodeRankEmbed; add cloud embedder (db75b9a)
  • Add reranker model download step to install scripts (d29b17f)
  • Add reranker-download setup subcommand (2b471da)

Fixed

  • Migrate model surface from jina to CodeRankEmbed (b7a1162)