Skip to content

TaskDelegate v2.1.0

Choose a tag to compare

@MOHJRNL MOHJRNL released this 21 Jul 17:39
· 5 commits to main since this release

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.