opencode-supertask 0.1.8 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6013,6 +6013,8 @@ var init_schema = __esm({
6013
6013
  // 任务分组与依赖
6014
6014
  batchId: text("batch_id"),
6015
6015
  dependsOn: integer("depends_on"),
6016
+ // OpenCode Session
6017
+ sessionId: text("session_id"),
6016
6018
  // 状态
6017
6019
  status: text("status").default("pending"),
6018
6020
  // 时间戳(老字段保持秒级 timestamp)