Skip to content

v1.22.0

Choose a tag to compare

@napoleond napoleond released this 03 Mar 15:51
· 58 commits to main since this release

What's Changed

Remove shell sourcing dependency for OpenClaw compatibility

The CLI no longer depends on shell builtins (source, $()) that are blocked by OpenClaw's exec tool in allowlist mode.

  • Config format changed from export ATXP_CONNECTION="value" to plain ATXP_CONNECTION=value (backward-compatible — old configs still work)
  • Login no longer modifies shell profiles (.zshrc, .bashrc, etc.)
  • Post-login output now directs users to npx atxp whoami instead of source ~/.atxp/config
  • SKILL.md: removed all grep/cut/source patterns, added OpenClaw Integration section
  • README.md: replaced source instruction with whoami verification