AI Briefing
KO

llm-echo 0.5a0 released

·2026.05.05 10:31

Key point

llm-echo 0.5a0, which provides a fake echo model for LLM, has been released.

Details

llm-echo 0.5a0 is a debug plugin that operates without calling an actual LLM. It provides a fake model called echo for use in test automation.

This version adds the -o thinking 1 option, making it easy to align tests with LLM 0.32a0 and above. As shown in the example, you can run uvx --with llm==0.32a1 --with llm-echo==0.5a0 llm -m echo hi -o thinking 1.

With this option, it first mimics a reasoning block on stderr, then returns JSON that echoes the prompt back as-is. In other words, it doesn't perform actual reasoning, but it's useful for verifying the reasoning output flow.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.