Mechanism◆Article
llm-gemini 0.33 is upgraded for compatibility with LLM 0.32, enabling users to see reasoning traces and enable server-side tools via the -T CodeExecution pattern.
The plugin is upgraded to work with LLM 0.32, which lets users see reasoning traces and enable server-side tools using the -T CodeExecution flag, demonstrated with a factorial calculation command. ✦ AI generated
Simon Willison · Simon Willison's Weblog · 2026-08-13 · original ↗
The plugin is also upgraded for compatibility with LLM 0.32, which means you can now see reasoning traces and you can also enable server-side tools using this pattern: llm -m gemini-3.7-flash -T CodeExecution \ 'use python to calculate (factorial of 13) * 3'
Read full article ↗excerpt · fair-use quotation
- ·Plugin upgraded for LLM 0.32 compatibility
- ·See reasoning traces of model responses
- ·Enable server-side tools via -T flag
- ·Uses CodeExecution pattern as example
Around this claim