Skip to content

Commit 6709abc

Browse files
committed
chore: bump next-task to v1.1.1 - SubagentStop hook guard fix
1 parent 7ce01e8 commit 6709abc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/agent-sh/next-task.git"
3030
},
3131
"description": "Master workflow orchestrator: autonomous workflow with model optimization (opus/sonnet/haiku), two-file state management, workflow enforcement gates, 8 specialist agents",
32-
"version": "1.1.0",
32+
"version": "1.1.1",
3333
"category": "productivity",
3434
"homepage": "https://github.com/agent-sh/next-task"
3535
},

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [5.8.3] - 2026-04-11
13+
14+
### Fixed
15+
- **next-task v1.1.1** - SubagentStop hook now only fires during active /next-task workflows, not on every subagent stop (agent-sh/agentsys#325). Cross-platform guard script replaces unconditional prompt injection that wasted 136K+ tokens per unrelated agent.
16+
17+
### Changed
18+
- Bump next-task marketplace version to 1.1.1
19+
1220
## [5.8.2] - 2026-04-11
1321

1422
### Added

0 commit comments

Comments
 (0)