Skip to content

v2.3.1

Choose a tag to compare

@gummy789j gummy789j released this 30 Mar 05:11
· 14 commits to main since this release
efcd6c8

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: initaddsign → 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 WindowsexpandTilde now handles ~\ (backslash) in addition to ~/ for both resolver.ts and cli.ts.

Docs

  • Updated README with improved documentation.