opencode source
pass
View version history →
opencode.control_accounts
passControl-plane account rows used for authenticated coordination. Exposes email, url, active flag, and timestamps. The underlying `access_token` / `refresh_token` are live secrets and not exposed.
SELECT email, url, active
no filters captured 2026-09-01 11:23:30Zmedian 9288 ms
Verdict: TRUE
Reachable and queryable: 0 errors across all trials, but the table is currently empty in the source (no data rows on scan variants). See analysis.json → data.empty_table.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 3 | 8664 ms | 9288 ms | 9370 ms | [0, 0, 0] | 0 |
| active | 3 | 10902 ms | 11684 ms | 20059 ms | [0, 0, 0] | 0 |
| order | 3 | 9173 ms | 10716 ms | 10733 ms | [0, 0, 0] | 0 |
| aggregate | 3 | 10836 ms | 11561 ms | 12021 ms | [0, 0, 0] | 0 |
Latency per trial
minimalmedian 9288ms
scale: 0–9370 ms
activemedian 11684ms
scale: 0–20059 ms
ordermedian 10716ms
scale: 0–10733 ms
aggregatemedian 11561ms
scale: 0–12021 ms
Probe variants — every command + output
minimal
3 trialsmin 8664ms · median 9288ms · max 9370ms · rows 0,0,0
smallest query
Command
SELECT email, url, active, time_created FROM opencode.control_accounts LIMIT 1Trials + output
trial 1·8664ms·rows 0isError=false
trial 2·9370ms·rows 0isError=false
trial 3·9288ms·rows 0isError=false
active
3 trialsmin 10902ms · median 11684ms · max 20059ms · rows 0,0,0
active control accounts
Command
SELECT email, url, active FROM opencode.control_accounts WHERE active = 1 LIMIT 25Trials + output
trial 1·10902ms·rows 0isError=false
trial 2·11684ms·rows 0isError=false
trial 3·20059ms·rows 0isError=false
order
3 trialsmin 9173ms · median 10716ms · max 10733ms · rows 0,0,0
newest control accounts
Command
SELECT email, url, active FROM opencode.control_accounts ORDER BY time_created DESC LIMIT 25Trials + output
trial 1·9173ms·rows 0isError=false
trial 2·10733ms·rows 0isError=false
trial 3·10716ms·rows 0isError=false
aggregate
3 trialsmin 10836ms · median 11561ms · max 12021ms · rows 0,0,0
control accounts by active flag
Command
SELECT active, COUNT(*) AS n FROM opencode.control_accounts GROUP BY activeTrials + output
trial 1·12021ms·rows 0isError=false
trial 2·11561ms·rows 0isError=false
trial 3·10836ms·rows 0isError=false
All returned rowsacross all non-errored trials · filterable · paginated
0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 8664ms | 0 | ok | — |
| minimal | t2 | 9370ms | 0 | ok | — |
| minimal | t3 | 9288ms | 0 | ok | — |
| active | t1 | 10902ms | 0 | ok | — |
| active | t2 | 11684ms | 0 | ok | — |
| active | t3 | 20059ms | 0 | ok | — |
| order | t1 | 9173ms | 0 | ok | — |
| order | t2 | 10733ms | 0 | ok | — |
| order | t3 | 10716ms | 0 | ok | — |
| aggregate | t1 | 12021ms | 0 | ok | — |
| aggregate | t2 | 11561ms | 0 | ok | — |
| aggregate | t3 | 10836ms | 0 | ok | — |
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:23:30ZJSON record:
reports/opencode/tables/control_accounts.jsonfirst_run_at:
2026-09-01T11:23:30Zlast_retried_at:
2026-09-01T11:23:30Zretry_count:
1