GitHub Copilot GitHub Copilot + Ollama Updated May 13, 2026
Fix VS Code Copilot Chat not listing local Ollama models in the model picker Includes evidence for GitHub Copilot + Ollama troubleshooting demand.
VS Code Copilot Chat does not show local Ollama models in selection menu despite detection in Language Models tab AI Coding Tools Claude Code Updated May 13, 2026
Fix Claude Code Cowork mode on macOS Desktop where AskUserQuestion card never appears in the renderer Includes evidence for Claude Code troubleshooting demand.
AskUserQuestion card never reaches renderer; yellow-dot badge shows pending but no UI AI Coding Tools Claude Code Updated May 13, 2026
Fix Claude Code session resume failing with API 400 error about invalid previous_message_id Includes evidence for Claude Code troubleshooting demand.
API Error: 400 diagnostics.previous_message_id: must be the `id` from a prior /v1/messages response (starts with `msg_`) Ollama Ollama Updated May 13, 2026
Fix Ollama Cloud models returning frequent 503 Service Unavailable errors Includes evidence for Ollama troubleshooting demand.
503 Service Unavailable on Ollama Cloud models (glm-5:cloud, kimi-k2.5:cloud, minimax-m2.7:cloud) Ollama Ollama Updated May 13, 2026
Fix Ollama pull failing with EOF error when downloading large models on ARM64/aarch64 systems Includes evidence for Ollama troubleshooting demand.
Error: EOF during ollama pull gpt-oss-safeguard:120b on aarch64 GitHub Copilot GitHub Copilot Updated May 13, 2026
Fix VS Code Copilot Chat auto mode failing because no model endpoint is available Includes evidence for GitHub Copilot troubleshooting demand.
chatagenterror-Auto mode failed: no available model found in known endpoints. GitHub Copilot GitHub Copilot Updated May 13, 2026
Fix VS Code Copilot Chat error when no auto mode endpoints are configured Includes evidence for GitHub Copilot troubleshooting demand.
chatagenterror-No auto mode endpoints provided. GitHub Copilot GitHub Copilot Updated May 13, 2026
Fix VS Code Copilot CLI session failing with unexpected generated prompt structure error Includes evidence for GitHub Copilot troubleshooting demand.
chatagenterror-[CopilotCLISession] Unexpected generated prompt structure. GitHub Copilot GitHub Copilot Updated May 13, 2026
Fix AWS Bedrock model appearing in VS Code Language Models but not selectable in Copilot chat dropdown Includes evidence for GitHub Copilot troubleshooting demand.
AWS Bedrock model shows in Language Models UI but not in Copilot chat picker AI Coding Tools Warp Updated May 13, 2026
Disable or opt out of Warp terminal agent's automatic model fallback when selected model is unavailable Includes evidence for Warp troubleshooting demand.
Warp automatic model fallback silently swaps model without user opt-out Anthropic API Anthropic API Updated May 13, 2026
Fix 400 error when using Xiaomi MiMo Token Plan Anthropic-compatible endpoint with thinking mode and tool_use message replay Includes evidence for Anthropic API troubleshooting demand.
MiMo Token Plan Anthropic-compatible endpoint returns 400 when thinking + tool_use history is replayed OpenAI API OpenAI API Updated May 13, 2026
Fix 429 quota exceeded error on third-party Codex calls when ChatGPT Plus OAuth login succeeds Includes evidence for OpenAI API troubleshooting demand.
ChatGPT Plus OAuth succeeds but third-party Codex calls return 429 quota exceeded AI Coding Tools Claude Code Updated May 13, 2026
Fix data corruption from concurrent Claude Code sessions writing to shared MEMORY.md file in same git repo Includes evidence for Claude Code troubleshooting demand.
[Bug] Concurrent-write race on shared MEMORY.md across concurrent Claude Code sessions AI Coding Tools Claude Code Updated May 13, 2026
Fix the 'extra usage is required for 1M context' error when using Claude Code with long context windows Includes evidence for Claude Code troubleshooting demand.
API Error: Extra usage is required for 1M context · enable extra usage at claude.ai/settings/usage, or use --model to switch to standard context AI Coding Tools Claude Code Updated May 13, 2026
Fix redirect_uri_mismatch OAuth error when connecting Google MCP servers to Claude Code Includes evidence for Claude Code troubleshooting demand.
Error 400: redirect_uri_mismatch when authenticating Google MCP servers LiteLLM LiteLLM Updated May 13, 2026
Fix Claude Code hanging on multi-turn conversations when using LiteLLM as API gateway with 178 validation errors Includes evidence for LiteLLM troubleshooting demand.
litellm.BadRequestError: OpenAIException - 178 validation errors: Input should be a valid string AI Coding Tools Claude Code Updated May 13, 2026
Fix Claude Code scheduled routine stuck indefinitely on 'Setting up a cloud container' step Includes evidence for Claude Code troubleshooting demand.
Scheduled routine stuck on 'Setting up a cloud container' indefinitely AI Coding Tools Continue Updated May 13, 2026
Fix truncated or incorrect autocompletion prefix/suffix in Continue IDE extension when working with large files Includes evidence for Continue troubleshooting demand.
Truncated / wrong prefix & suffix on large file Autocompletion LiteLLM LiteLLM Updated May 13, 2026
Fix Fireworks AI tool call failures when JSON Schema properties contain default:null and title fields that drop_params doesn't sanitize Includes evidence for LiteLLM troubleshooting demand.
Fireworks AI rejects tool schemas with 'default': null and 'title' in JSON Schema properties GitHub Actions GitHub Actions Updated May 13, 2026
Fix GitHub Actions runner bash script handler failing when script path contains spaces due to unquoted path placeholder Includes evidence for GitHub Actions troubleshooting demand.
Bash script handler doesn't quote script path — word splitting in directories with spaces