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
fix: mount host ~/.claude directly for OAuth token persistence
Instead of copying credentials to a session-specific directory (where
token refreshes would be lost), mount the host's ~/.claude directory
directly. Podman bind mounts persist changes automatically, so OAuth
token refreshes now persist to the host immediately.
Changes:
- Rename startDetached param from claudeDir to hostClaudeDir
- Remove credential copying logic from claude-code.ts
- Update tests to verify mount instead of copy behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments