SessionContextChangedEvent constructor
const
SessionContextChangedEvent({})
Implementation
const SessionContextChangedEvent({
required super.id,
required super.timestamp,
super.parentId,
super.ephemeral,
required this.cwd,
this.gitRoot,
this.repository,
this.branch,
}) : super(type: 'session.context_changed');