Skip to content

Commit 2482daf

Browse files
committed
0.1.1
1 parent c4c3d25 commit 2482daf

18 files changed

Lines changed: 65 additions & 444 deletions

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dist/
99
*.egg-info/
1010
.ruff_cache/
1111
site/
12+
.DS_Store

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to AgentLens will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2026-03-18
9+
10+
### Fixed
11+
12+
- **Replay filesystem reset for chained sessions** — when replaying session N > 1, the filesystem was incorrectly reset to `baseline` (pre-experiment state) instead of the end state of session N-1. This caused the agent to see stale files (e.g. an empty MEMORY.md instead of one populated by prior sessions). The fix falls back to `session_{N-1}` when no file-write tags exist within the current session before the replay turn.
13+
14+
### Changed
15+
16+
- Removed experiment configs from version control (already in `.gitignore`, now untracked)
17+
818
## [0.1.0] - 2026-03-17
919

1020
Initial release.

docs/.DS_Store

-6 KB
Binary file not shown.

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CHANGELOG.md

experiments/info_loss_no_subagents.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

experiments/info_mutation_pressure.yaml

Lines changed: 0 additions & 57 deletions
This file was deleted.

experiments/memory_certainty_drift.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

experiments/memory_degradation_vuln_research.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

experiments/memory_laundering_hedging.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)