feat: add Windows platform support for config paths #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "guochao/agent-run:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace hardcoded Unix environment variables (HOME, XDG_CACHE_HOME, vi)
with platform-specific constants via cfg-gated submodules:
Cache dir on Windows has no fallback; TEMP must be set.
All error messages now dynamically reference the correct env var name.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com