Skip to content

Releases: LIghtJUNction/cortexfs

Release list

v0.1.7

Choose a tag to compare

@LIghtJUNction LIghtJUNction released this 06 Jul 04:07
e096899

Changes

  • Add ctx agent session gc for conservative agent session cleanup.
  • Preserve default/current/kept sessions and support dry-run previews.
  • Fall back to default when the current session pointer references a manually deleted session.

Validation

  • cargo fmt --check
  • cargo check --locked --workspace --all-targets --all-features
  • cargo clippy --locked --workspace --all-targets --all-features -- -D warnings
  • cargo test --locked --workspace --all-targets --all-features

v0.1.6

Choose a tag to compare

@LIghtJUNction LIghtJUNction released this 04 Jul 07:27
54970c6

CortexFS v0.1.6

  • Reorganized the cortexfs source tree into subsystem-oriented modules.
  • Preserved the v1 ABI and public crate exports.
  • Verified with fmt, check, clippy, tests, installed CLI smoke tests, /ctx mount checks, and agent socket ping.