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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,12 +100,18 @@ All notable changes to agent-stuff are documented here.
100
100
101
101
102
102
103
+
104
+
105
+
106
+
## refactor/auto-run-simplification
107
+
108
+
Simplified the `/ticket-run-all` auto-run flow to streamline ticket processing across epics (#69). The command now uses a single confirmation dialog instead of fork-strategy selection, automatically initiates context compaction via `ctx.compact()`, and removes the separate session creation logic—auto-run state is tracked in-memory for seamless continuation. Added comprehensive test coverage for cross-epic task dependencies, including `buildAutoRunPrompt()` and `buildEpicContextLine()` helpers that enable proper context switching when moving between epic scopes. The refactored flow maintains the core auto-run capability (context compaction between tasks, continuation via `agent_end`) while reducing cognitive overhead and improving agent readiness for multi-epic workflows.
103
109
104
110
## docs/expand-github-skill-docs
105
111
106
112
Expanded the GitHub skill documentation (#64) with comprehensive `gh` CLI examples and best practices, including detailed sections on pull requests, GitHub Actions workflows, search, and API usage. The guide now covers practical command patterns for PR management (create, review, merge), workflow automation (triggering, monitoring, managing secrets/variables), and advanced querying with JSON filtering and GraphQL. Added a reference table for global flags and bulk operation patterns to improve discoverability and help users leverage the full capabilities of the GitHub CLI.
Updated mariozechner PI packages to version 0.63.1 (#62), introducing API changes across multiple extensions. The update requires strict version pinning (`^0.63.1`) for peer dependencies (@mariozechner/pi-ai, @mariozechner/pi-coding-agent, @mariozechner/pi-tui), and refactors model authentication to use a new `getApiKeyAndHeaders()` method that returns an authentication object instead of a simple API key string. Key technical changes include updates to type imports (ModelRegistry), property accessors for command source information (from `c.path` to `c.sourceInfo?.path`), and dependency upgrades for OpenAI (6.10.0 → 6.26.0) and Mistral (1.10.0 → 1.14.1). The minimum Node.js requirement for pi-coding-agent was bumped from 20.0.0 to 20.6.0, and koffi is now an optional dependency in pi-tui.
0 commit comments