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
docs: escape pipes in routing and killswitch command tables
Unescaped | inside `true|false` code spans split the table cell in GitHub's renderer, breaking the argument column for /antigravity-routing and /antigravity-killswitch.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,8 @@ All six commands are registered in `packages/opencode/src/plugin/commands.ts` an
175
175
| --- | --- | --- |
176
176
|`/antigravity-quota`|`[refresh]`| Status (or refresh) of cached quota across accounts. Returns within `2s` default. |
177
177
|`/antigravity-account`|`add` · `refresh` · `remove` · `list`| Manage the account pool. `add` and `refresh` opt into a `120_000` ms RPC timeout (OAuth can take two minutes on a fresh login). `list` and `remove` use the `2_000` default. |
178
-
|`/antigravity-routing`| `cli_first=true|false` · `quota_style_fallback=true|false` | Toggle the live routing flags. Omit a key to flip the current value. Persists immediately. |
179
-
|`/antigravity-killswitch`| `enabled=true|false` · `minimum_remaining_percent=0..100` | Configure the killswitch. Per-account thresholds are set via direct config edit. |
178
+
|`/antigravity-routing`|`cli_first=true\|false` · `quota_style_fallback=true\|false`| Toggle the live routing flags. Omit a key to flip the current value. Persists immediately. |
179
+
|`/antigravity-killswitch`|`enabled=true\|false` · `minimum_remaining_percent=0..100`| Configure the killswitch. Per-account thresholds are set via direct config edit. |
180
180
|`/antigravity-dump`|`enable` · `disable` · `status`| Toggle wire-dump capture for the next request. (Backward-compatible alias: `/gemini-dump`.) |
181
181
|`/antigravity-logging`|`error` · `warn` · `info` · `debug` · `trace`| Adjust runtime logging; takes effect immediately and persists across restarts. |
0 commit comments