Skip to content

Releases: MOHJRNL/task-delegate

TaskDelegate v2.1.2

Choose a tag to compare

@MOHJRNL MOHJRNL released this 21 Jul 19:20

Fix dry-run delegation so targets can be validated without requiring their CLI to be installed. Includes documentation and packaging improvements.

TaskDelegate v2.1.0

Choose a tag to compare

@MOHJRNL MOHJRNL released this 21 Jul 17:39

TaskDelegate v2.1.0

TaskDelegate v2.1.0 introduces one portable, bounded delegation workflow across seven coding-agent targets.

Highlights

  • Unified task-delegate delegate workflow
  • Seven supported targets
  • Manual target selection
  • Bundled skill setup
  • Normalized task-delegate.result.v2 output
  • Bounded retries and timeouts
  • Clean-worktree enforcement
  • Manual review required

Security improvements

  • Rejects backend-created commits
  • Never commits or pushes automatically
  • Terminates process trees on timeout
  • Protects run and installation paths from symlink escape
  • Limits stdout and stderr capture
  • Validates normalized results

Verification

  • 44 automated tests passed
  • All seven targets passed live verification
  • Clean npm registry installation passed
  • No runtime dependencies

Install

npx -y task-delegate@2.1.0 setup

Upgrade

See MIGRATION.md and CHANGELOG.md in the repository.

TaskDelegate v0.2.1

Choose a tag to compare

@MOHJRNL MOHJRNL released this 20 Jul 19:45

Documentation refresh for the v0.2 unified delegation interface. Replaces mixed v0.1/v0.2 guidance, documents all targets and safety boundaries, clarifies legacy compatibility, and records current limitations.

TaskDelegate v0.2.0

Choose a tag to compare

@MOHJRNL MOHJRNL released this 20 Jul 19:30

Unified delegation interface with manual target selection, dynamic target discovery, normalized task-delegate.result.v2 output, and backward compatibility with the original brief workflow.

TaskDelegate v0.1.0

Choose a tag to compare

@MOHJRNL MOHJRNL released this 09 Jul 12:59

Initial release of TaskDelegate: a low-context delegation skill and CLI for handing off bounded coding tasks to OpenCode, Codex, and Claude Code through compact briefs, bundled adapters, and structured results.