From df0540b0c38db82552ad336b7120d1493d76cfe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Apr 2026 20:08:46 +0000 Subject: [PATCH] Release v0.13.8 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 12 +++++++++++- learning_agents/.claude-plugin/plugin.json | 2 +- plugins/claude/.claude-plugin/plugin.json | 2 +- pyproject.toml | 2 +- src/deepwork/__init__.py | 2 +- uv.lock | 2 +- 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e19c7f8d..13c916fb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ { "name": "deepwork", "description": "Framework for AI-powered multi-step workflows with quality gates", - "version": "0.13.7", + "version": "0.13.8", "source": "./plugins/claude", "author": { "name": "DeepWork" diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e5b807..646f9205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +### Removed +## [0.13.8] - 2026-04-14 + +### Added + +### Changed + - Renamed default reviewer agent from `reviewer` to `deepwork:reviewer` (plugin-namespaced) in review instructions output - `/review` skill now checks for `deepwork:reviewer` agent availability before proceeding and directs users to `/reload-plugins` if missing @@ -516,7 +525,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial version. -[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.13.7...HEAD +[Unreleased]: https://github.com/Unsupervisedcom/deepwork/compare/0.13.8...HEAD +[0.13.8]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.8 [0.13.7]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.7 [0.13.6]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.6 [0.13.5]: https://github.com/Unsupervisedcom/deepwork/releases/tag/0.13.5 diff --git a/learning_agents/.claude-plugin/plugin.json b/learning_agents/.claude-plugin/plugin.json index 37119ef4..18614dce 100644 --- a/learning_agents/.claude-plugin/plugin.json +++ b/learning_agents/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "learning-agents", "description": "Auto-improving AI sub-agents that learn from their mistakes across sessions", - "version": "0.13.7", + "version": "0.13.8", "author": { "name": "DeepWork" }, diff --git a/plugins/claude/.claude-plugin/plugin.json b/plugins/claude/.claude-plugin/plugin.json index 9387fda7..6820cc25 100644 --- a/plugins/claude/.claude-plugin/plugin.json +++ b/plugins/claude/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "deepwork", "description": "Framework for AI-powered multi-step workflows with quality gates", - "version": "0.13.7", + "version": "0.13.8", "author": { "name": "DeepWork" }, diff --git a/pyproject.toml b/pyproject.toml index af3ed2bf..223e5d0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deepwork" -version = "0.13.7" +version = "0.13.8" description = "Framework for enabling AI agents to perform complex, multi-step work tasks" readme = "README.md" requires-python = ">=3.11" diff --git a/src/deepwork/__init__.py b/src/deepwork/__init__.py index 0259433b..126839e8 100644 --- a/src/deepwork/__init__.py +++ b/src/deepwork/__init__.py @@ -1,6 +1,6 @@ """DeepWork - Framework for enabling AI agents to perform complex, multi-step work tasks.""" -__version__ = "0.13.7" +__version__ = "0.13.8" __author__ = "DeepWork Contributors" __all__ = [ diff --git a/uv.lock b/uv.lock index ea787a7b..0f500c88 100644 --- a/uv.lock +++ b/uv.lock @@ -459,7 +459,7 @@ wheels = [ [[package]] name = "deepwork" -version = "0.13.7" +version = "0.13.8" source = { editable = "." } dependencies = [ { name = "aiofiles" },