| Handoff Option | Best For |
|---|---|
| One-Click PR | Straightforward fixes Edgedive can implement directly |
| CLI Local Takeover | When you want to continue the investigation or fix locally |
What Context Gets Passed
Every handoff includes the full investigation output:- Root cause findings — What went wrong and why
- Relevant logs — Key log entries with timestamps
- Impact analysis — Affected users, services, and severity
- Commit context — Recent code changes related to the issue
- Investigation timeline — Sequence of events and evidence
- Suggested remediation — Recommended fix approach
One-Click PR
Edgedive can implement a fix and open a pull request directly from the investigation.What Edgedive does during execution
- Creates a branch from your default branch (e.g.,
edgedive/fix-checkout-timeout) - Implements the proposed changes
- Runs pre/post execution scripts (if configured)
- Commits with descriptive messages
- Opens a pull request and posts the link back to the original thread
Requires GitHub to be connected with write access to the target repository.
CLI Local Takeover
Continue an investigation or fix locally using the Edgedive CLI with Claude Code. Full session context is synced to your terminal.Installation
Usage
You must be in the target repository directory when running this command.
Other URL types
Worktree mode
Create an isolated worktree instead of checking out in your current repository:Context sync
When you close your local session:- Your progress is automatically uploaded back to Edgedive
- The cloud agent can pick up where you left off
- Full conversation history is preserved
This enables flexible workflows—start in Edgedive, continue locally, then hand back to Edgedive as needed.

