MCPcopy Create free account
hub / github.com/codehamr/codehamr / queuedPrompt

Struct queuedPrompt

internal/tui/model.go:87–90  ·  view source on GitHub ↗

queuedPrompt is a prompt the user committed while a turn was running, held until the turn ends and then auto-submitted. send is the chip-expanded text for the LLM; echo is the collapsed, trimmed form shown in the queued box and the scrollback echo. Chip state is not preserved: an unqueued or recalle

Source from the content-addressed store, hash-verified

85// paste reappears expanded (matching disk-loaded history), never as a chip, but
86// its content is always intact.
87type queuedPrompt struct {
88 send string
89 echo string
90}
91
92type Model struct {
93 Version string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected