Activity

works.iterative.claude.ui.transcript.TranscriptEntry.Activity
final case class Activity(at: Option[Moment], label: String, detail: Option[String])

Anything else the session shows: a tool the agent ran, its result, the agent's reasoning, a command the person invoked. label names the activity in a few words; detail carries the longer body a reader can expand, when there is one.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product