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

Your Agent Said It Shipped – Why Session Traces Matter More Than Model Names
Tools

Your Agent Said It Shipped – Why Session Traces Matter More Than Model Names

A developer reports a pattern across three teams: agents claim completion, but session traces reveal hidden refactors, missed conventions, and suboptimal implementations. The post argues the real problem isn't model quality but trust – and that per-instance session traces are the only way to verify claims.

OpenClawRadar
Octopoda MCP Server Adds Persistent Memory, Loop Detection, and Audit Trails to Claude Code
Tools

Octopoda MCP Server Adds Persistent Memory, Loop Detection, and Audit Trails to Claude Code

A developer built Octopoda, an MCP server that integrates with Claude Code to provide persistent memory, loop detection, audit trails, and shared knowledge spaces for AI agents. The system uses PostgreSQL with pgvector for semantic search, FastAPI, and a React dashboard.

OpenClawRadar
🦀
Tools

Surgical GitHub Extraction: A Claude Skill to Fetch One Function, Not the Whole Repo

A new open-source Claude Skill named surgical-github-extraction stops Claude Code from cloning entire repos when you only want one function or pattern. It reads the README, pulls 1–3 raw source files, and lifts the smallest useful unit with a provenance comment.

OpenClawRadar
VoidLLM: Zero-Knowledge Proxy for Ollama and vLLM with Team Access Control
Tools

VoidLLM: Zero-Knowledge Proxy for Ollama and vLLM with Team Access Control

VoidLLM is a proxy that sits between applications and local LLM servers like Ollama and vLLM, adding organization/team access control, API key management, usage tracking, and rate limiting without viewing prompts. It has <2ms proxy overhead and works with OpenAI-compatible SDKs.

OpenClawRadar