SessionInfo

works.iterative.claude.core.model.SessionInfo
case class SessionInfo(sessionId: SessionId)

Identifying information about a live session.

sessionId is the id the vendor assigned — always a real value, never a sentinel: Session.info blocks until the CLI names the session (via its init message or the first result) rather than returning a placeholder.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product