Releases: LIghtJUNction/cortexfs
Releases · LIghtJUNction/cortexfs
Release list
v0.1.7
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
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.