Skip to main content
Use Dispatches to generate a markdown summary of recent agent work across one or more repositories.

Open Dispatches

Dispatches lives at /dispatches/new in the Entire web app.
  • Open it from the sidebar
  • Open it from the command palette
  • Use the g d shortcut when the feature is enabled
Dispatches is currently feature-flagged behind dispatches-web. You must be signed in and have that flag enabled to access the page.

Configure Scope

Start by choosing the repositories you want to summarize.
  • You can select up to 5 repositories per dispatch
  • If you select exactly 1 repository, Entire also shows a branch picker
  • In single-repo mode, you can select up to 5 branches
  • If you select more than 1 repository, branch selection is hidden and the dispatch uses the default branch for each selected repository
Choose a time window for the dispatch:
  • 1d
  • 7d
  • 14d
  • 30d
Use a single repository plus specific branches when you want a focused update for one project. Use multiple repositories when you want a broader team summary.

Choose A Voice

Dispatches supports three voice options:
  • neutral for straightforward product-update prose
  • marvin for a drier, more sardonic style
  • custom for your own voice guidance
If you choose custom, enter the tone or framing you want in the text box. Custom voice guidance is limited to 1000 characters.

Generate A Dispatch

Click Generate dispatch to send your selected scope, window, and voice to the dispatch generation API. Entire returns generated markdown and renders it inline in the preview pane. The preview also shows a quick summary of:
  • Repositories covered
  • Branches covered
  • The normalized date window
The generated response also includes structured metadata about totals, warnings, and grouped repository sections, but the web UI is centered on the markdown preview.
Dispatches are previewed inline in the web UI. They are not currently saved, published, or given a separate detail page.

Limits And Caveats

  • You can generate 1 dispatch per minute per user
  • You can select up to 5 repositories per dispatch
  • You can select up to 5 branches only when exactly 1 repository is selected
  • Multi-repo dispatches do not expose branch selection and use the default branch for each selected repository
  • Organization scope is temporarily unavailable, even though the request format includes orgs
  • If you hit the rate limit, wait a minute and try again

Example Workflows

Single-repo dispatch

Use this when you want a focused summary for one codebase.
  1. Open Dispatches
  2. Select entireio/docs
  3. Leave branches on Default branch, or choose up to 5 branches
  4. Choose 7d
  5. Keep the voice set to neutral
  6. Click Generate dispatch
This produces a concise markdown update for recent work in that repository.

Multi-repo dispatch

Use this when you want one summary across related repositories.
  1. Open Dispatches
  2. Select entireio/docs, entireio/cli, and entireio/entire.io
  3. Choose 14d
  4. Click Generate dispatch
Because more than one repository is selected, the page does not show branch selection and uses the default branch for each selected repository.

Custom-voice dispatch

Use this when you want the update to match a specific tone.
  1. Open Dispatches
  2. Select a repository or set of repositories
  3. Choose Custom
  4. Enter guidance such as Write this like a weekly engineering update for a product team. Lead with what shipped, then risks, then follow-ups.
  5. Click Generate dispatch
Entire uses your custom text as style guidance for the generated markdown preview.