You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude sessions inherit the parent process environment again — @anthropic-ai/claude-agent-sdk v0.2.113 reverted to no longer overlaying process.env onto the env passed to spawned sessions, which left Cyrus-launched Claude processes without HOME (and other inherited vars). That broke GPG-signed commits, gh CLI authentication, and any other tool that relies on a real home directory or the user's shell environment. Cyrus now spreads process.env explicitly when invoking the SDK so these tools work as expected. (#1150)