opencode-supertask 0.1.8 → 0.1.9

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.
package/dist/cli/index.js CHANGED
@@ -9317,6 +9317,8 @@ var init_schema = __esm({
9317
9317
  // 任务分组与依赖
9318
9318
  batchId: text("batch_id"),
9319
9319
  dependsOn: integer("depends_on"),
9320
+ // OpenCode Session
9321
+ sessionId: text("session_id"),
9320
9322
  // 状态
9321
9323
  status: text("status").default("pending"),
9322
9324
  // 时间戳(老字段保持秒级 timestamp)