From 93b72eba42b9c0c68fb29d9822921a252416e1e1 Mon Sep 17 00:00:00 2001 From: "swe-agent[bot]" <0+swe-agent[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 21:43:49 +0800 Subject: [PATCH] chore(v5.2.2): Bump version and clean up documentation - Update version to 5.2.2 in README.md, README_CN.md, and codeagent-wrapper/main.go - Remove non-existent documentation links from README.md (architecture.md, GITHUB-WORKFLOW.md, enterprise-workflow-ideas.md) - Add coverage.out to .gitignore Generated with swe-agent-bot Co-Authored-By: swe-agent-bot --- .gitignore | 1 + README.md | 5 +---- README_CN.md | 2 +- codeagent-wrapper/main.go | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4cdb4b1..37eed6d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .pytest_cache __pycache__ .coverage +coverage.out diff --git a/README.md b/README.md index 04ac5d0..d367029 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code) -[![Version](https://img.shields.io/badge/Version-5.2-green)](https://github.com/cexll/myclaude) +[![Version](https://img.shields.io/badge/Version-5.2.2-green)](https://github.com/cexll/myclaude) > AI-powered development automation with multi-backend execution (Codex/Claude/Gemini) @@ -320,13 +320,10 @@ python3 install.py --module dev --force ## Documentation ### Core Guides -- **[Architecture Overview](docs/architecture.md)** - System architecture and component design - **[Codeagent-Wrapper Guide](docs/CODEAGENT-WRAPPER.md)** - Multi-backend execution wrapper -- **[GitHub Workflow Guide](docs/GITHUB-WORKFLOW.md)** - Issue-to-PR automation - **[Hooks Documentation](docs/HOOKS.md)** - Custom hooks and automation ### Additional Resources -- **[Enterprise Workflow Ideas](docs/enterprise-workflow-ideas.md)** - Advanced patterns and best practices - **[Installation Log](install.log)** - Installation history and troubleshooting --- diff --git a/README_CN.md b/README_CN.md index b2c8f9d..750e0ec 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,7 +2,7 @@ [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code) -[![Version](https://img.shields.io/badge/Version-5.2-green)](https://github.com/cexll/myclaude) +[![Version](https://img.shields.io/badge/Version-5.2.2-green)](https://github.com/cexll/myclaude) > AI 驱动的开发自动化 - 多后端执行架构 (Codex/Claude/Gemini) diff --git a/codeagent-wrapper/main.go b/codeagent-wrapper/main.go index 814250f..7d642e9 100644 --- a/codeagent-wrapper/main.go +++ b/codeagent-wrapper/main.go @@ -14,7 +14,7 @@ import ( ) const ( - version = "5.2.0" + version = "5.2.2" defaultWorkdir = "." defaultTimeout = 7200 // seconds codexLogLineLimit = 1000