Versions in this module Expand all Collapse all v0 v0.2.3 Aug 13, 2026 Changes in this version + const QuestionTextLimit + func AppendRender(renderLogPath, delta string) error + func ClampQuestion(text string) string + func GitTurnStatus(repoPath, startCommit string) (branch, commit string, hasNew bool, err error) + func NoTrailerFailReason(branch, commit, text string) string + func NoTrailerResult(sessionID, branch, commit, text string) *executor.Result + func RenderPrompt(taskID, planContent string) (string, error) + func TailRunes(s string, n int) string + func TruncateMarked(s string, n int) string + func TruncateRunes(s string, n int) string + type Trailer struct + Branch string + Commit string + Question string + Summary string + func ParseTrailer(text string) (kind string, t Trailer)