Versions in this module Expand all Collapse all v0 v0.10.0 Aug 25, 2026 Changes in this version + func SetOnlyCopySince(id string, since float64) error type Meta + OnlyCopySince float64 + func (m *Meta) UnmarshalJSON(data []byte) error v0.9.0 Aug 23, 2026 Changes in this version + func Has(id string) bool + func PathFor(id string) (string, error) + func Remove(id string) error + func Root() string + func SetMissingSince(id string, since float64) error + func StoreFile(m Meta, src string) error + func StoreMessages(m Meta, msgs []model.Message) error + type Meta struct + CWD string + ID string + IsSubagent bool + MissingSince float64 + Origin string + ParentID string + Project string + Source string + SourceFP string + SourceMTime float64 + SourcePath string + SourceSize int64 + StoredAt float64 + type Session struct + Transcript string + func List() ([]Session, error)