v1.22.0
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 plainATXP_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 whoamiinstead ofsource ~/.atxp/config - SKILL.md: removed all
grep/cut/sourcepatterns, added OpenClaw Integration section - README.md: replaced
sourceinstruction withwhoamiverification