You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to this project are documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.9] - 2026-06-26
9
+
10
+
### Added
11
+
- Pure RLM runner context initialization from explicit workspace file references in the task, with compact repository snapshot fallback.
12
+
- Context-load events for Pure RLM runs, including loaded file names and total context characters.
13
+
- Runner JSONL replay coverage for action code, observations, success state, token counts, and cumulative reward.
14
+
15
+
### Changed
16
+
- TUI trajectory and replay views now show Pure RLM signals including REPL code, stdout/stderr previews, `llm_query` counts, executed code blocks, finalization status, and REPL variables.
17
+
- Run visualization now includes richer Pure RLM previews for completed runs.
18
+
8
19
## [0.1.8] - 2026-05-01
9
20
10
21
### Added
@@ -76,5 +87,6 @@ Initial public release of **RLM Code**.
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,21 +25,20 @@ RLM Code implements the [Recursive Language Models](https://arxiv.org/abs/2502.0
25
25
26
26
RLM Code wraps this algorithm in an interactive terminal UI with built-in benchmarks, trajectory replay, and observability.
27
27
28
-
## Release v0.1.8
28
+
## Release v0.1.9
29
29
30
-
This release extends HALO/AHE-style trace analysis with layered evidence export.
30
+
This release improves Pure RLM repository runs and makes completed trajectories more inspectable from the TUI and replay views.
31
31
32
-
- New `trace_analysis` environment for diagnosing agent harness failures from OTel-shaped JSONL traces
33
-
- Sidecar trace indexing with dataset overview, query, count, search, full-trace view, and selected-span view actions
34
-
- AHE-style evidence corpus export with `overview.md`, per-trace detail reports, `index.json`, and optional processed raw JSONL spans
35
-
- Bounded payload handling for large traces, including oversized summaries and higher-cap surgical span reads
36
-
-`/rlm` help/docs updated for `env=trace_analysis`
37
-
- Dedicated trace analysis docs under the Core Engine section
32
+
- Pure RLM runs now initialize `context` from explicit workspace files mentioned in the task, with a compact repository snapshot fallback
33
+
- Runner events now record context-load metadata for Pure RLM runs
34
+
- Legacy runner JSONL step events replay with action code, observations, success, token counts, and cumulative reward
35
+
- Run visualization now includes REPL code previews, stdout/stderr previews, `llm_query` counts, executed code blocks, finalization status, and REPL variables
36
+
- TUI trajectory and replay views now surface Pure RLM signals directly for completed runs
38
37
39
38
Example:
40
39
41
40
```text
42
-
/rlm run "Find systemic harness failures trace=./traces.jsonl" env=trace_analysis steps=6
41
+
/rlm run "Validate pure_rlm_environment.py and cite context, REPL, llm_query, and FINAL evidence" env=pure_rlm steps=6
0 commit comments