AAndrewinrizzdev.hashnode.dev·Aug 28 · 12 min readMCP elicitation no longer holds a streamMCP elicitation on a Worker is a return now. You send input_required, the request ends, and Claude Code draws the form after the isolate has already gone home. The page a lot of people still land on i00
AAndrewinrizzdev.hashnode.dev·Aug 28 · 9 min readThe VS Code agent host is a process not a panelThe VS Code agent host is a dedicated process. Copilot, Claude, and Codex run there over the Agent Host Protocol. The chat panel is a client of that process, not the place the session lives. The wrong00
AAndrewinrizzdev.hashnode.dev·Aug 28 · 8 min readInstall claude-mem so the next session remembersInstall claude-mem so a brand-new Claude Code session prints yesterday's observations without a paste. The command people copy first is the one that does not do that. npm install -g claude-mem drops a00
AAndrewinrizzdev.hashnode.dev·Aug 28 · 7 min readOpenClaw vs Claude is not a coding agent bakeoffType openclaw vs claude and the results hand you a coding agent bakeoff, complete with feature rows and a winner column. A 24 August roundup even asked which you should use. That question is a categor00
AAndrewinrizzdev.hashnode.dev·Aug 26 · 9 min readWrite settings.json without granting git star mainClaude Code settings that grant Bash(git * main) now greet you with a startup warning. The file you actually want is smaller, and git push still knocks. The 2.1.246 changelog named that rule on purpos00