Versions in this module Expand all Collapse all v1 v1.79.0 Jun 12, 2026 Changes in this version + type Transcript struct + func New(state service.SessionStateReader) *Transcript + func (t *Transcript) AddOrUpdateToolCall(agentName string, toolCall tools.ToolCall, toolDef tools.Tool, ...) tea.Cmd + func (t *Transcript) Append(msg *types.Message) tea.Cmd + func (t *Transcript) AppendToLastMessage(agentName, content string) tea.Cmd + func (t *Transcript) FinalizeToolCalls(status types.ToolStatus) + func (t *Transcript) LastIs(typ types.MessageType) bool + func (t *Transcript) Messages() []*types.Message + func (t *Transcript) Rebuild() tea.Cmd + func (t *Transcript) RemoveLast(typ types.MessageType) + func (t *Transcript) Render(width int) string + func (t *Transcript) SetToolStatus(callID string, status types.ToolStatus) (tea.Cmd, bool) + func (t *Transcript) StopAnimations() + func (t *Transcript) Update(msg tea.Msg) tea.Cmd