Skip to content

Commit 57a33df

Browse files
Release v0.13.4 (#362)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Noah Horton <noah@unsupervised.com>
1 parent 6bb0e0a commit 57a33df

7 files changed

Lines changed: 17 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"name": "deepwork",
1313
"description": "Framework for AI-powered multi-step workflows with quality gates",
14-
"version": "0.13.3",
14+
"version": "0.13.4",
1515
"source": "./plugins/claude",
1616
"author": {
1717
"name": "DeepWork"

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
### Fixed
15+
16+
### Removed
17+
## [0.13.4] - 2026-04-11
18+
19+
### Added
20+
21+
### Changed
22+
1423
- Post-commit review reminder hook now short-circuits when all applicable (non-catch-all) review rules for the committed files are already marked as passed, emitting "No re-review needed" instead of nagging
1524
- Renamed all "Task tool" references to "Agent tool" across codebase to match Claude Code's current tool naming
1625
- Review formatter now emits `description`, `subagent_type`, and `prompt` fields (dropped `name` field) to match Agent tool signature
@@ -467,7 +476,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
467476

468477
Initial version.
469478

470-
[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.13.3...HEAD
479+
[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.13.4...HEAD
480+
[0.13.4]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.4
471481
[0.13.3]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.3
472482
[0.13.2]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.2
473483
[0.13.1]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.1

learning_agents/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "learning-agents",
33
"description": "Auto-improving AI sub-agents that learn from their mistakes across sessions",
4-
"version": "0.13.3",
4+
"version": "0.13.4",
55
"author": {
66
"name": "DeepWork"
77
},

plugins/claude/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepwork",
33
"description": "Framework for AI-powered multi-step workflows with quality gates",
4-
"version": "0.13.3",
4+
"version": "0.13.4",
55
"author": {
66
"name": "DeepWork"
77
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deepwork"
3-
version = "0.13.3"
3+
version = "0.13.4"
44
description = "Framework for enabling AI agents to perform complex, multi-step work tasks"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/deepwork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""DeepWork - Framework for enabling AI agents to perform complex, multi-step work tasks."""
22

3-
__version__ = "0.13.3"
3+
__version__ = "0.13.4"
44
__author__ = "DeepWork Contributors"
55

66
__all__ = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)