Skip to main content
Edgedive integrates with your CI/CD pipeline through custom scripts and per-repository configuration.

Pre/Post Commit Scripts

Define scripts that run before and after Edgedive makes changes.

Pre-execution Script

Runs before Edgedive implements a fix. Use for:
  • Environment setup
  • Dependency installation
  • Database migrations

Post-execution Script

Runs after changes are made. Use for:
  • Running tests
  • Linting and formatting
  • Build verification
Configure scripts in Agent for each repository.

Per-Repo Agent Setup

Each repository can have its own agent configuration:
  • Custom prompts - Repository-specific instructions
  • Build commands - How to build and test
  • Branch naming - Prefix for created branches
  • Reviewer assignment - Auto-assign based on code ownership
Go to Agent → select a repository to configure.

Log Querying

Edgedive can query logs from your cloud providers during analysis:
ProviderSupported
Google Cloud LoggingYes
Azure Log AnalyticsYes
AWS CloudWatchComing soon
Configure log access in AgentLogging Access.