opencode source
pass
View version history →
opencode.account_states
passRecords which account and org are currently active in the OpenCode UI.
SELECT id, active_account_id, active_org_id
no filters captured 2026-09-01 11:16:58Zmedian 26773 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 | 12548 ms | 26773 ms | 48816 ms | [0, 0, 0] | 0 |
| active-org | 3 | 12607 ms | 14227 ms | 22257 ms | [0, 0, 0] | 0 |
| scan | 3 | 11077 ms | 11364 ms | 11875 ms | [0, 0, 0] | 0 |
Latency per trial
minimalmedian 26773ms
scale: 0–48816 ms
active-orgmedian 14227ms
scale: 0–22257 ms
scanmedian 11364ms
scale: 0–11875 ms
Probe variants — every command + output
minimal
3 trialsmin 12548ms · median 26773ms · max 48816ms · rows 0,0,0
smallest query
Command
SELECT id, active_account_id, active_org_id FROM opencode.account_states LIMIT 1Trials + output
trial 1·48816ms·rows 0isError=false
trial 2·12548ms·rows 0isError=false
trial 3·26773ms·rows 0isError=false
active-org
3 trialsmin 12607ms · median 14227ms · max 22257ms · rows 0,0,0
rows with an active account
Command
SELECT id, active_account_id, active_org_id FROM opencode.account_states WHERE active_account_id IS NOT NULL LIMIT 25Trials + output
trial 1·14227ms·rows 0isError=false
trial 2·12607ms·rows 0isError=false
trial 3·22257ms·rows 0isError=false
scan
3 trialsmin 11077ms · median 11364ms · max 11875ms · rows 0,0,0
latest account state rows
Command
SELECT id, active_account_id, active_org_id FROM opencode.account_states ORDER BY id DESC LIMIT 25Trials + output
trial 1·11875ms·rows 0isError=false
trial 2·11364ms·rows 0isError=false
trial 3·11077ms·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 | 48816ms | 0 | ok | — |
| minimal | t2 | 12548ms | 0 | ok | — |
| minimal | t3 | 26773ms | 0 | ok | — |
| active-org | t1 | 14227ms | 0 | ok | — |
| active-org | t2 | 12607ms | 0 | ok | — |
| active-org | t3 | 22257ms | 0 | ok | — |
| scan | t1 | 11875ms | 0 | ok | — |
| scan | t2 | 11364ms | 0 | ok | — |
| scan | t3 | 11077ms | 0 | ok | — |
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:16:58ZJSON record:
reports/opencode/tables/account_states.jsonfirst_run_at:
2026-09-01T11:16:58Zlast_retried_at:
2026-09-01T11:16:58Zretry_count:
1