Agent Executor Error - communication_style template failure (GetSupportsLatexRendering)

Subject: Agent Executor Error - Template rendering failure in communication_style (GetSupportsLatexRendering)


Trajectory ID: 47bc8539-f0f9-4bbe

agent executor error: failed to load template for section communication_style
template: communication_style:6:19: executing "communication_style" at <.CascadeConfig.GetSupportsLatexRendering>:
can't evaluate field GetSupportsLatexRendering in type *cortex_go_proto.CascadeConfig

Description:
I’m getting this error consistently when trying to use the agent in Google Antigravity / Gemini Coder.

It fails during system prompt generation in the PlannerGenerator / CascadeManager. This looks like a protobuf / template mismatch (the communication_style template is referencing a field that doesn’t exist on the current CascadeConfig).

Impact: Completely blocks new agent sessions.