MCPcopy Index your code
hub / github.com/codehamr/codehamr / buildMessages

Method buildMessages

internal/tui/model.go:672–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

670 m.verifyNudged = false
671 // The queue-refusal hint says "send it when the turn ends"; that moment is
672 // now, so the advice would be stale from the next render on.
673 if m.status == queueSlashHint {
674 m.status = ""
675 }
676 // A retry hint dies with its turn: a Ctrl+C during the backoff wait would
677 // otherwise leave "retry 1/3 in 15s" stranded in the idle status bar.
678 if m.retrying {
679 m.retrying = false
680 m.status = ""
681 }
682}
683
684func (m *Model) buildMessages() []chmctx.Message {

Callers 1

startChatMethod · 0.95

Calls 3

activeContextSizeMethod · 0.95
dbgWriteRequestFunction · 0.85
ActiveProfileMethod · 0.80

Tested by

no test coverage detected