Skip to content

Releases: rekal-dev/rekal-cli

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

v0.1.4

26 Feb 05:48

Choose a tag to compare

bba9980 fix: link OpenMP on Linux for llama.cpp parallelism
e90cb52 fix: make ggml-metal and ggml-blas CGO flags darwin-only
c6aba06 fix: add llama.cpp build step to all CI workflows
6718295 fix: add Git LFS support and llama.cpp build to CI workflows
d22ecec feat: add nomic-embed-text deep semantic embeddings

v0.1.3

26 Feb 04:27

Choose a tag to compare

ad48107 feat: run checkpoint during init to capture existing sessions
6724a37 fix: resolve rekal binary path in git hooks