Skip to content

feat: add ctx_search unified search tool across memories, facts, and … #14

feat: add ctx_search unified search tool across memories, facts, and …

feat: add ctx_search unified search tool across memories, facts, and … #14

Triggered via push March 27, 2026 16:00
Status Failure
Total duration 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Check
Process completed with exit code 1.
SQLiteError: unable to open database file: bun:sqlite#L260
at new Database (bun:sqlite:260:28) at getReadOnlySessionDb (/home/runner/work/opencode-magic-context/opencode-magic-context/src/hooks/magic-context/read-session-db.ts:37:16) at withReadOnlySessionDb (/home/runner/work/opencode-magic-context/opencode-magic-context/src/hooks/magic-context/read-session-db.ts:43:15) at ensureMessagesIndexed (/home/runner/work/opencode-magic-context/opencode-magic-context/src/features/magic-context/message-index.ts:116:22) at searchMessages (/home/runner/work/opencode-magic-context/opencode-magic-context/src/features/magic-context/search.ts:346:5) at unifiedSearch (/home/runner/work/opencode-magic-context/opencode-magic-context/src/features/magic-context/search.ts:445:13) at execute (/home/runner/work/opencode-magic-context/opencode-magic-context/src/tools/ctx-search/tools.ts:69:35) at <anonymous> (/home/runner/work/opencode-magic-context/opencode-magic-context/src/tools/ctx-search/tools.test.ts:46:47)
Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/