Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendLocked ¶
AppendLocked appends an event to history.jsonl. The caller must hold the task lock.
func WriteAllLocked ¶ added in v0.2.0
WriteAllLocked rewrites history.jsonl atomically. The caller must hold the task lock.
Types ¶
type Event ¶
type ReadOptions ¶
type TailInfo ¶
type TailInfo struct {
LastTS time.Time
TaskStatus task.TaskStatus
Stage string
LastMergedCommit string
LastMergedMethod string
LastMergedBaseCommit string
LastMergedBranchHead string
LastMergedLinesAdded int
LastMergedLinesRemoved int
LastMergedFrozenError string
LastClosedLinesAdded int
LastClosedLinesRemoved int
LastClosedFrozenError string
BaseBranch string
BaseCommit string
LastRunDurationMS int
LastRunToolCalls int
LastRunOutcome string
RunningSince time.Time
RunningRunID string
}
Click to show internal directories.
Click to hide internal directories.