What problem does it solve?
Provides a reproducible, single-request workflow that bundles a user prompt with a targeted set of repository files so models can answer with real code context without manual copying or repeated context reconstruction.
Core Features & Use Cases
- One-shot prompt + file bundling: Package prompt and selected files into a single payload for model-driven code review, debugging, or design tasks.
- Preview and token sanity: Dry-run and files-report modes show payload size and token spend before execution to avoid unexpected costs.
- Engine and session management: Choose browser or API engines, manage long-running browser sessions, reattach to detached runs, and use slugs for readable session IDs.
- File selection and safety: Flexible include/exclude globs, honors .gitignore, enforces size limits, and warns to redact secrets before attaching files.
Quick Start
Run the oracle CLI to bundle a tight file set and a clear prompt using the browser engine with GPT-5.2 Pro for a long-running investigation.