-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I'm using multiple Claude Code configurations with different config directories and VibeMeter doesn't seem to be tracking usage from custom config directories. Would it be possible to add support for detecting Claude Code usage across different config directories, or add a configuration option to specify additional directories to monitor?
Setup:
- Work account (Max plan):
CLAUDE_CONFIG_DIR=~/.claude-work claude
- Personal account (API token):
CLAUDE_CONFIG_DIR=~/.claude-personal claude
Issue:
VibeMeter appears to only monitor the default Claude Code config directory and isn't detecting usage from my custom CLAUDE_CONFIG_DIR
locations. My work usage (which is substantial due to the Max plan) isn't being tracked at all.
Expected behavior:
VibeMeter should detect or give the ability to select which CLAUDE_CONFIG_DIR
to track usage.
Current behavior:
It seems, it's only checking usage from the default config directory.
Environment:
- Claude Code with custom config directories
- Multiple accounts (Max plan + API token)