Adds screen reader mode and fixes context window reset after CLI
Anthropic's Claude CLI adds screen reader mode, vim keybindings, and fixes context window reset issues after updates.
What's changed Added screen reader mode: opt-in plain-text rendering for screen reader users. Run `claude --ax-screen-reader`, set CLAUDE_AX_SCREEN_READER=1, or add "axScreenReader": true to settings. Added `vimInsertModeRemaps` setting: map two-key insert-mode sequences like `jj` to Escape in vim mode Added `CLAUDE_CODE_PROCESS_WRAPPER`: agent view and the background service now honor a corporate launcher by running every Claude Code self-spawn through a required wrapper executable Added mouse-click support for multi-select menus and "Other" input rows in fullscreen mode Fixed fast mode staying off after switching back to a model that supports it — it now restores automatically when enabled in settings Fixed replies typed to a background agent being lost when delivery fails — the text is now saved and delivered when the session restarts Fixed background-session attach failing permanently ("Couldn't start the background daemon") after an update replaced the binary a running `claude agents` process was launched from Fixed the context window (and auto-compact indicator) briefly resetting to 200k after the CLI auto-updates, causing a false "100% context used" when resuming…
- github.comClaude Code v2.1.208primary