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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,11 @@ All notable changes to agent-stuff are documented here.
95
95
96
96
97
97
98
+
99
+
100
+
## feat/ticket-auto-run-continuation
101
+
102
+
Auto-run continuation for ticket processing (#56): tickets can now be processed sequentially across epic boundaries with automatic context compaction, where the agent receives the next ready task after closing the current one without manual intervention. Status-bar PR polling now refreshes every 60 seconds to detect merge status changes in real-time. Parent epics auto-close when all child tasks are completed, with transition context automatically included when moving between epics to maintain narrative continuity. A new `/ticket-run-stop` command allows halting the auto-run loop gracefully after the current ticket finishes.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ All extensions live in [`pi-extensions/`](pi-extensions). Each file is a self-co
35
35
|[`git-rebase-master.ts`](pi-extensions/git-rebase-master.ts)|`/git-rebase-master` command — fetches latest main/master and rebases current branch with automatic LLM conflict resolution |
36
36
|[`claude-import.ts`](pi-extensions/claude-import.ts)| Loads commands, skills, and agents from `.claude/` directories (project + global) and registers them as `/claude:*` commands |
37
37
|[`kbrainstorm.ts`](pi-extensions/kbrainstorm.ts)|`ask_question` tool — interactive TUI for brainstorming with multiple-choice and freeform answers |
38
-
|[`ticket/`](pi-extensions/ticket)|`ticket` tool — git-backed ticket tracker storing tickets as markdown files in `.tickets/` with hierarchy, dependencies, and status workflow |
38
+
|[`ticket/`](pi-extensions/ticket)|`ticket` tool — git-backed ticket tracker storing tickets as markdown files in `.tickets/` with hierarchy, dependencies, status workflow, auto-closing of completed epics, and auto-run continuation across epics with context compaction|
39
39
|[`loop.ts`](pi-extensions/loop.ts)|`/loop` command — runs a follow-up prompt loop with a breakout condition for iterative coding |
40
40
|[`notify.ts`](pi-extensions/notify.ts)| Desktop notifications (OSC 777) when the agent finishes and is waiting for input |
41
41
|[`op-timer.ts`](pi-extensions/op-timer.ts)| Live elapsed-time counter above the editor while the agent works — shows total operation and current tool execution duration |
0 commit comments