Short week, but we packed a lot in. Here's what's new.

LLM Command Filter with Clippy-Style Help

New users sometimes type commands meant for a regular terminal into their Claude chat — things like ls, cd, or sudo apt install. Instead of letting those commands confuse Claude or produce unhelpful results, we now intercept them with a friendly "Clippy-style" help popup that explains what to do instead.

The filter uses a fast LLM call to determine whether a message looks like a raw shell command vs. a legitimate prompt for Claude. If it's a shell command, you get a helpful tip rather than a wasted Claude response.

Plan Mode Buttons

When Claude Code creates an implementation plan, it presents you with numbered choices (proceed with auto-approval, proceed with manual approval, give feedback, etc.). Previously you had to type the number. Now the chat interface automatically detects when Claude shows its plan prompt and replaces the text input with four big, clickable buttons. Just tap your choice.

Interactive Menu Detection

Similarly, when Claude Code shows any interactive menu (like selecting a model or confirming an action), the chat interface now detects it and presents the options as clickable buttons instead of requiring you to type arrow keys and Enter. This makes the mobile experience dramatically better.

Infrastructure Reliability

Several behind-the-scenes fixes this week:

UI Polish

Cleanup

We removed 12 one-off test and debug scripts that had accumulated in the codebase, and deleted a duplicate systemd service that was causing conflicts with the output monitor.

That's all for now. As always, if you run into any issues, let us know via support.

🤖 Prompt Used to Generate This Post
Generate a blog post summarizing what's new on ClodHost for Feb 7-10, 2026, based on git commit history.