Quell Proxy Fixes Claude Code Scroll-Jumping on Windows

✍️ OpenClawRadar📅 Published: March 17, 2026🔗 Source
Quell Proxy Fixes Claude Code Scroll-Jumping on Windows
Ad

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
Ad

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

Ad

👀 See Also

Pair Programmer Plugin Adds Live Screen, Voice, and Audio Context to Claude Code
Tools

Pair Programmer Plugin Adds Live Screen, Voice, and Audio Context to Claude Code

A developer has built a plugin called Pair Programmer that gives Claude Code real-time desktop perception by capturing screen, microphone, and system audio streams. The architecture uses specialized agents running in parallel for different input types, with indexing currently handled by cloud models but designed to be model-agnostic.

OpenClawRadar
AutoProber: AI-driven flying probe automation for hardware hacking
Tools

AutoProber: AI-driven flying probe automation for hardware hacking

AutoProber is a hardware hacker's flying probe automation stack that enables AI agents to discover targets, map microscope images, perform safety-monitored CNC motion, review probes, and conduct controlled pin probing. It includes Python control code, a web dashboard, CAD files, and operates with GRBL CNC controllers, USB microscopes, and oscilloscope safety monitoring.

OpenClawRadar
Ink: A Deployment Platform Where Claude AI Agents Are the Primary Users
Tools

Ink: A Deployment Platform Where Claude AI Agents Are the Primary Users

Ink (ml.ink) is a deployment platform designed for AI agents like Claude, featuring one tool call deployment, auto-detection of frameworks, and integrated services including compute, databases, DNS, secrets, domains, metrics, and logs.

OpenClawRadar
AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code
Tools

AbsolutelySkilled Registry Adds 156 Production-Ready Skills for Claude Code

A developer has created AbsolutelySkilled, a registry of 156 structured skill modules for Claude Code that persist across sessions. Each skill includes trigger conditions, reference files, test cases, and anti-patterns in SKILL.md files.

OpenClawRadar