mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 10:16:49 +00:00
refactor(ci): simplify ai-review to use claude-code-action directly
- Remove ccs-reviewer wrapper dependency - Set ANTHROPIC_BASE_URL directly in env block - Remove use_cliproxy input (no longer needed)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# AI Code Review Workflow
|
||||
# Uses anthropics/claude-code-action with CLIProxy for model flexibility
|
||||
# Uses anthropics/claude-code-action with CLIProxy (localhost:8317)
|
||||
# Posts as ccs-agy-reviewer[bot] via GitHub App
|
||||
#
|
||||
# Triggers:
|
||||
@@ -69,8 +69,8 @@ jobs:
|
||||
|
||||
# CLIProxy environment for model routing
|
||||
env:
|
||||
REVIEW_MODEL: gemini-claude-opus-4-5-thinking
|
||||
ANTHROPIC_BASE_URL: http://localhost:8317
|
||||
REVIEW_MODEL: gemini-claude-opus-4-5-thinking
|
||||
ANTHROPIC_AUTH_TOKEN: ccs-internal-managed
|
||||
ANTHROPIC_MODEL: gemini-claude-opus-4-5-thinking
|
||||
ANTHROPIC_DEFAULT_OPUS_MODEL: gemini-claude-opus-4-5-thinking
|
||||
|
||||
Reference in New Issue
Block a user