Releases: MOHJRNL/task-delegate
Release list
TaskDelegate v2.1.2
TaskDelegate v2.1.0
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
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
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
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.