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
fix: scope worker plugin to Ralph worker sessions (no pollution of normal sessions)
The plugin loads for every session in a project. Its worker system prompt,
edit/bash context gate, and compaction context were applied to ALL sessions —
breaking normal OpenCode usage (gated edit/bash, injected worker prompt). Now
scoped to rlm-worker-attempt-* sessions only; ralph_/rlm_ tools are inert
elsewhere. +5 tests (102 total).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project are documented here.
4
4
5
5
Format based on [Keep a Changelog](https://keepachangelog.com/).
6
6
7
+
## [0.3.6] - 2026-06-24
8
+
9
+
### Fixed
10
+
11
+
-**Worker plugin no longer pollutes normal OpenCode sessions.** The plugin loads for every session in a project, but its worker system prompt, the edit/bash **context gate**, and compaction context were being applied to *all* sessions — which injected worker instructions into normal chats and blocked `edit`/`bash` until `ralph_load_context()` (a call a normal session never makes). These now apply **only to Ralph worker sessions** (identified by the `rlm-worker-attempt-*` session title). In normal sessions the `ralph_*` / `rlm_*` tools are inert (they error if invoked) and `edit`/`bash` are never gated.
0 commit comments