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: cap tunnel response size, recheck store epoch, and resolve review findings
The remote-control tunnel now destroys oversized local responses with a 502 instead of buffering without bound, and the early-frame bridge parameter is required. The search indexer bounds its pending wire record, counts skipped sessions in the pass outcome, and narrows the missing-file error properly. The minidb query store rechecks the store epoch after a successful operation so a concurrent rebuild cannot swallow the result. Panel copy drops the graduated experimental label, the slash-command table regains its fourth cell, and two CLI tests assert presence before shape.
Copy file name to clipboardExpand all lines: docs/reference/slash-commands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Some commands are only available in the idle state. Executing these commands whi
16
16
|`/logout`| — | Clear credentials for the currently selected account | No |
17
17
|`/provider`| — | Open the interactive provider manager to view, add, and remove configured providers. See [Platforms & Models — `/provider` and provider management](../configuration/providers.md#provider-—-interactive-provider-management)| Yes |
18
18
|`/model`| — | Switch the LLM model used in the current session | Yes |
19
-
|`/secondary-model`|`/subagent-model`| Pick the default model for subagents (writes `[secondary_model] default_model`; see the [subagent model pool](../configuration/config-files.md#subagent-model-pool)). Yes |
19
+
|`/secondary-model`|`/subagent-model`| Pick the default model for subagents (writes `[secondary_model] default_model`; see the [subagent model pool](../configuration/config-files.md#subagent-model-pool))| Yes |
20
20
|`/settings`|`/config`| Open the settings panel inside the TUI | Yes |
21
21
|`/experiments`|`/experimental`| Open the experimental feature panel | Yes |
22
22
|`/permission`| — | Select a permission mode | Yes |
0 commit comments