Skip to content

Releases: rekal-dev/rekal-cli

v0.2.6

06 Mar 07:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

7404b07 Fix CI: global model cache, project-local daemon runtime
f15bd1b Fix daemon: non-blocking spawn, skip in test binaries
b3ef5cd Fix daemon goroutine leak: kill process on startup failure
8db3c8a Add nomic embedding daemon for fast repeated queries
ad7955e Fix gofmt formatting in opencode.go
73f75ba Add multi-agent support: Codex, Gemini, OpenCode adapters

v0.2.5

05 Mar 05:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

d776f83 Fix lint: remove unused var, apply De Morgan's law
d067c09 Fix gofmt formatting in secrets.go
0899036 Add secret redaction and path anonymization to checkpoint pipeline

v0.2.4

27 Feb 07:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

e04c462 fix: auto-add PATH in non-interactive install
d64c2d5 fix: show PATH prompt when piped from curl
652eb46 fix: escape codes in install output, interactive PATH prompt

v0.2.2

27 Feb 01:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1402266 fix: simplify install target to --target only, drop REKAL_INSTALL_DIR
6c95c65 fix: improve --target error handling in install script

v0.2.1

27 Feb 01:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

2c0d2de fix: improve skill with snippet_turn_index workflow and search output docs

v0.2.0

27 Feb 01:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

9d7ddf6 feat: improve install script with banner, progress bar, and colors

v0.1.9

26 Feb 23:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

58ffe72 fix: rename module and URLs from rekal-dev/cli to rekal-dev/rekal-cli

v0.1.7

26 Feb 07:47

Choose a tag to compare

a896813 fix: rebalance hybrid scoring weights to 0.3/0.3/0.4

v0.1.6

26 Feb 07:38

Choose a tag to compare

fix: handle DuckDB FLOAT[] type in embedding scan

DuckDB returns FLOAT[] columns as []interface{}, not []float64.
This caused nomicSearch to silently fail, falling back to 2-way
scoring even when nomic embeddings existed in the index.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.5

26 Feb 07:19

Choose a tag to compare

38910ba feat: smart .claude gitignore in rekal init