opencode source

opencode.projects

pass

All projects stored in the local OpenCode database. Each row carries the project id, worktree, display name, and timestamps.

SELECT id, worktree, name, time_created

no filters captured 2026-09-01 10:06:04Zmedian 10863 ms
Verdict: TRUE

All variants returned rows on ≥2 of 3 trials, 0 errors.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal310015 ms10863 ms23475 ms[3, 3, 3]0
order37407 ms12459 ms17349 ms[22, 22, 22]0
filter-vcs312424 ms12894 ms12901 ms[21, 21, 21]0
filter-by-id38080 ms8240 ms8346 ms[1, 1, 1]0
aggregate36427 ms6473 ms6597 ms[2, 2, 2]0

Latency per trial

minimalmedian 10863ms
t110863mst210015mst323475ms
scale: 0–23475 ms
ordermedian 12459ms
t117349mst27407mst312459ms
scale: 0–17349 ms
filter-vcsmedian 12894ms
t112424mst212894mst312901ms
scale: 0–12901 ms
filter-by-idmedian 8240ms
t18240mst28080mst38346ms
scale: 0–8346 ms
aggregatemedian 6473ms
t16473mst26597mst36427ms
scale: 0–6597 ms

Probe variants — every command + output

minimal3 trials
min 10015ms · median 10863ms · max 23475ms · rows 3,3,3

smallest query

Command
SELECT id, worktree, name, vcs FROM opencode.projects LIMIT 3
Trials + output
trial 1·10863ms·rows 3isError=false
First row (click to expand JSON)
{
  "id": "f7ea95ab6d38fe9ae91fe204fd29d0f24449c712",
  "worktree": "/Users/viclkykumar/video-editor",
  "name": "",
  "vcs": "git"
}
columns (4)
idworktreenamevcs
trial 2·10015ms·rows 3isError=false
First row (click to expand JSON)
{
  "id": "f7ea95ab6d38fe9ae91fe204fd29d0f24449c712",
  "worktree": "/Users/viclkykumar/video-editor",
  "name": "",
  "vcs": "git"
}
columns (4)
idworktreenamevcs
trial 3·23475ms·rows 3isError=false
First row (click to expand JSON)
{
  "id": "f7ea95ab6d38fe9ae91fe204fd29d0f24449c712",
  "worktree": "/Users/viclkykumar/video-editor",
  "name": "",
  "vcs": "git"
}
columns (4)
idworktreenamevcs
order3 trials
min 7407ms · median 12459ms · max 17349ms · rows 22,22,22

recent projects

Command
SELECT id, worktree, vcs, time_created FROM opencode.projects ORDER BY time_updated DESC LIMIT 25
Trials + output
trial 1·17349ms·rows 22isError=false
First row (click to expand JSON)
{
  "id": "846982133a6c33303221dbc166c0a89074f184ac",
  "worktree": "/Users/viclkykumar/Downloads/coral-repo",
  "vcs": "git",
  "time_created": "1785310987900"
}
columns (4)
idworktreevcstime_created
trial 2·7407ms·rows 22isError=false
First row (click to expand JSON)
{
  "id": "846982133a6c33303221dbc166c0a89074f184ac",
  "worktree": "/Users/viclkykumar/Downloads/coral-repo",
  "vcs": "git",
  "time_created": "1785310987900"
}
columns (4)
idworktreevcstime_created
trial 3·12459ms·rows 22isError=false
First row (click to expand JSON)
{
  "id": "846982133a6c33303221dbc166c0a89074f184ac",
  "worktree": "/Users/viclkykumar/Downloads/coral-repo",
  "vcs": "git",
  "time_created": "1785310987900"
}
columns (4)
idworktreevcstime_created
filter-vcs3 trials
min 12424ms · median 12894ms · max 12901ms · rows 21,21,21

git projects

