Skip to content

Sessions and remote

Sessions and remote

Local event-sourced sessions, cloud/remote control, SQLite indexing, UI projection, repository metadata, and Mission Control steering.

How this volume fits

flowchart TD
Events[Event-sourced session] --> Store[Local state]
Events --> UI[UI projection]
Store --> SQLite[SQLite session store]
Git[Git/repo context] --> Store
Store --> Remote[Remote/cloud sessions]
Remote --> MC[Mission Control]

Pages

PageWhy read itFile
Session support implementation in the Copilot CLIEvent-sourced local persistence, workspace artifacts, startup resolution, APIs, and handoff behavior.session-support-implementation.md
Session, remote, cloud, and history workflowsResume/continue/name handling, background sessions, cloud sessions, remote steering, and history.sessions-remote-cloud.md
Session-store SQLite indexingsession-store.db schema, FTS/search, /reindex, Chronicle, refs, cloud sync, and backfill.session-store-sqlite-indexing.md
System events and UI projectionSystem messages, notifications, info/warning/error events, timeline entries, and ephemeral UI projection.system-events-and-ui-projection.md
Git, repository, PR, and ref contextGit root/branch/head/base detection, session refs, PR context, and GitHub MCP overlap.git-repository-context.md
Remote control implementation in Copilot CLIMission Control exporter, command polling, /remote, permission bridging, and remote task attach.remote-control-implementation.md

Reading guidance

  • Start with local session support, then move to remote/cloud/indexing.
  • Repository context feeds both session selection and indexing.

Back to wiki home