opencode-supertask 0.1.9 → 0.1.11
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 +0 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/gateway/index.js +0 -2
- package/dist/gateway/index.js.map +1 -1
- package/dist/plugin/supertask.js +2 -5
- package/dist/plugin/supertask.js.map +1 -1
- package/dist/web/index.js +0 -2
- package/dist/web/index.js.map +1 -1
- package/dist/worker/index.js +0 -2
- package/dist/worker/index.js.map +1 -1
- package/package.json +1 -1
- package/drizzle/0004_tiny_the_watchers.sql +0 -30
package/dist/gateway/index.js
CHANGED
|
@@ -6013,8 +6013,6 @@ 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"),
|
|
6018
6016
|
// 状态
|
|
6019
6017
|
status: text("status").default("pending"),
|
|
6020
6018
|
// 时间戳(老字段保持秒级 timestamp)
|