Command
SELECT id, worktree, vcs FROM opencode.projects WHERE vcs = 'git' LIMIT 25
Trials + output
trial 1·12424ms·rows 21isError=false
First row (click to expand JSON)
{
  "id": "f7ea95ab6d38fe9ae91fe204fd29d0f24449c712",
  "worktree": "/Users/viclkykumar/video-editor",
  "vcs": "git"
}
columns (3)
idworktreevcs
trial 2·12894ms·rows 21isError=false
First row (click to expand JSON)
{
  "id": "f7ea95ab6d38fe9ae91fe204fd29d0f24449c712",
  "worktree": "/Users/viclkykumar/video-editor",
  "vcs": "git"
}
columns (3)
idworktreevcs
trial 3·12901ms·rows 21isError=false
First row (click to expand JSON)
{
  "id": "f7ea95ab6d38fe9ae91fe204fd29d0f24449c712",
  "worktree": "/Users/viclkykumar/video-editor",
  "vcs": "git"
}
columns (3)
idworktreevcs
filter-by-id3 trials
min 8080ms · median 8240ms · max 8346ms · rows 1,1,1

one known project

Command
SELECT id, worktree, vcs, time_initialized FROM opencode.projects WHERE id = '846982133a6c33303221dbc166c0a89074f184ac' LIMIT 5
Trials + output
trial 1·8240ms·rows 1isError=false
First row (click to expand JSON)
{
  "id": "846982133a6c33303221dbc166c0a89074f184ac",
  "worktree": "/Users/viclkykumar/Downloads/coral-repo",
  "vcs": "git",
  "time_initialized": ""
}
columns (4)
idworktreevcstime_initialized
trial 2·8080ms·rows 1isError=false
First row (click to expand JSON)
{
  "id": "846982133a6c33303221dbc166c0a89074f184ac",
  "worktree": "/Users/viclkykumar/Downloads/coral-repo",
  "vcs": "git",
  "time_initialized": ""
}
columns (4)
idworktreevcstime_initialized
trial 3·8346ms·rows 1isError=false
First row (click to expand JSON)
{
  "id": "846982133a6c33303221dbc166c0a89074f184ac",
  "worktree": "/Users/viclkykumar/Downloads/coral-repo",
  "vcs": "git",
  "time_initialized": ""
}
columns (4)
idworktreevcstime_initialized
aggregate3 trials
min 6427ms · median 6473ms · max 6597ms · rows 2,2,2

projects by VCS

Command
SELECT vcs, COUNT(*) AS n FROM opencode.projects GROUP BY vcs
Trials + output
trial 1·6473ms·rows 2isError=false
First row (click to expand JSON)
{
  "vcs": "git",
  "n": "21"
}
columns (2)
vcsn
trial 2·6597ms·rows 2isError=false
First row (click to expand JSON)
{
  "vcs": "git",
  "n": "21"
}
columns (2)
vcsn
trial 3·6427ms·rows 2isError=false
First row (click to expand JSON)
{
  "vcs": "git",
  "n": "21"
}
columns (2)
vcsn

All returned rowsacross all non-errored trials · filterable · paginated

