See what ChatGPT knows about you that Claude doesn't
Identity protection through compression cycles is clever, but agent memory is a crowded space.
Claude Code plugin: Python type-checker LSP multiplexer. Auto-detects .venv and routes to pyright/ty/pyrefly—no Claude Code restart.
Fixes Claude Code's .venv restart annoyance with smart backend pooling. Niche but precise.
Claude Code users managing Python projects with git worktrees or multiple virtual environments
Pyright · Pylance (VSCode) · Jedi LSP
Claude Code’s official pyright plugin spawns one backend at startup; if you create/switch `.venv` later (common with git worktrees), it won’t pick it up without restarting Claude Code.
typemux-cc is a Python LSP proxy that fixes this by keeping a per-`.venv` backend pool and routing requests based on `didOpen` `.venv` detection. It also restores open docs on spawn, queues index-dependent requests during warmup, and rewrites backend→client request IDs to avoid collisions.
Supports pyright / ty / pyrefly.
Repo + quickstart: https://github.com/K-dash/typemux-cc
Feedback welcome — especially on the “fail loudly vs fallback when `.venv` is missing” policy and reliable warmup/readiness signals across pyright/ty/pyrefly.
Identity protection through compression cycles is clever, but agent memory is a crowded space.
Yet another Python installer, but pyenv and Docker already do this better.
Contextual rules beat allow/deny lists—rm -rf __pycache__ is fine, rm ~/.bashrc is nah.
Run Claude Code CLI with ChatGPT subscription, bypassing Anthropic's tighter usage limits.
Cleans 11 Python environment types with interactive TUI — every dev has this disk space problem.
Conversation dedup saves 60% on agentic loops when JinaAI costs real money.