Bug in Claude Code v2.1.12 (latest version as of 2026-01-19)
Resolved 💬 4 comments Opened Jan 19, 2026 by dejanmarkovic Closed Feb 27, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Issue:
The /context command briefly displays output then immediately disappears.
Previous chat messages remain visible.
Environment:
- Claude Code version: 2.1.12 (latest)
- OS: Windows 11 with WSL Ubuntu
- Node.js version: [run: node --version]
Steps to Reproduce:
- Navigate to any project directory
- Run
/context - Output flashes briefly on screen
- Output disappears completely
- Previous messages remain visible
Expected: Output should remain visible
Actual: Output vanishes after brief flash
Duration: Started ~3-4 days ago
What Should Happen?
When running the /context command, the output should remain visible in the terminal/chat interface, displaying information about the current project context (files, directories, recent activity, etc.) similar to how other commands like /help display their output persistently.
Error Messages/Logs
No error messages are displayed. The command appears to execute successfully and generates output, but the output disappears from view immediately after rendering
(within ~1 second). No errors in terminal, no crashes, session continues normally.
Steps to Reproduce
- /context 2>&1 | tee output.txt (command not capturable as it's internal CLI command)
- Checked ~/.claude/logs/ (no relevant error logs found)
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.11
Claude Code Version
2.1.12
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