Skip to content

v3.0.1

Choose a tag to compare

@lowesyang lowesyang released this 30 Mar 17:49
· 55 commits to main since this release

v3.0.1

New

  • Structured transaction confirmation — fund-moving commands now require confirmation via AskUserQuestion (Claude Code) or numbered options (OpenClaw) before executing. Plain text confirmation is no longer sufficient.
  • Auto login check — skill automatically checks login state on session start and triggers device login if needed.
  • Auto-create CLAUDE.md — setup script creates ~/.claude/CLAUDE.md if it doesn't exist, instead of erroring out.

Improved

  • Remove slash command symlink step from OpenClaw install script
  • CI: fix ClawHub publish workflow (login step, path/slug params, main-branch-only gate)

Security

  • Ban -y/--yes flag on all fund-moving commands
  • Natural language confirmation ("yes", "是的") is accepted only after structured choices are presented