docs(claude): update multi-account setup for CLAUDE_CONFIG_DIR - #4835
docs(claude): update multi-account setup for CLAUDE_CONFIG_DIR#4835markoapple wants to merge 1 commit into
Conversation
* Updated the Claude provider guide to use `CLAUDE_CONFIG_DIR` instead of overriding `HOME` * Updated the provider field names and multi-account examples * Added a note for users who followed the older `HOME`-based instructions ## Why T3 Code now passes custom Claude paths through `CLAUDE_CONFIG_DIR`, so the existing instructions no longer match the app and can leave previously configured accounts appearing logged out. Fixes pingdotgg#4696
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ApprovabilityVerdict: Approved 4818abf Documentation-only changes updating the multi-account setup guide to use CLAUDE_CONFIG_DIR instead of HOME. No code or runtime behavior is affected. You can customize Macroscope's approvability policy. Learn more. |
What changed
CLAUDE_CONFIG_DIRinstead of overridingHOMEHOME-based instructionsWhy
T3 Code now passes custom Claude paths through
CLAUDE_CONFIG_DIR, so the existing instructions no longer match the app and can leave previously configured accounts appearing logged out.Fixes #4696
Note
Low Risk
Documentation-only changes with no runtime or security impact.
Overview
Updates the Claude provider guide so it matches how T3 Code isolates multi-account and router setups today.
Settings and terminology now refer to
CLAUDE_CONFIG_DIR pathinstead of Claude HOME path, and prose describes separate configuration directories rather than overridingHOME.Setup examples use
CLAUDE_CONFIG_DIR=... claude auth loginand shorter example paths (e.g.~/.claude_personal,~/.claude_openrouter,~/.claude_router) instead ofHOME=...and*_homedirectories.Adds a migration note for users who followed the old
HOMEinstructions: log in again withCLAUDE_CONFIG_DIRset to the path configured in T3 Code.Minor doc cleanup: bullet lists use
*consistently, and external links are plain URLs instead of angle-bracket markdown links.Reviewed by Cursor Bugbot for commit 4818abf. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Update Claude multi-account setup docs to use
CLAUDE_CONFIG_DIRinstead ofHOMEUpdates claude.md to standardize multi-account setup guidance around
CLAUDE_CONFIG_DIRrather than overridingHOME.HOME=... claude auth logintoCLAUDE_CONFIG_DIR=... claude auth login~/.claude_personal_home→~/.claude_personal)Macroscope summarized 4818abf.