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
feat(settings): split rtk toggle into local and cloud checkboxes
Replace the single rtkEnabled setting with per-modality checkboxes in one settings row: Local (covers local and worktree sessions, feeds agent start/reconnect) and Cloud (feeds cloud run creation and resume), both default on. The per-session rtkEnabled contract to the workspace-server and the rtk_enabled wire field stay unchanged; only the value sources split. Also move the POSTHOG_RTK env mutation into configureProcessEnv, which owns every other per-session process env write, with test coverage for the pin/delete paths.
Generated-By: PostHog Code
Task-Id: 2d6eed7f-9209-4d1f-be54-ae3e22bf2990
@@ -45,9 +47,34 @@ export function AdvancedSettings() {
45
47
</SettingRow>
46
48
<SettingRow
47
49
label="Compress command output"
48
-
description="Route eligible shell commands through rtk so their verbose output is compressed before it reaches the model, reducing token usage. Applies to local, worktree, and cloud runs"
50
+
description="Route eligible shell commands through rtk so their verbose output is compressed before it reaches the model, reducing token usage. Local covers localand worktree sessions"
0 commit comments