opencode source

opencode.account_states

pass

Records 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

VariantTrialsMinMedianMaxRow countsErrors
minimal312548 ms26773 ms48816 ms[0, 0, 0]0
active-org312607 ms14227 ms22257 ms[0, 0, 0]0
scan311077 ms11364 ms11875 ms[0, 0, 0]0

Latency per trial

minimalmedian 26773ms
t148816mst212548mst326773ms
scale: 0–48816 ms
active-orgmedian 14227ms
t114227mst212607mst322257ms
scale: 0–22257 ms
scanmedian 11364ms
t111875mst211364mst311077ms
scale: 0–11875 ms

Probe variants — every command + output

minimal3 trials
min 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 1
Trials + output
trial 1·48816ms·rows 0isError=false
trial 2·12548ms·rows 0isError=false
trial 3·26773ms·rows 0isError=false
active-org3 trials
min 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 25
Trials + output
trial 1·14227ms·rows 0isError=false
trial 2·12607ms·rows 0isError=false
trial 3·22257ms·rows 0isError=false
scan3 trials
min 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 25
Trials + 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 / comboTrial #LatencyRowsStatusFirst key returned
minimalt148816ms0ok
minimalt212548ms0ok
minimalt326773ms0ok
active-orgt114227ms0ok
active-orgt212607ms0ok
active-orgt322257ms0ok
scant111875ms0ok
scant211364ms0ok
scant311077ms0ok
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:16:58Z
JSON record: reports/opencode/tables/account_states.json
first_run_at: 2026-09-01T11:16:58Z
last_retried_at: 2026-09-01T11:16:58Z
retry_count: 1
View version history →