sessionstate

package
v0.0.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewID

func NewID(prefix string) string

func ReadFromDir

func ReadFromDir(dir, sessionID string) (string, string, string, string, []string)

func Resolve

func Resolve(agentName, resumeID string) (sessionID, opencodeSessionID, sessionDir, feature, llmModel string, logs []string, err error)

func UpdateOpencodeSessionID

func UpdateOpencodeSessionID(dir, opencodeSessionID string)

func WriteMeta

func WriteMeta(dir string, meta Meta) error

Types

type Meta

type Meta struct {
	SessionID         string `json:"session_id"`
	OpencodeSessionID string `json:"opencode_session_id,omitempty"`
	Feature           string `json:"feature"`
	Model             string `json:"model"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL