Versions in this module Expand all Collapse all v0 v0.11.2 Jul 23, 2026 v0.11.1 Jul 22, 2026 v0.10.1 Jul 19, 2026 Changes in this version + const DefaultMaxLines + var ContextRoles = map[string]bool + var InteractiveRoles = map[string]bool + func RenderIdentityAndActions(n *Node) string + func RenderStates(n *Node) string + func Truncate(s string, n int) string + type Node struct + Actions []string + ChildIDs []string + ID string + Ignored bool + Name string + Ref int64 + Role string + SemanticID string + States []State + Value string + type Snapshot struct + Gen int + NextUID int + Refs map[int64]string + Text string + UIDs map[string]int64 + func Build(nodes []Node, filter string, gen int, maxLines int, known map[int64]string, ...) *Snapshot + type State struct + Name string + Value string