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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
agent-wallet v2.3.1
New Features
Windows support — CI now runs on both ubuntu-latest and windows-latest. Path handling updated to support Windows-style backslash (~\) in both TypeScript and Python.
Strict CI smoke tests — Added end-to-end CLI smoke tests for both Python and TypeScript in CI: init → add → sign → verify expected files exist.
Fixes
Windows chmod crash — Python's os.chmod fails on Windows; replaced with a new safe_chmod utility that warns instead of crashing (secrets remain protected by encryption).
Path expansion on Windows — expandTilde now handles ~\ (backslash) in addition to ~/ for both resolver.ts and cli.ts.