(sessionID string, skillRegistry *skills.SkillRegistry)
| 131 | } |
| 132 | |
| 133 | func (b *FullscreenRendererBackend) RenderWelcome(sessionID string, skillRegistry *skills.SkillRegistry) { |
| 134 | b.AppendTranscript("LuminaCode\n") |
| 135 | } |
| 136 | |
| 137 | func (b *FullscreenRendererBackend) GetInput(state any) (string, bool) { |
| 138 | b.PrepareRuntime() |
nothing calls this directly
no test coverage detected