Releases: vbgate/opencode-supertask
Release list
v0.1.39
Fixed
- Make
supertask upgradea no-op when the CLI, effective plugin, cache, and ready PM2 Gateway already match npmlatest. - Add
supertask upgrade --forcefor intentional same-version reinstall, environment refresh, and Gateway restart. - Apply the same up-to-date no-op behavior to the OpenCode upgrade tool.
v0.1.38
Fixed
- Read large resolved OpenCode configurations through a private temporary file so
supertask doctoris not affected by stdout pipe truncation. - Use
0700/0600temporary permissions and remove diagnostic output immediately after parsing. - Stop successful runs from showing truncated JSONL fragments as failure reasons.
v0.1.37
Fixed
- Keep the managed OpenCode process
PWDaligned with the task working directory. - Prevent
Unexpected server errorfailures when the PM2 Gateway was started from a different directory. - Add a Worker regression test covering mismatched parent
PWDand taskcwd.
v0.1.36
v0.1.35
Dashboard usability release: project folder browser, project-aware OpenCode Agent/model catalogs, common duration presets, and structured execution logs with the exact reproducible command. Subagents are no longer offered as direct run targets. See CHANGELOG.md for details.
v0.1.34
Stable Gateway upgrade and custom primary Agent reliability release.\n\n- Refreshes OpenCode, XDG, and provider execution environment on explicit install or upgrade while preserving PM2, Bun, database, and rollback identity.\n- Synchronizes the global CLI installed by npm or Bun after plugin and Gateway upgrade; doctor now rejects component version drift.\n- Adds Chinese and English CLI help and human-readable diagnostics without changing JSON fields or raw backend errors.\n- Adds effective Agent, model, and cwd context to OpenCode exit failures.\n- Includes a changelog and expanded bilingual upgrade and custom-Agent troubleshooting guidance.\n\nValidated with 419 automated tests plus real local OpenCode custom-primary, explicit-model, five-way concurrency, delayed, recurring, and cron execution.