Colin McDonnell 40dc13b55f Add repo settings API integration and move workflows into action
- Add getRepoSettings utility to fetch repo settings from Pullfrog API
- Integrate repo settings fetch in main.ts with agent validation
- Move workflows from lib/workflows.ts into action/workflows.ts
- Update workflow prompts to include comment management steps
- Add 'Prompt' workflow as fallback for general tasks
- Fix null check for response.body in claude agent tarball download
- Remove unused message handlers (tool_progress, auth_status)
- Fix tsconfig.json indentation consistency
2025-11-11 11:35:10 -08:00
2025-11-06 20:50:20 -05:00
2025-11-10 16:53:31 -05:00
2025-11-10 16:53:31 -05:00
2025-08-27 16:53:48 -07:00
2025-11-06 19:03:19 -05:00
2025-09-16 03:22:50 -07:00
2025-11-06 20:50:20 -05:00
2025-11-06 20:50:20 -05:00
2025-10-31 04:04:06 -04:00
2025-11-11 13:32:19 -05:00
2025-11-10 16:53:31 -05:00
2025-11-06 19:37:31 -05:00
2025-11-06 17:38:49 -05:00
2025-11-10 15:27:16 -05:00
2025-11-11 13:32:19 -05:00

Pullfrog Action

GitHub Action for running Claude Code and other agents via Pullfrog.

📖 Claude Code Action Architecture: For a detailed technical overview of how the Claude Code Action works (token exchange, modes, data fetching, execution flow), see CLAUDE-ACTION.md.

Quick Start

# Install dependencies
pnpm install

Testing with play.ts

pnpm play                        # Uses fixtures/play.txt
  • Clones the scratch repository to .temp
  • Runs Claude Code directly on your machine
  • Fast iteration for development
S
Description
Self-hosted Ollama-powered code review bot for Gitea Actions based on pullfrog
Readme MIT 27 MiB
Languages
TypeScript 97.9%
Shell 0.7%
Dockerfile 0.7%
JavaScript 0.7%