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
Resolve CLAUDE_CONFIG_DIR and CODEX_HOME from WSL environment at
startup (parallel with $HOME resolution). Adapters use detected paths
with fallback to defaults (~/.claude, ~/.codex).
- log-adapters.ts: AgentEnvContext interface, Claude/Codex adapters
accept env context in getLogDirs()
- cost-tracker.ts: resolves CLAUDE_CONFIG_DIR + CODEX_HOME via wslExec,
passes to adapters during discovery
- skill-scanner.ts: resolveCodexHome() uses $CODEX_HOME for skills path
- 4 new tests for env var override paths
- Comments documenting Goose, OpenCode, Gemini CLI, Amazon Q env vars
for future adapter development
Co-Authored-By: Rooty
0 commit comments