Skip to content

Commit 072338b

Browse files
committed
chore(release): publish 0.6.0
1 parent e759539 commit 072338b

File tree

8 files changed

+41
-7
lines changed

8 files changed

+41
-7
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 0.6.0 (2025-06-11)
2+
3+
### 🚀 Features
4+
5+
- **LLMAnalysisStrategy:** enhance advanced filtering with fallback strategy and informative comments ([e93c5ff](https://github.com/unit-mesh/autodev-worker/commit/e93c5ff))
6+
- **agent:** add function calling capabilities ([8b72501](https://github.com/unit-mesh/autodev-worker/commit/8b72501))
7+
- **agent:** add function calling capabilities ([a81e026](https://github.com/unit-mesh/autodev-worker/commit/a81e026))
8+
- **agent:** implement label-triggered analysis workflow for GitHub issues ([ff6f0f9](https://github.com/unit-mesh/autodev-worker/commit/ff6f0f9))
9+
- **agent:** enhance issue analysis by fetching and analyzing URL content from issue body ([9c5bbee](https://github.com/unit-mesh/autodev-worker/commit/9c5bbee))
10+
- **github-agent:** enhance tool chaining for comprehensive analysis ([01d9ca0](https://github.com/unit-mesh/autodev-worker/commit/01d9ca0))
11+
- **github-agent:** support markdown-wrapped function calls ([86d2307](https://github.com/unit-mesh/autodev-worker/commit/86d2307))
12+
- **github-agent:** disable file search and rename tools export ([0ae9fba](https://github.com/unit-mesh/autodev-worker/commit/0ae9fba))
13+
- **github-agent:** disable file search and rename tools export ([41b6607](https://github.com/unit-mesh/autodev-worker/commit/41b6607))
14+
- **github-agent:** enhance GitHub issue analysis tool description and guidelines ([372bbfd](https://github.com/unit-mesh/autodev-worker/commit/372bbfd))
15+
- **github-agent:** add auto-upload option for GitHub issue analysis results ([5867c2a](https://github.com/unit-mesh/autodev-worker/commit/5867c2a))
16+
- **github-agent:** refactor comment generation for GitHub analysis results ([670ba86](https://github.com/unit-mesh/autodev-worker/commit/670ba86))
17+
- **github-agent:** simplify context analysis tool and add centralized exports ([f092e91](https://github.com/unit-mesh/autodev-worker/commit/f092e91))
18+
- **github-agent:** add WebSearch tool with multi-engine support and error handling ([eabd383](https://github.com/unit-mesh/autodev-worker/commit/eabd383))
19+
- **quick-test-agent:** add quick test script for agent functionality validation ([8ced431](https://github.com/unit-mesh/autodev-worker/commit/8ced431))
20+
- **rip-grep:** implement output truncation for results exceeding character limit ([8255638](https://github.com/unit-mesh/autodev-worker/commit/8255638))
21+
- **terminal:** enhance terminal command execution security - Add command whitelist, dangerous chars check, symlink check, env filtering, and improved process management ([1de04e5](https://github.com/unit-mesh/autodev-worker/commit/1de04e5))
22+
23+
### 🩹 Fixes
24+
25+
- improve GitHub agent LLM analysis strategy for documentation issues ([#98](https://github.com/unit-mesh/autodev-worker/issues/98))
26+
- **github-agent:** exclude GitHub analyze issue tool from tool imports ([ccafd84](https://github.com/unit-mesh/autodev-worker/commit/ccafd84))
27+
- **github-agent:** exclude GitHub analyze issue tool from tool imports ([5e92ad3](https://github.com/unit-mesh/autodev-worker/commit/5e92ad3))
28+
- **github-agent:** improve console logging ([8682b6b](https://github.com/unit-mesh/autodev-worker/commit/8682b6b))
29+
- **tools/terminal-run-command:** robust process management, cross-platform test compatibility, and eliminate kill ESRCH error\n\n- Allow absolute path for whitelisted commands (e.g., node)\n- Remove dangerous chars that block valid node -e code\n- Use childProcess.kill and event cleanup to avoid kill ESRCH\n- Make tests fully cross-platform and stable\n- All security and functional tests pass ([83a4dfe](https://github.com/unit-mesh/autodev-worker/commit/83a4dfe))
30+
31+
### ❤️ Thank You
32+
33+
- Phodal Huang @phodal
34+
135
## 0.5.2 (2025-06-11)
236

337
### 🚀 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.5.2",
3+
"version": "0.6.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.5.2",
3+
"version": "0.6.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.5.2",
3+
"version": "0.6.0",
44
"description": "AutoDev Context Worker - Code analysis and context extraction library",
55
"main": "./dist/index.js",
66
"module": "./dist/index.esm.js",

packages/github-agent-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/github-agent-action",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "AutoDev GitHub Agent Action - Automated issue analysis for GitHub repositories",
55
"main": "dist/index.js",
66
"bin": {

packages/github-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/github-agent",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "AutoDev GitHub Issue Agent MCP Server - Analyze GitHub issues with code context",
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.5.2",
3+
"version": "0.6.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.5.2",
3+
"version": "0.6.0",
44
"description": "Model Context Protocol implementation",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)