MCPcopy Create free account
hub / github.com/github/copilot-sdk / SessionForegroundEvent

Class SessionForegroundEvent

python/copilot/client.py:963–966  ·  view source on GitHub ↗

Emitted when a session moves to the foreground (TUI+server mode).

Source from the content-addressed store, hash-verified

961
962@dataclass
963class SessionForegroundEvent(SessionLifecycleEventBase):
964 """Emitted when a session moves to the foreground (TUI+server mode)."""
965
966 type: ClassVar[Literal["session.foreground"]] = "session.foreground"
967
968
969@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…