You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update README with new features and badges
- Add auto-recovery monitor documentation
- Add /worktree-task:help command to docs
- Add --codex shorthand documentation
- Bump version to 1.3.0
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "worktree-task",
3
-
"version": "1.2.0",
3
+
"version": "1.3.0",
4
4
"description": "Manage large coding tasks using git worktrees and background Claude Code sessions. Supports launching, monitoring, resuming, and cleanup of autonomous tasks with alert notifications.",
Manage large coding tasks using git worktrees and background agent sessions. Spawns autonomous Claude Code or Codex instances that run independently, freeing your main session.
4
7
5
8
## Features
6
9
7
-
-**Launch**: Spawn autonomous agent instances (默认 Claude Code,可选 `--codex`/`--agent-cmd`) in separate git worktrees
10
+
-**Launch**: Spawn autonomous agent instances in separate git worktrees
11
+
- Default: Claude Code (`claude --dangerously-skip-permissions`)
12
+
-`--codex`: Quick switch to Codex CLI
13
+
-`--agent-cmd`: Custom agent command
14
+
-**Auto-Recovery**: Background monitor automatically detects and recovers from errors (rate limits, API errors, timeouts)
8
15
-**Status**: Monitor running tasks and their progress
9
-
-**Resume**: Recover interrupted tasks (rate limits, API errors, timeouts)
16
+
-**Resume**: Manually recover interrupted tasks
10
17
-**Cleanup**: Remove completed tasks and worktrees
11
-
-**Merge**: Merge completed feature branches with automatic conflict resolution
12
-
-**Rebase**: Rebase branches with automatic conflict resolution
13
-
-**Alert**: macOS notifications when tasks complete or fail
14
-
-**Auto-Update Check**: Notifies you when plugin updates are available via `/plugin` commands
18
+
-**Merge/Rebase**: Automatic conflict resolution powered by Claude
19
+
-**Alerts**: macOS notifications when tasks complete or fail
20
+
-**Auto-Update**: Notifies when plugin updates are available
15
21
16
22
## Usage
17
23
18
24
### Via Commands (recommended)
19
25
20
26
```bash
21
-
# Launch a new task
27
+
# Launch a new task (auto-recovery enabled by default)
22
28
/worktree-task:launch "Implement user authentication with OAuth2"
0 commit comments