Skip to content

Releases: zenobi-us/opencode-background

v0.2.0-alpha.2

22 Nov 04:36
63156b4

Choose a tag to compare

0.2.0-alpha.2 (2025-11-22)

Features

  • implement OIDC-based npm publishing with separate release and publish workflows (da47216)

Bug Fixes

  • add missing repository field to package.json and version management task (a82459a)

v0.1.0-alpha.2

21 Nov 15:19
21a54eb

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2025-11-21)

⚠ BREAKING CHANGES

  • background-tasks: Renamed core classes and interfaces from BackgroundTask to BackgroundProcess
    • Renamed BackgroundTask class to BackgroundProcess
    • Updated all related test files, type names, and documentation
    • Renamed BackgroundTaskManager to BackgroundProcessManager
    • Updated README to reflect terminology change from "tasks" to "processes"

Bug Fixes

  • simplify ci (#7) (bd37a54)
  • update .gitignore and AGENTS.md to include .memory/ directory for temporary data (10624fc)
  • update echo syntax for release data output in workflow (511e5fe)
  • update task descriptions and dependencies in mise scripts (3e0b818)

Code Refactoring

  • background-tasks: rename BackgroundTask to BackgroundProcess (ea8cd63)