Skip to content

v0.13.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 19:10
· 12 commits to main since this release

Changelog

  • ceef585 Merge feature/store-memory-param-roundtrip-test: store_memory is asserted to keep the type it was given
  • 07a717b Merge fix/t127-per-document-cap: a top-5 spans five documents instead of two
  • fe86b31 Merge fix/t129-cli-help-honesty: the CLI help describes the flags, not this machine
  • efedb8d Merge fix/t130-session-identity: two sessions in one evening keep both their contents
  • 5006906 Merge fix/t131-sweep-skip-promotion: a sweep can run for its outdated markings alone
  • 5bfe389 Merge fix/t132-hook-payload-signature: the PreCompact event stops being stored as a summary
  • ad43a03 Merge fix/t133-transcript-rune-boundary: session summaries stop opening mid-codepoint
  • 1cc7349 feat(rag): cap how many chunks of one document a result list may hold (T127)
  • 714ccd1 fix(cli): help stops advertising this machine's paths; --config works everywhere (T129)
  • 109b8ed fix(hooks): cut the transcript on rune boundaries, not byte indices (T133)
  • 3816b09 fix(hooks): identify a hook payload by its signature, not by a closed key list (T132)
  • 34744ea fix(lifecycle): give the promotion class an off switch (T131)
  • 2d1e240 fix(sessionclose): consolidate by session identity, not by context label (T130)
  • e9a25e4 release: 0.13.3
  • c518572 test(memory): assert store_memory round-trips its explicit parameters