Skip to main content
Use this page when Dispatches are missing, the summary is empty or too thin, or the CLI command rejects the scope you provided.
Dispatches may be enabled gradually for Entire.io accounts.If you do not see Dispatches in the sidebar or command palette:
  • confirm you are signed in to the right Entire.io account
  • confirm the workspace has access to Dispatches
  • use entire dispatch from the CLI while web access is unavailable
Check whether the selected scope contains captured work.Try this:
  • choose a longer time window
  • choose a repository or branch that has recent checkpoints or sessions
  • push recent checkpoint data if you expect cloud dispatches to include it
  • use local mode if the work exists locally but has not been pushed
entire dispatch --local
Check the dispatch scope.In Entire.io, branch selection appears only when you select one repository. If you select multiple repositories, Dispatches use each repository’s default branch.In the CLI, pass cloud repository slugs with owner/repo format:
entire dispatch --repos entireio/cli,entireio/entire.io
--repos is for cloud dispatches. --local reads from the local repository instead.Use cloud mode for specific remote repositories:
entire dispatch --repos entireio/cli
Use local mode for the current checkout:
entire dispatch --local
--all-branches only includes existing local branches in local mode. Renamed or deleted branches are skipped.Check local branches first:
git branch
Then run:
entire dispatch --local --all-branches
Use a preset voice or provide custom guidance.
entire dispatch --voice neutral
entire dispatch --voice "Audience: leadership. Focus on impact and risks."
Include these details when asking for help:
  • entire version
  • whether you used Entire.io or the CLI
  • the repositories and branches you selected
  • the time window
  • whether the work appears in checkpoints or sessions
  • the full error message, if the CLI failed
You can file an issue at github.com/entireio/cli or ask in the Entire Discord.

Continue with

Dispatches

Learn what Dispatches summarize and when to use them.

Dispatches in CLI

Generate dispatches from the terminal.