update readme

This commit is contained in:
Anonymous 2026-01-29 23:00:24 +08:00
parent 3fcf15fd15
commit 7904dcc331

View File

@ -4,7 +4,7 @@
A general-purpose [Claude Code](https://claude.ai/code) action for GitHub PRs and issues that can answer questions and implement code changes. This action intelligently detects when to activate based on your workflow context—whether responding to @claude mentions, issue assignments, or executing automation tasks with explicit prompts. It supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry.
## 🦊 Gitea Support
## 🍵 Gitea Support
This action now supports Gitea through REST API(GITEA API) fallback . Key features:
@ -29,7 +29,7 @@ env:
- 📊 **Structured Outputs**: Get validated JSON results that automatically become GitHub Action outputs for complex automations
- 🏃 **Runs on Your Infrastructure**: The action executes entirely on your own GitHub runner (Anthropic API calls go to your chosen provider)
- ⚙️ **Simplified Configuration**: Unified `prompt` and `claude_args` inputs provide clean, powerful configuration aligned with Claude Code SDK
- 🦊 **Gitea Support**: Support with Gitea through REST API(GITEA API) fallback when GraphQL is unavailable
- 🍵 **Gitea Support**: Support with Gitea through GITEA API.
## 📦 Upgrading from v0.x?