|
| 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 | + |
1 | 35 | ## 0.5.2 (2025-06-11)
|
2 | 36 |
|
3 | 37 | ### 🚀 Features
|
|
0 commit comments