Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/opencode/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ let cli = yargs(hideBin(process.argv))
// altimate_change start - db marker name
const marker = path.join(Global.Path.data, "altimate-code.db")
// altimate_change end
// altimate_change start — check: skip DB migration for stateless check command
if (!isStatelessCommand && !(await Filesystem.exists(marker))) {
// altimate_change end
const tty = process.stderr.isTTY
process.stderr.write("Performing one time database migration, may take a few minutes..." + EOL)
const width = 36
Expand Down
Loading