59 4 weeks ago

FastContext-1.0 is a lightweight repository-exploration subagent for LLM coding agents.

4a2d2b0b9457 · 196B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}
<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{- end }}
<|im_start|>assistant
{{ .Response }}