196 rows stored · 196 returned · page 1/8
00f7ea95ab6d38fe9ae91fe204fd29d0f24449c712/Users/viclkykumar/video-editorgit
019af71c0ffa1f9c4c21c344c9e0af22214bf3f6da/Users/viclkykumar/code/coral-mcp-benchmarkgit
029b3059ea2dec3bf3ac99f38438fe21be27c5e5c1/Users/viclkykumar/projects/telegramgit
13f7ea95ab6d38fe9ae91fe204fd29d0f24449c712/Users/viclkykumar/video-editorgit
149af71c0ffa1f9c4c21c344c9e0af22214bf3f6da/Users/viclkykumar/code/coral-mcp-benchmarkgit
159b3059ea2dec3bf3ac99f38438fe21be27c5e5c1/Users/viclkykumar/projects/telegramgit
26f7ea95ab6d38fe9ae91fe204fd29d0f24449c712/Users/viclkykumar/video-editorgit
279af71c0ffa1f9c4c21c344c9e0af22214bf3f6da/Users/viclkykumar/code/coral-mcp-benchmarkgit
289b3059ea2dec3bf3ac99f38438fe21be27c5e5c1/Users/viclkykumar/projects/telegramgit
39f7ea95ab6d38fe9ae91fe204fd29d0f24449c712/Users/viclkykumar/video-editorgit
3109af71c0ffa1f9c4c21c344c9e0af22214bf3f6da/Users/viclkykumar/code/coral-mcp-benchmarkgit
3119b3059ea2dec3bf3ac99f38438fe21be27c5e5c1/Users/viclkykumar/projects/telegramgit
012846982133a6c33303221dbc166c0a89074f184ac/Users/viclkykumar/Downloads/coral-repogit1785310987900
013d3ca44b6e235b09221e596aab300e4d3e14d2d3d/Users/viclkykumar/ghevra-fullgit1787317560819
014global/1782151644718
015f7ea95ab6d38fe9ae91fe204fd29d0f24449c712/Users/viclkykumar/video-editorgit1788181363002
0165759b405b4fd9a9ef17a284a3054a469355d9399/Users/viclkykumar/stock_agentgit1787767505723
01773a435a36102df2dbfeb97d1fd9bd22e4af2429d/Users/viclkykumar/agentic-dashboard-sandboxgit1786517431727
018908812f142d3f0237f9a0449e93a5c5e28e4f876/Volumes/algsoch/terminal 3git1782728857952
019cee5eaf48cc5fcefa539fceb90f04e9a97a23f1e/Users/viclkykumar/razorpaygit1787383028583
0209af71c0ffa1f9c4c21c344c9e0af22214bf3f6da/Users/viclkykumar/code/coral-mcp-benchmarkgit1788031580634
02154d568696de63f9f1c1fd380aaea32702da92491/Users/viclkykumar/scrape-verse-sentinelgit1787062643844
0224e126cd13f5438f8e881e450c4a932cbf55253f3/Users/viclkykumar/chatbotgit1786273387284
0239b3059ea2dec3bf3ac99f38438fe21be27c5e5c1/Users/viclkykumar/projects/telegramgit1787985630674
0241883b4b9c2fb28c4b7985a26dfed6cdcd3a613b9/Users/viclkykumar/harnessgit1787722649201

Column profile

4 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1idstring164"f7ea95ab6d38fe9ae91fe204fd29d0f24449c712""846982133a6c33303221dbc166c0a89074f184ac"
2worktreestring164"/Users/viclkykumar/video-editor""/Users/viclkykumar/Downloads/coral-repo"
3name020empty
4vcsstring200"git"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt110863ms3okid, worktree, name
minimalt210015ms3okid, worktree, name
minimalt323475ms3okid, worktree, name
ordert117349ms22okid, worktree, vcs
ordert27407ms22okid, worktree, vcs
ordert312459ms22okid, worktree, vcs
filter-vcst112424ms21okid, worktree, vcs
filter-vcst212894ms21okid, worktree, vcs
filter-vcst312901ms21okid, worktree, vcs
filter-by-idt18240ms1okid, worktree, vcs
filter-by-idt28080ms1okid, worktree, vcs
filter-by-idt38346ms1okid, worktree, vcs
aggregatet16473ms2okvcs, n
aggregatet26597ms2okvcs, n
aggregatet36427ms2okvcs, n

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
SELECT id, worktree, name, time_created
Columns coral returned (4)
idworktreenamevcs
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T10:06:04Z
JSON record: reports/opencode/tables/projects.json
first_run_at: 2026-09-01T08:33:27Z
last_retried_at: 2026-09-01T10:06:04Z
retry_count: 3
View version history →