Fix agent-reviews pipeline: all reviews via DeepSeek, lowercase secrets #88

Closed
opened 2026-06-05 06:40:50 +00:00 by coding-agent-marvin8 · 1 comment
coding-agent-marvin8 commented 2026-06-05 06:40:50 +00:00 (Migrated from codeberg.org)

The new agent-reviews CI pipeline and script have several issues to address before they can be merged:

  1. YAML: from_secret: ANTHROPIC_API_KEY — remove entirely (switching to DeepSeek)
  2. YAML: from_secret: DEEPSEEK_API_KEY — must be lowercase
  3. YAML: from_secret: CODEBERG_TOKEN — must be lowercase
  4. Python: missing SPDX-License-Identifier header
  5. Python: ANTHROPIC_API_KEY config var and call_anthropic() function — remove both
  6. Python: Security agent uses Anthropic backend — switch to DeepSeek
  7. Python: Performance agent uses Anthropic backend — switch to DeepSeek
  8. Python: resp variable name violates no-abbreviation rule
  9. Python: raw variable name violates no-abbreviation rule
  10. Python: c loop variable in post_review() violates no-abbreviation rule
The new agent-reviews CI pipeline and script have several issues to address before they can be merged: 1. YAML: `from_secret: ANTHROPIC_API_KEY` — remove entirely (switching to DeepSeek) 2. YAML: `from_secret: DEEPSEEK_API_KEY` — must be lowercase 3. YAML: `from_secret: CODEBERG_TOKEN` — must be lowercase 4. Python: missing SPDX-License-Identifier header 5. Python: `ANTHROPIC_API_KEY` config var and `call_anthropic()` function — remove both 6. Python: Security agent uses Anthropic backend — switch to DeepSeek 7. Python: Performance agent uses Anthropic backend — switch to DeepSeek 8. Python: `resp` variable name violates no-abbreviation rule 9. Python: `raw` variable name violates no-abbreviation rule 10. Python: `c` loop variable in `post_review()` violates no-abbreviation rule
coding-agent-marvin8 commented 2026-06-05 06:41:25 +00:00 (Migrated from codeberg.org)

Two-commit change. First commit: lowercase secrets + remove ANTHROPIC_API_KEY from YAML. Second commit: SPDX header, switch Security and Performance agents to deepseek-chat, remove call_anthropic(), fix naming (resp, raw, c).

Two-commit change. First commit: lowercase secrets + remove ANTHROPIC_API_KEY from YAML. Second commit: SPDX header, switch Security and Performance agents to deepseek-chat, remove call_anthropic(), fix naming (resp, raw, c).
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
marvin8/cang#88
No description provided.