From 9171f53be797b1348db93ef406b54f6a495cebb6 Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 29 Jan 2026 23:12:22 -0700 Subject: [PATCH] release: v0.10.12 - fix: Include stderr and troubleshooting help in Claude Code errors --- changelog/v0.10.12.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/changelog/v0.10.12.md b/changelog/v0.10.12.md index 22476e2..aa3e758 100644 --- a/changelog/v0.10.12.md +++ b/changelog/v0.10.12.md @@ -4,11 +4,7 @@ ## Changes -fix: Include stderr and troubleshooting help in Claude Code error messages - -When Claude fails to execute, the error now includes: -- The actual stderr output from the failed command -- Troubleshooting commands to exec into the pod and run `claude login` +fix: Include stderr and troubleshooting help in Claude Code errors ---