MCPcopy Create free account
hub / github.com/diillson/chatcli / coderBaseSystemPrompt

Function coderBaseSystemPrompt

cli/prompts.go:130–135  ·  view source on GitHub ↗

coderBaseSystemPrompt picks the coder-engine base prompt: the conversational GatewaySystemPrompt when answering through the messaging gateway, otherwise the standard CoderSystemPrompt. Both expose the same tools; only the voice differs.

(gatewayPersona bool)

Source from the content-addressed store, hash-verified

128// the standard CoderSystemPrompt. Both expose the same tools; only the voice
129// differs.
130func coderBaseSystemPrompt(gatewayPersona bool) string {
131 if gatewayPersona {
132 return GatewaySystemPrompt
133 }
134 return CoderSystemPrompt
135}
136
137// CoderFormatInstructions contains ONLY the format instructions for /coder mode
138// (used when a persona is active - combined with persona + these instructions).

Callers 2

composeCoreTextMethod · 0.85

Calls

no outgoing calls

Tested by 1