
When Codex uses Bedrock's OpenAI-compatible API, switching models can break requests: the selected model changes, but the provider still points to the same AWS Region. The failure appears both when using Codex directly and when operating it through the ChatGPT app. In both cases, Codex makes the model API request. A …
Read More about Switch Bedrock Models in Codex and the ChatGPT AppHow to Fix Shift+Enter in VS Code Remote SSH for Claude Code

The Problem: Premature Input Submission When working with Claude Code in a VS Code Remote SSH session (e.g., connecting from a macOS or Windows client to a remote Linux host), a common frustration arises: pressing Shift+Enter in the terminal is supposed to create a new line for multi-line input. Instead, it often …
Read More about How to Fix Shift+Enter in VS Code Remote SSH for Claude Code