Releases: NotAProgrammer187/claude-code-profiles
Releases · NotAProgrammer187/claude-code-profiles
Release list
v0.1.7
What's Changed
- fix: make ccswitch upgrade survive slow links and leftover binaries by @NotAProgrammer187 in #4
- chore: release v0.1.7 by @NotAProgrammer187 in #5
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.5
What's Changed
- feat: share config between profiles with ccswitch sync by @NotAProgrammer187 in #3
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's new
- See which account has headroom. Signed-in rows in the picker now show each account's 5-hour and weekly rate-limit usage (
5h 42% · wk 12%), turning amber at 70% and red — with the reset time — at 90%. A newccswitch usagecommand prints the same numbers in the terminal. Display-only: tokens are never refreshed or written. - Pin a shell to a profile.
ccswitch use workprints the command that setsCLAUDE_CONFIG_DIRfor your current shell (eval it, nvm-style:Invoke-Expression (ccswitch use work)/eval "$(ccswitch use work)"), so every plainclaudeafterwards runs as that account.ccswitch use --unsetunpins. Detects PowerShell, bash/zsh and fish;--shelloverrides. - Manage profiles from the CLI.
ccswitch new,import,renameandrmmirror the picker's keys as plain commands, so setup scripts and dotfiles can manage profiles without the UI.rmasks before deleting;-yskips the prompt.
Upgrade with ccswitch upgrade.
Full Changelog: v0.1.3...v0.1.4