Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + type PendingUpdate struct + Attrs map[string]string + Content string + QueuedAt time.Time + Type string + type State struct + AddsPerformed map[string]int + PendingFlush []PendingUpdate + ToolCalls int + func NewState(contextDir string) *State + func (ss *State) PendingCount() int + func (ss *State) QueuePendingUpdate(update PendingUpdate) + func (ss *State) RecordAdd(entryType string) + func (ss *State) RecordToolCall()