Skip to content

Releases: AraneaDev/Nekyia

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 18:02
4757b8e

1.0.1 (2026-09-14)

Fixes

  • stop npm stripping both bin entries on publish (#63) (347de80)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 17:53
bb3d201

1.0.0 (2026-09-14)

Features

v0.0.20

Choose a tag to compare

@github-actions github-actions released this 14 Sep 11:56
132d46f

0.0.20 (2026-09-14)

Features

  • add cross-client session handoff (#57) (72ea108)

v0.0.19

Choose a tag to compare

@github-actions github-actions released this 08 Sep 17:50
caee428

0.0.19 (2026-09-08)

Continuous integration

  • stop cancelling runs outside pull requests (#55) (406997e)

v0.0.18

Choose a tag to compare

@github-actions github-actions released this 08 Sep 17:35
44e7ec2

0.0.18 (2026-09-08)

Continuous integration

  • cancel superseded runs and give every job a timeout (#53) (7eab039)

v0.0.17

Choose a tag to compare

@github-actions github-actions released this 05 Sep 15:35

0.0.17 (2026-09-05)

Fixes

  • picker: stop a fresh index calling itself old (10e58f8)

v0.0.16

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:24

0.0.16 (2026-09-05)

Features

  • picker: color the index's age and offer to fix it (b6967d0)
  • search: attribute a collapsed score, and print ids for the commands that need them (c43e6b7)

Fixes

  • brief: carry and trim a handover by whole messages, and say where each ends (971adef)
  • config: stop a config nobody can read from widening what is indexed (3eafceb)
  • copy a whole first prompt, and record ordered turns in every reader (239b1dc)
  • picker: stop a late clipboard fallback writing into the client's terminal (c6ca018)
  • re-read a session when what would be extracted from it has changed (c536c4f)
  • resolve relative exclusions, count what indexing committed, read a sidecar once (954b99a)
  • sqlite: notice a write-ahead commit, and fingerprint a session on its own row (591978e)
  • stop losing indexed data to a read failure and to a late exclusion (58b810c)
  • stop search and show migrating the index they are only reading (28a7384)

Documentation

  • correct what a plain index already does about exclusions (bea2c60)
  • regenerate the README screenshots for the new status line (e528f23)

Tests

  • cli: pin the exit code of every rejected invocation, not just its message (8bbc9de)
  • cli: state the argument contract that --ids added to it (ea3b995)
  • config: time the lock wait, not the interpreter that starts around it (a2100ff)

Refactoring

  • cli: decide the argument contract apart from running it (ac9de20)

v0.0.15

Choose a tag to compare

@github-actions github-actions released this 01 Sep 18:02

0.0.15 (2026-08-31)

Documentation

  • point the badge at the renamed /tools section (#37) (8604a12)

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:48

0.0.14 (2026-08-30)

Features

  • add nekyia timeline for directory file history (7a64346)
  • add schema version 4 for ordered file events (a44b33d)
  • ask git which files it already has (167b97c)
  • query file events under a directory (6654217)
  • read operation kinds from claude and codex tool calls (727f667)
  • show file operations in order when inspecting a session (ad9f9d5)
  • store ordered file events for a hydrated session (518b08b)

Fixes

  • address Coderabbit review feedback (e537b43)
  • keep the file event log independent of the file cap (aac0fc3)
  • keep the file list complete past the event cap (d674cff)
  • make the timeline honest about what it prints (93e366e)
  • treat null stdout as unreadable output (0498b1c)

Performance

  • serve directory candidates from the path indices (7c77004)

Documentation

  • count only path-naming calls in the recovery census (60ca140)
  • keep the census evidence at the decision it supports (bba9502)
  • measure per-file recovery coverage against git (0c779b5)
  • measure what session stores can actually recover (042e28f)
  • resolve coderabbit docstring review comments (fe0abea)
  • rewrite generic docstrings with context-aware descriptions (904f434)
  • say that a session can be asked what it did (a8aef43)
  • scope the census conclusions to the store it measured (5b6df31)
  • show what a timeline looks like (5548fd4)

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 29 Aug 00:02
ba09e77

0.0.13 (2026-08-28)

Continuous integration

  • move off the actions still running on Node 20 (#33) (c0bb447)