Skip to content

Commit d1021a4

Browse files
committed
Revert "chore(release): publish 0.8.0"
This reverts commit 8f4fbdc.
1 parent 8f4fbdc commit d1021a4

File tree

7 files changed

+6
-40
lines changed

7 files changed

+6
-40
lines changed

CHANGELOG.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,3 @@
1-
## 0.8.0 (2025-06-19)
2-
3-
### 🚀 Features
4-
5-
- add caching and performance optimizations for project context analysis ([4445620](https://github.com/unit-mesh/autodev-workbench/commit/4445620))
6-
- integrate ProjectDetector for enhanced project information collection ([75d89d3](https://github.com/unit-mesh/autodev-workbench/commit/75d89d3))
7-
- implement GlobalProcessManager and process management tools for enhanced process handling ([dea114a](https://github.com/unit-mesh/autodev-workbench/commit/dea114a))
8-
- add kill process tool for terminating processes by terminal ID ([ed444a2](https://github.com/unit-mesh/autodev-workbench/commit/ed444a2))
9-
- optimize FeatureRequestPlaybook with Augment Agent design principles ([29f9c5f](https://github.com/unit-mesh/autodev-workbench/commit/29f9c5f))
10-
- migrate AIAgent from PromptBuilder to IssueAnalysisPlaybook ([#105](https://github.com/unit-mesh/autodev-workbench/issues/105))
11-
- update test-feature-request.js for automated feature request implementation ([c144a32](https://github.com/unit-mesh/autodev-workbench/commit/c144a32))
12-
- improve FeatureRequestPlaybook for automated code modification ([82e35ad](https://github.com/unit-mesh/autodev-workbench/commit/82e35ad))
13-
- enhance test-feature-request.js for improved automated feature analysis and PR generation ([24a6211](https://github.com/unit-mesh/autodev-workbench/commit/24a6211))
14-
- enhance README.md with Cascade core optimization and planning capabilities ([4dbb2d9](https://github.com/unit-mesh/autodev-workbench/commit/4dbb2d9))
15-
- update README.md to enhance tool descriptions and planning capabilities ([55cddb3](https://github.com/unit-mesh/autodev-workbench/commit/55cddb3))
16-
- enhance README.md with updated tool capabilities and task management features ([d3b801f](https://github.com/unit-mesh/autodev-workbench/commit/d3b801f))
17-
- add HTML entity decoding to str-replace-editor and write-file tools ([43c31e1](https://github.com/unit-mesh/autodev-workbench/commit/43c31e1))
18-
- init basic code for datastcuture ([1cfcdde](https://github.com/unit-mesh/autodev-workbench/commit/1cfcdde))
19-
- add GitHub PR creation tool ([c305193](https://github.com/unit-mesh/autodev-workbench/commit/c305193))
20-
- enhance FeatureRequestPlaybook with comprehensive 6-round workflow ([8ccae5f](https://github.com/unit-mesh/autodev-workbench/commit/8ccae5f))
21-
- **playbook:** improve feature request implementation process ([c94fd82](https://github.com/unit-mesh/autodev-workbench/commit/c94fd82))
22-
23-
### 🩹 Fixes
24-
25-
- fix tets ([4cab1a0](https://github.com/unit-mesh/autodev-workbench/commit/4cab1a0))
26-
- improve keyword generation logic to focus on conceptual terms ([#105](https://github.com/unit-mesh/autodev-workbench/issues/105))
27-
- update test-feature-request.js to accept issue ID like quick-test-agent ([#105](https://github.com/unit-mesh/autodev-workbench/issues/105))
28-
- **github:** improve issueNumber parameter alias ([3a6c611](https://github.com/unit-mesh/autodev-workbench/commit/3a6c611))
29-
30-
### ❤️ Thank You
31-
32-
- Fengda Huang @phodal
33-
- Phodal Huang @phodal
34-
351
## 0.7.0 (2025-06-19)
362

373
### 🚀 Features

packages/backend-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/backend-generator",
3-
"version": "0.8.0",
3+
"version": "0.7.0",
44
"description": "Backend project generator with support for parsing and generating project configurations",
55
"main": "./dist/index.js",
66
"bin": {

packages/context-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/context-mcp",
3-
"version": "0.8.0",
3+
"version": "0.7.0",
44
"description": "Model Context Protocol implementation for AutoDev",
55
"main": "dist/index.js",
66
"bin": {

packages/context-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/context-worker",
3-
"version": "0.8.0",
3+
"version": "0.7.0",
44
"description": "AutoDev Context Worker - Code analysis and context extraction library",
55
"main": "./dist/index.js",
66
"module": "./dist/index.esm.js",

packages/remote-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/remote-agent",
3-
"version": "0.8.0",
3+
"version": "0.7.0",
44
"description": "AutoDev Remote Agent - A comprehensive Model Context Protocol (MCP) server that provides advanced GitHub issue analysis capabilities with intelligent code context integration. This server can fetch GitHub issues, analyze them with AI-powered insights, and provide relevant code context from your local workspace using the AutoDev ecosystem.",
55
"main": "dist/index.js",
66
"bin": {

packages/worker-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/worker-core",
3-
"version": "0.8.0",
3+
"version": "0.7.0",
44
"description": "AutoDev Worker Core",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/worker-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/worker-protobuf",
3-
"version": "0.8.0",
3+
"version": "0.7.0",
44
"description": "Model Context Protocol implementation",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)