Skip to content

Commit a58c890

Browse files
committed
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.
1 parent f090720 commit a58c890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ All six commands are registered in `packages/opencode/src/plugin/commands.ts` an
175175
| --- | --- | --- |
176176
| `/antigravity-quota` | `[refresh]` | Status (or refresh) of cached quota across accounts. Returns within `2s` default. |
177177
| `/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. |
180180
| `/antigravity-dump` | `enable` · `disable` · `status` | Toggle wire-dump capture for the next request. (Backward-compatible alias: `/gemini-dump`.) |
181181
| `/antigravity-logging` | `error` · `warn` · `info` · `debug` · `trace` | Adjust runtime logging; takes effect immediately and persists across restarts. |
182182

0 commit comments

Comments
 (0)