opencode-supertask 0.1.9 → 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.
@@ -27486,6 +27486,8 @@ var SuperTaskPlugin = async () => {
27486
27486
  async execute(args, ctx) {
27487
27487
  try {
27488
27488
  const submitCwd = process.cwd();
27489
+ console.log("[supertask] ctx keys:", Object.keys(ctx ?? {}));
27490
+ console.log("[supertask] sessionID:", ctx?.sessionID);
27489
27491
  const task = await TaskService.add({
27490
27492
  name: args.name,
27491
27493
  agent: args.agent,