Claude-Code v2.1.38 Release: Key Fixes and Improvements

Release of Claude-Code v2.1.38 focuses on resolving multiple issues from previous versions and enhancing its functionalities, specifically for developers using this AI coding tool integration with VS Code.
Key Details
- VS Code Terminal: The scroll-to-top regression introduced in v2.1.37 has been fixed, improving usability when navigating output.
- Tab Key Functionality: Fixed the queueing of slash commands upon Tab key usage; autocomplete now works as intended.
- Bash Command Permissions: Resolved issues with bash permission matching for commands using environment variable wrappers, ensuring correct permission handling.
- Tool Usage Text: Fixed disappearing text between tool uses when not using streaming, maintaining better continuity in outputs.
- Duplicate Sessions: The issue with duplicate sessions when resuming in the VS Code extension is now addressed.
- Heredoc Parsing: Improved parsing of heredoc delimiters to prevent command smuggling, enhancing script security.
- Sandbox Mode Security: Implemented a block on writes to the .claude/skills directory in sandbox mode, further tightening security measures.
These updates are aimed at developers integrating Claude-Code within VS Code for enhanced support with AI-assisted coding.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Tolan's AI-Enabled Engineering Interview Process
Tolan has redesigned their engineering interview to mirror day-to-day work with AI coding agents. Candidates get a few hours to build a feature from a Figma spec or short specification, using AI tools like Claude, Codex, Cursor, or Gemini.

AI Engineers Aren't Safe From Being Replaced by AI
As foundation models like Meta's DINO become general-purpose, tailored AI engineering roles face cannibalization. The author argues that most AI engineering jobs will be replaced sooner than other developer roles.

1.2B Local Model Beats 1T Clouds in Poker: Aggression Trumps Knowledge in Shove-or-Fold Format
A 1.2B Liquid model won 2 of 5 Texas Hold'em tournaments against models up to 1T parameters, because in a short-stack format, never folding earned more chips than smart play.

Docker Containers: The Case Against Cron Jobs
A discussion from r/openclaw highlights the contentious topic of using cron jobs within Docker containers. While easy automation might be the immediate appeal, the community advises against it.