Quell Proxy Fixes Claude Code Scroll-Jumping on Windows

Quell is a small Rust proxy that fixes Claude Code's scroll-jumping issue on Windows. When Claude Code streams long responses, it uses synchronized output (DEC Mode 2026) and triggers full screen redraws that include clear-screen sequences, resetting your scroll position and causing the terminal to jump to the top.
How Quell Works
Quell sits between your terminal and Claude Code, detecting full-redraw sync blocks and stripping the clear-screen sequences before forwarding the output. Everything else passes through unchanged, keeping your scroll position stable.
Features
- Scroll position preservation - Prevents terminal from jumping to top during long Claude Code responses
- Shift+Enter for newlines - Instead of needing Alt+Enter (requires Windows Terminal 1.25+)
- Security filtering - Strips clipboard access attempts, dangerous URL schemes (ssh://, javascript://), and terminal query attacks from AI output
- Full Unicode support - Emoji, CJK characters, and box-drawing characters render correctly
Limitations
- Windows only - Uses Windows ConPTY, so macOS/Linux not supported yet
- Not a new terminal - Transparent proxy that wraps your existing terminal
- v0.1.0 - Early version with potential edge cases
Technical Details
Single executable with no configuration required. No network access or telemetry. MIT licensed. The tool was built with Claude Code itself.
📖 Read the full source: r/ClaudeAI
👀 See Also

uimax-mcp: Free MCP Server for Automated Frontend Code Review and Fixes with Claude Code
uimax-mcp is a free MCP server that automates frontend code review and fixes using Claude Code. With one command, it captures screenshots, runs Lighthouse and accessibility audits, scans for anti-patterns, and generates automated fixes.

ClawControl iOS client released for OpenClaw self-hosted servers
ClawControl v1.50 is now available on iOS as a privacy-focused mobile client for self-hosted OpenClaw/Claw servers. The open-source app enables real-time chat with streaming responses, agent management, and session control from mobile devices.

Claude AI's UltraThink feature returns with practical usage guidance
Claude AI has reinstated the UltraThink feature after user feedback. Medium effort is now the default for Opus 4.6 (Max/Team), with High effort available permanently via /model, and UltraThink as a one-turn override to high effort.

Gemma Gem: On-Device AI Agent for Browser Automation via WebGPU
Gemma Gem is a Chrome extension that runs Google's Gemma 4 model (2B or 4B) entirely on-device using WebGPU, with no API keys or cloud dependencies. It provides tools to read page content, take screenshots, click elements, type text, scroll, and run JavaScript through a chat interface.